@charset "utf-8";
/* CSS Document */

.enviado{
	color:green;
	font-weight:bold;
	}
#compartirR{
	position:absolute;
	right:-50px;
	top:7px;
	}
.error{
	color:red;
	}
#cont-mapa p{
	margin:0px !important;
	margin-top:20px !important;
	text-align:center !important;
	color:#333 !important;
	}
#cont-mapa{
	width:400px;
	height:450px;
	border:1px solid #999999;
	padding:10px;
	margin:10px;
	padding-top:25px;
	margin-top:15px;
	position:relative;
	float:left;
	}
#cont-form p{
	text-align:justify !important;
	}
#formval{
	float:left;
	margin-top:20px;
	}
#cont-form{
	float:left;
	width:410px;
	border:1px solid #999999;
	padding:5px;
	margin:10px;
	padding-top:15px;
	margin-top:15px;
	position:relative;
	height:465px;
	}
.tit-contact{
	position:absolute;
	left:15px;
	top:-10px;
	background: #FFF;
	color:#0B55C4;
	padding-left:5px;
	font-weight:bold;
	padding-right:5px;
	}
#mapa{float:left; width:400px; height:400px;}
#cont-principal{
	float:left;
	margin-left:25px;
	width:900px;
	background: url(../img/header-curve.png) no-repeat top ;
	position:relative;
	margin-bottom:10px;
	
	}
#historial-pag span{
	font-weight:bold;
	}
#historial-pag a:hover{
	text-decoration:underline;
	}
#historial-pag a{
	text-decoration:none;
	color:#0B2E6F;
	}
#historial-pag{
	float:left;
	margin-left:10px;
	font-style: italic;
	
	height:40px;
	line-height:40px;
	font-size:11px;
	}
#comparte img{
	border:none;
	float:right;
	}
#comparte{
	float:right;
	width:125px;
	background: url(../img/sep-red.png) left center no-repeat;
	text-align:left;
	font-style: italic;
	height:30px;
	line-height:30px;
	color:#0B2E6F;
	padding-left:2px;
	position:relative;
	}
#menu-enlaces{
	float:right;
	margin-right:2px;
	text-align:left;
	height:30px;
	line-height:30px;
	color:#0B2E6F;
	font-weight:bold;
	padding-left:16px;
	background: url(../img/flecha-ab.png) left center no-repeat;
	}

#cont-seccion{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width:898px;
	float:left;
	text-align:left;
	}
#cont-seccion img{
	max-width:870px;
	}
#cont-seccion h3{
	width:880px;
	margin:5px;
	margin-left:10px;
	border-bottom:1px solid #CCC;
	text-align:left;
	float:left;
	color:#333333;
	margin-top:20px;
	}


#cont-seccion h2{
	width:880px;
	margin:5px;
	margin-left:10px;
	
	text-align:center;
	float:left;
	color:#333333;
	}

#cont-seccion p,ul{
	margin:3px;
	margin-left:10px;
	text-align:left;
	float:left;
	color:#666666;
	}

#pie-seccion span{
	margin-right:10px;
	font-style:italic;
	text-shadow:0 1px 0 #F0F0F0;
	}
#pie-seccion{
	width:900px;
	float:left;
	background: url(../img/footer-curve.png) no-repeat bottom ;
	height:20px;
	text-align:right;
	}



#busqueda li { display: inline; }
#busqueda ul{
	padding:0px;
	margin:0px;
	}
#busqueda{
	float:left;
	width:870px;
	margin-left:14px;
	}

.video-gal{
	
	
	cursor:pointer;
	}
.cont-video:hover{
	text-decoration:underline;
	width:167px;
	margin:5px;
	height:140px;
	}
.cont-video{
	position:relative;
	float:left;
	
	width:157px;
	margin:10px;
	padding:20px;
	text-align:center;
	height:130px;
	}
.cont-video label{
	position:absolute;
	bottom:0px;
	left:0px;
	color:#333;
	width:100%;
	text-align:center;
	height:20px;
	font-weight:bold;
	}

	
	
/*captcha*/
#captcha-wrap{
	border:solid #870500 1px;
	width:270px;
	-webkit-border-radius: 10px;
	float:left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#870500;
	text-align:left;
	padding:3px;
	margin-top:3px;
	height:100px;
	margin-left:0px;
}
#captcha-wrap .captcha-box{
	-webkit-border-radius: 7px;
	background:#fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align:center;
	border:solid #fff 1px;
}
#captcha-wrap .text-box{
	-webkit-border-radius: 7px;
	background:#ffdc73;
	-moz-border-radius: 7px;
	width:220px;
	height:43px;
	float:left;
	margin:4px;
	margin-left:0px;
	border-radius: 7px;
	text-align:center;
	border:solid #ffdc73 1px;
}

#captcha-wrap .text-box input{ width:120px;}
#captcha-wrap .text-box label{
	 color:#000000;
	 font-family: helvetica,sans-serif;
	 font-size:12px;	
	 width:150px;
	 padding-top:3px; 
	 padding-bottom:3px; 
}
#captcha-wrap .captcha-action{
	float:right; width:30px; 

	height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh{
	margin-top:9px;
	border:solid #333333 1px;
	margin-right:6px;
	cursor:pointer;
}