#modalDiv {
	
	width: 100%;
	height: 100%;
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
}
#alertDiv {
	position: fixed;
	width: 494px;
	/*min-height: 100px;
	border: 2px solid black;
	background-color: #F2F5F6;
	color: #000;*/
	z-index: 10001;
}

#alertDivTop
{
	background-image: url(img/bloqueError_01.png);
	background-repeat:no-repeat;
	height:15px;
	width:493px;	

	
}

#alertDivCenter
{
	background-image: url(img/bloqueError_02.png);
	background-repeat:repeat-y;
	height:auto;
	width:493px;
	font-family:Trebuchet MS, Arial;
	color: #333333;
	padding-right:25px;
}

#alertDivImagenError

{
	padding:15px;
	float:left;
    height:48px;
    width:48px;
    background-image: url(img/dialog-error.png);
    background-position: center 8px;
    background-repeat:no-repeat;
}



#alertDivBottom
{
	background-image: url(img/bloqueError_04.png);
	background-repeat:no-repeat;
	height:43px;
	width:493px;	
}


#alertDiv .titleH1 {
	margin: 0;
	font-weight: bold;
	color: #333333;
	padding:0px 5px 5px 5px;
	text-align:center;
}
#alertDiv p {
	padding:5px 20px 5px 5px;
}
#alertDiv .okBtn {
	display: block;
	position: relative;
	background-image: url(img/ok.png);
	background-repeat:no-repeat;
	background-position: center center;
	margin-left:auto;
	margin-right:auto;
	width: 80px;
	height:27px;
	padding-top: 5px;
	font-size: 12px;
	text-align: center;
	color: #1e8fb9;
	
}