body {
	background-color: #001469;
	margin-top: 2px;
}

#contenido {
	background-color: #FFFFFF;
	width: 900px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #001469;
	height: auto;
	float:  none;
	clear:  both; /* para centrado con el firefox */
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.firma {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9px;
	font-weight: bold;
	text-align:right;
	color: #6F8BFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
 
.firma a:active  { color:#6F8BFF; text-decoration:none; }
.firma a:link    { color:#6F8BFF; text-decoration:none; }
.firma a:hover   { color:#f2f2f2; text-decoration:none; }
.firma a:visited { color:#6F8BFF; text-decoration:none; }


#contenedor {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

#pie {
	background-color: #F8A100;
	clear: both;
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#cabecero {
	height: 200px;
	width: 100%;
	padding-bottom: 15px;
	background-color:#001469; /* Color de fondo en todo el cabecero */
}

.direccion {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	margin-top: 0px;
	color: #001469;
}


#foto_logo {
	height: 175px;
	width: 100%;
}

/*---------------------------------------------------------------------------------*/
/*     Menu horizontal                                                             */
/*---------------------------------------------------------------------------------*/
#menuh {
	font-weight:bold;
	background-color:#001469;
	margin-top: 0px;
	margin-left: 0px;
	width:100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}
#menuh ul, li {	list-style-type: none; } 
#menuh ul {	margin: 0;	padding: 0; padding-top:10px;}
#menuh li {	float: left;}
#menuh a {
 text-decoration: none;
 padding:0px;
 text-align: center;
 border: 1px solid #001469;
 border-width: 1px 1px 1px 0;
 color: #FFFFFF;
 background: #001469;
 display: block;
 width: 110px;
 }
#menuh a#primero {	border-left: 1px solid #FFFFFF;}
#menuh a:hover {	background: #f3a704; color:#001469}

/*---------------------------------------------------------------------------------*/ 
.direccion a {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	margin-top: 0px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.direccion a:link    { background: #f3a704; color:#001469 }
.direccion a:active  { background: #f3a704; color:#001469 }
.direccion a:visited { background: #f3a704; color:#001469 }
.direccion a:hover   { background: #f3a704; color:#000000 }

#menuh .activo_menu a:link    { background: #f2f2f2; color:#001469 }
#menuh .activo_menu a:active  { background: #f2f2f2; color:#001469 }
#menuh .activo_menu a:visited { background: #f2f2f2; color:#001469 }
#menuh .activo_menu a:hover   { background: #f2f2f2; color:#000000 }

#separa {
	clear: both;
}
#form1 a {
	color: #8A5A00;
	text-decoration: none;
}

