* {
	margin:0;
	padding:0;
	font-family: 'Open Sans', Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: normal;	
}

body {
	background-color: #F2F0E9;
}


img {
	border:0;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
}

.header {
	height: 85px;
	width: 100%;
	background-color: #37749E;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;


}


.headgradient{
	-pie-background:linear-gradient(270deg,#37749E,#C7DCEB);
	background: -webkit-gradient(linear,center top, center bottom, from(#37749E), to(#C7DCEB));
	background-image:-moz-linear-gradient(270deg,#37749E,#C7DCEB);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#37749E', endColorstr='#C7DCEB');/*For IE7-8-9*/ 										    background-image:-o-linear-gradient(270deg,#37749E,#C7DCEB);
	behavior: url(/tplg/PIE-10/PIE.htc);
	}

.logo{
	margin: 0px;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	


}


.headderecho {
	padding-right: 25px;
	padding-top: 45px;
	width: 500px;
	position: absolute;
	right: 0px;
}



.menuhead {
padding: 0;
}

.menuhead li {
display: inline;
}


.menuhead li a {
	font-size:15px;
	text-decoration: none;
	float:right;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;

}

.menuhead li a:hover {
text-decoration: underline;
}

.menuhead img {
	border:0;
	margin-right: 8px;
	margin-left: 8px;	

	
}


.menusup {
	margin-left: auto;
	padding: 0;
	margin-right: auto;
	width: 810px;	
}



.menusup li {
	display: inline;
}



.menusup li a {
	font-size:18px;
	text-decoration: none;
	float:left;
	background-color:#353535;
	color: #fff;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}




.lv {


	float:left;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;


}

.menusup li a:hover {
background-color: #2586d7;
margin-top:-2px;
padding-bottom:10px;
}


.menusup li.current a{
background-color: #2586d7;
margin-top:-2px;
padding-bottom:10px;
}


.divmenusup {
	background-color: #353535;
	height: 42px;
}




.centroext{
	width: 100%;
	height: 300px;



	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #37749E;
	-moz-box-shadow: 0px 0px 15px #000;-webkit-box-shadow: 0px 0px 15px #000;box-shadow: 0px 0px 15px #000;
	behavior: url(/tplg/PIE-10/PIE.htc);

}


.centroextgradient{
	
	-pie-background:linear-gradient(270deg,#37749E,#7FA6C1);
	background: -webkit-gradient(linear,center top, center bottom, from(#37749E), to(#7FA6C1));
	background-image:-moz-linear-gradient(270deg,#37749E,#7FA6C1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#37749E', endColorstr='#7FA6C1');/*For IE7-8-9*/ 						    background-image:-o-linear-gradient(270deg,#37749E,#7FA6C1);
	behavior: url(/tplg/PIE-10/PIE.htc);
	}

.centro{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	position: relative;

	

}



.banner{
	position: absolute;
	left: 0px;
	top: 80px;
}

.centro h1{
	position: absolute;
	font-size: 25px;
	top: 5px;
	color: #FFFFFF;
	width: 700px;
	font-weight: bold;
	
 text-shadow: black 0.1em 0.1em 0.2em
}

.centro h2{
	position: absolute;
	top: 45px;
	font-size: 24px;
	color: #FFFF00;
	 text-shadow: black 0.1em 0.1em 0.2em
}




.formulario{
	position: absolute;
	top: 29px;
	padding: 15px;
	height: 200px;
	
-moz-box-shadow: 0px 0px 15px #3B3B3B;
-webkit-box-shadow: 0px 0px 15px #3B3B3B;
box-shadow: 0px 0px 15px #3B3B3B;
	
	-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
	border-radius:  8px 8px 8px 8px;
	behavior: url(/tplg/PIE-10/PIE.htc);
	width: 310px;
	right: 0px;
	background-color: #458DBE;
}

.formulario p{
	font-size: 18px;
	padding-bottom: 5px;
}

.formulario label{
	font-size: 14px;
}


.campo{

	border: 2px solid #000000;
	width: 300px;
	font-size: 18px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;

	padding: 5px;
	background-color: #E9E9E9;
	}

.csubmit{
	margin-right: 10px;
	margin-left: 50px;
	border: 2px solid #000000;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 35px;

	
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background-color: #FF6500;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/v4/ok.png);
	background-repeat: no-repeat;
	background-position: 9px center;
	width: 210px;
	cursor: pointer;
}


.csubmit:hover{

	background-color: #FFFF00;

	color: #000000;
}

.c2{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

.c2 h1{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #272727;
	text-shadow: #CCC 0.1em 0.1em 0.2em
}


.c3{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
.lblregistro {
	width: 200px;
	float: left;
	font-weight: bold;
	font-size: 16px;
}



.c3 h1{
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-shadow: #CCC 0.1em 0.1em 0.2em
}

.c3 p{

	font-size: 14px;
	font-weight: bold;
	color: #272727;
	
}

.caja900{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: 1px solid #333333;
}

.caja900 p{
	font-size: 16px;
	font-weight: bold;
}


.widgets{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.caja300 {
	padding: 5px;
	float: left;
	width: 290px;
}
.caja300 p {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.caja900 a {
	font-size: 16px;
	text-decoration: underline;
	color: #0000FF;
}
.caja900 a:hover {
	color: #000000;
}




.offer{
	width: 325px;
	float: left;
	height: 220px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}





.offer h2{
	text-align: center;
	color: #272727;
	font-weight: bold;
	font-size: 18px;
	 text-shadow: #CCCCCC 0.1em 0.1em 0.2em
}
.offer h3{
	text-align: center;
	color: #333333;
	font-size: 14px;
}


.offer img{
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;

	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	behavior: url(/tplg/PIE-10/PIE.htc);
	margin-bottom: 15px;
}



.footerext{
	-moz-box-shadow: 0px 0px 15px #000;-webkit-box-shadow: 0px 0px 15px #000;box-shadow: 0px 0px 15px #000;
	background-color: #272727;
	width: 100%;
	margin-top: 45px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	height: auto;
	z-index:99999
}

.footer{
	width: 980px;
	margin-right: auto;
	margin-left: auto;

}

.linkfooter{
	width: 200px;
	padding: 5px;
	float: left;
}


.linkfooter p{
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}

.linkfooter a{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.linkfooter a:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

.imgfooter{
	float: right;
	width: 300px;
	padding: 5px;
	font-size: 14px;
	color: #999999;
	margin-top: 35px;
}


.ads{

	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 5px;

	
		-moz-box-shadow: 0px 0px 10px #000;
		-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;

	
	
	-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	behavior: url(/tplg/PIE-10/PIE.htc);
	margin-top: 15px;
	margin-bottom: 10px;
	height: 100px;
}


.marquesina{
	height: 110px;
	width: 946px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
	background-color: #333333;
	
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	behavior: url(/tplg/PIE-10/PIE.htc);
	padding: 3px;	
}
.caca {
	color: #33FFFF;
}
.c3 h2 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #CE6700;
	margin-top: 15px;
}





.gris{
	border: 1px solid #000000;
	background-color: #F3F3F3;
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 14px;

}




.tabla{

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	border-left-width: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	text-align: center;

	font-weight: bold;

}
.blanca {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 14px;

}
.linkdir {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	padding: 5px;
	border: 1px solid #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}
.linkdir .miniatura {
	float: left;
}
.descdir {
	float: right;
	width: 700px;
}

.descdir p{
	font-size: 18px;
	color: #000000;
}

.descdir a img{
	width: 16px;
	height:16px;
	margin-right: 8px;
	margin-left: 8px;
}

.titulo {
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 19px;
	font-weight: bold;
}
.tabladir {
	padding: 5px;
	width: 980px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;

}
.tabladir h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.tabladir h2 {
	font-size: 14px;
	text-align: center;
}

.tabladir a {
	float: left;
	width: 310px;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	color: #0033CC;
	font-weight: bold;
	font-size: 14px;
}

.tabladir a img{
	width: 16px;
	height:16px;
	margin-right: 8px;
}

.tabladir h1 img{
	width: 16px;
	height:16px;
	margin-right: 8px;
}


.tabladir a:hover{
	color: #FF0000;
	text-decoration: underline;
}
.enlaces {
	font-size: 18px;
	color: #0000FF;
	font-weight: bold;
}
.enlaceact {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#coregistros{
margin:5px;
padding:5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;

}

#coregistros p{
margin:10px;
}