@charset "UTF-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/fondo.png);
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
.verdana{font-family:Verdana;}
.gill{font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;}
.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.bold{ font-style:bold;}
.italic{ font-style:italic;}
.azul{ color:#0068c6}
.gris{ color:#666}
.negro{ color:#000}
.blanco{ color:#FFF}
.fondogrisclaro{ background-color:#CCC}
.fondonegro{ background-color:#333}

img{border:none;}

a {
	font-family: Verdana;
	font-size: 14px;
	color: #007ED3;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #39F;
}
a:active {
	text-decoration: none;
	color: #3CF;
}

#principal {
}

#principalCentro {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	width: 420px;
}


#cuerpo {
	width: 984px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-box-shadow: 0px 4px 10px 5px #999999;
	box-shadow: 0px 4px 10px 5px #999999;
	padding-left: 4px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	overflow: hidden;
}


#cabecero {
	width: 984px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
}
#menu {
	width: 964px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #cccdcd;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
}

#menudos {
	width: 964px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #cccdcd;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#Ubicación {
	width: 964px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	background-color: #cccdcd;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
}
#Ubicación2 {
	width: 964px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	background-color: #cccdcd;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
}

#central {
	width: 964px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	overflow: hidden;
}


#pie {
	width: 964px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	color: #F4F4F4;
	background-color: #0068c6;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	text-align:center;
}

#bajo {
	width: 964px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}



.derecha{ float:left}
.izquierda{ float:right}
.centro{ float:none} 
.centrado{text-align:center;}

/* Navegador */
#navegacion {
	border-bottom: 1px solid #FFFFFF;
}
#menu #navegacion {
	width: 920px;
	float: none;
	height: 2em;
	margin-bottom: 0em;
	margin-left: 1.4em;
	margin-right: 1.4em;
	margin-top: 0.4em;
}
#menu #navegacion ul {margin:0;padding:0;list-style:none;text-align:center;}
	
#menu #navegacion ul li {
	margin: 0;
	list-style: none;
	display: inline;
	border-right: 1px solid #e1e0e0;
	float: none;
}
	
#menu #navegacion ul li.last{ border-right: none}
#menu #navegacion ul li a {
	margin:0;
	/* padding:.8em .8em 2.5em 1.8em; */
	padding:.4em .7em 0.4em 1.7em;
	text-decoration:none;
	font-size:0.7em;
	font-weight:bold;
	font-family:Verdana;
	color:#3d3d3d;
	text-transform:uppercase;
	background:url(img/circuloazul.png) .6em 0.8em no-repeat;
}
	
#menu #navegacion ul li a:hover, #header #navigation ul li.active a {
	color:#fff;
	text-decoration:none;
	background:url(img/circuloblanco.png) .6em 0.8em no-repeat #0068ca; border-radius: 9px;
}

#menu #navegacion ul li.active-trail a {color:#fff;text-decoration:none;background:#e30000; border-radius: 9px;}
	
#buscar {
	margin-bottom: 1em;
	border-bottom: 1px solid #FFFFFF;
	float: right;
	width: 850px;
}
#blanco {
	font-family: Verdana;
	overflow: hidden;
	background-color: #FFFFFF;
}
#cuadro {
	font-family: Verdana;
	overflow: hidden;
	width: 430px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 40px;
	float: left;
	padding-top: 10px;
}

#destacados {
	font-family: Verdana;
	background-image: url(img/fondodestaca.png);
	overflow: hidden;
}
#destacado {
	height: 160px;
	width: 420px;
	border: thin solid #999;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	float: left;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#ficha {
	width: 900px;
	border: thin solid #999;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#ficha table tr {
	border-bottom: thick solid #333333;
}
