@charset "utf-8";
/* CSS Document */
body {
	background:#FFFFFF url(images/bkg_body.gif) top repeat-x;
	margin:20px 0px 0px 0px;
	padding:0px;
	font-family:"Trebuchet MS", Tahoma;
	font-size:12px;
	color:#252525;
	}

#contenedor {
	background:url(images/bkg_contenedor.png) repeat-y top;
	margin:0 auto;
	width:793px;
	}
#cabecera {
	width:779px;
	height:120px;
	background-color:#E5E6E7;
	margin:0 auto;
	}
#menuh {
	width:781px;
	height:40px;
	background:url(images/bkg_menuh.png) repeat-x top;
	margin:0 auto;
	}
#menu1 {
	list-style:none;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	margin-left:270px;
	
	}
#menu1 li {
	float:left;
	margin:5px 10px 0px 10px;
	}
#menu1 a:link, #menu1 a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
#menu1 a:hover {
	color:#E5E5E6;
	text-decoration:underline;
	}
#menuv {
	width:163px;
	margin:15px 1px 0px 7px;
	float:left;
	padding:5px;
	}
h4 {
	color:#003277;
	margin:0px;
	font-size:18px;
	}
#menu2 {
	list-style:none;
	margin:0px;
	padding:0px;
	
	}
#menu2 li {
	padding-left:20px;
	padding-bottom:5px;
	border-bottom:1px solid #95BECD;
	margin:10px 0px;
	font-weight:bold;
	
	}
#menu2 li a:link, #menu2 li a:visited {
	text-decoration:none;
	color:#003277;
	background:url(images/bullet.png) top left no-repeat;
	padding-left:15px;
	
	} 
#menu2 li a:hover {
	color:#95BECD;
	background:url(images/bullet_over.png) top left no-repeat;
	} 
#contenido {
	width:585px;
	float:right;
	margin-top:15px;
	margin-right:15px;
	}
h3 {
	font-size:16px;
	font-weight:bold;
	}
.spacer {
	clear:both;
	}
.izq {
	float:left;
	}
.der {
	float:right;
	}
a, a:link, a:hover {
	color:#306CBE;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
#pie {
	margin-top:30px;
	text-align:center;
	background:url(images/bkg_pie.gif) no-repeat;
	height:40px;
	font-size:10px;
	line-height:11px;
	padding-top:20px;
	padding-left:180px;
	color:#999999;
	}
.logos {
	width:100%;
	text-align:right;
	}
.fichas {
	list-style-type:square;
	padding-left:15px;
	margin-left:15px;
	}
small {
	font-size:9px;
	text-align:center;
	}
th {
	font-weight:bold;
	text-align:left;
	padding:5px 0px 5px 10px;
	background:#003277;
	color:#FFFFFF;
	}