body {
	background-color: #043150;
	margin-top: 5px;
}
.firma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	text-decoration:none;
}
.firma:hover {
	color:#ccc;
}
.firma2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
}
.cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #034975;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF9C01;
	color: #035587;
}
.campo {
	border: 1px solid #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #025285;
	background-position: center center;
	margin-top: 5px;
}
.foto-minis {
	margin-left: 8px;
}
.sub-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bullet-sub.gif);
	background-repeat: no-repeat;
	text-indent: 0px;
	background-position: left 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4AB9EC;
	text-align: left;
	white-space: normal;
	padding-left: 15px;
	font-style: normal;
}
a.sub:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00CCFF;
	text-decoration: none;
}
.Estilo1 {
	font-size: 14px
}
.tituloMenu {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;	
}
.tituloEnlacesInteres {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.enlaceInteres {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	padding:2px;
	cursor:pointer;
	text-decoration:none;
}
.enlaceInteres:hover {
	color:#999;
	text-decoration:underline;
}
.divCajaBuscador {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
.divCabeceraBuscadorIzq {
	background-image:url(../images/upperLeft.png);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:20px;
	height:25px;
}
.divCabeceraBuscadorCentro {
	background-image:url(../images/upperCenter.png);
	background-repeat:repeat-x;	
	float:left;
	width:125px;
	height:25px;
	//padding-top:5px;
}
.divCabeceraBuscadorDer {
	background-image:url(../images/upperRight.png);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:20px;
	height:25px;
}
.divCentroBuscador {
	background-image:url(../images/centerBox.png);
	background-repeat:repeat-y;
	background-position:top;
	float:left;
	width:165px;
}
.divPieBuscador {
	background-image:url(../images/footerBox.png);
	background-repeat:no-repeat;
	width:165px;
	height:16px;
	clear:both;
}