/* MODAL MENSAJE */
	
	
	


#modalContainer {
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
	z-index:10000;	
    background: url(../images/fondo_bloquear_pantalla.png) repeat;

}

#alertBox {
	position:relative;
	width:300px;
	min-height:200px;
	margin-top:25%;
	background-color:#fff;
	
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 0.9em "Arial", Verdana, Tahoma;
	background: url(../images/logo_alert.png) no-repeat center #008bff; /* Old browsers */
		background: url('../images/logo_alert.png') center center no-repeat, -moz-linear-gradient(left,  #008bff 0%, #00a0ec 25%, #48a8de 50%, #1499de 75%, #0074e2 100%); /* FF3.6+ */
		background: url('../images/logo_alert.png') center center no-repeat, -webkit-gradient(linear, left top, right top, color-stop(0%,#008bff), color-stop(25%,#00a0ec), color-stop(50%,#48a8de), color-stop(75%,#1499de), color-stop(100%,#0074e2)); /* Chrome,Safari4+ */
		background: url('../images/logo_alert.png') center center no-repeat, -webkit-linear-gradient(left,  #008bff 0%,#00a0ec 25%,#48a8de 50%,#1499de 75%,#0074e2 100%); /* Chrome10+,Safari5.1+ */
		background: url('../images/logo_alert.png') center center no-repeat, -o-linear-gradient(left,  #008bff 0%,#00a0ec 25%,#48a8de 50%,#1499de 75%,#0074e2 100%); /* Opera 11.10+ */
		background: url('../images/logo_alert.png') center center no-repeat, -ms-linear-gradient(left,  #008bff 0%,#00a0ec 25%,#48a8de 50%,#1499de 75%,#0074e2 100%); /* IE10+ */
		background: url('../images/logo_alert.png') center center no-repeat, linear-gradient(to right,  #008bff 0%,#00a0ec 25%,#48a8de 50%,#1499de 75%,#0074e2 100%); /* W3C */
		
	color:#515151;
	padding:2px 0 2px 5px;
	height:50px;
}

#alertBox p {
	font-family: 'OpenSansRegular', sans-serif;  
	font-size:0.9em;
	color:#515151;
	min-height:50px;
	padding:15px;
	text-align:center;
	letter-spacing:normal;
}

#alertBox #closeBtn {	
	background: #ea6b00 url(../images/icons/contratar.png) 8px 6px no-repeat;
	color:#FFFFFF; 
	font-size:14px; 
	font-weight:bold; 
	float:left;
	text-transform:uppercase; 
	text-decoration:none;
	padding:0.7em 1.5em 0.7em 2.7em;
	margin:3% 32% 0 32%; 
	text-align:center;
	font-family: 'ralewaybold';
	font-size:13px;
	min-width:30px;
	min-width:30px;
	cursor:pointer;
	
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px; 
	border-radius: 6px; 
	-khtml-border-radius: 6px; 
	}
	
#alertBox #closeBtn:hover {	
	background-color: #129fdd ;
	}
	

