
HTML, body, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0px; 
    padding: 0px; 
    border: 0px; 	
}
td, table{
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}

Inherited fromh1
h1 td{
	color:#003300;
	font-family:Arial;
	font-size:14pt !important;
	font-weight:normal !important;
	text-align:left !important;
}
h2{
	font-size:12px;
}
img{
	border:0;
}

a:link { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold; 
	text-decoration: none !important; 
	color: #996633;
	}

a:visited { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold; 
	text-decoration: none; 
	color: #996633;
	}

a:hover, a:active { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold; 
	text-decoration: none !important; 
	color: #000;
	}
	
a:link span{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold; 
	text-decoration: none !important; 
	color: #996633;
	}

a:visited span{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold; 
	text-decoration: none; 
	color: #996633;
	}

a:hover, a:active span{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold; 
	text-decoration: none !important; 
	color: #000;
	}



/*USEFUL SETTINGS*/
.centrado{
	margin:auto;
}
.fullWidth{
	width:100%;
}
.aRight{
	text-align:right;
}
.aLeft{
	text-align:left;
}
.aCenter{
	text-align:center;
}
.vTop{
	vertical-align:top;
}
.vBottom{
	vertical-align:bottom;
}
.fondoBlanco{
	background-color:#FFF;
}
input, textarea {
	border:1px solid #999999;
	color:#000;
	font-family:Arial;
	font-size:11px;
	padding-left:4px;
}


/*USEFUL SETTINGS*/


body{
	background:url(/images/back.jpg) repeat-x #42929D;
	text-align:center;
	padding:9px 0;
}

#top-center{
	background:url(/images/top-center.jpg) repeat-x;
	height:30px;
}
#top-left{
	background:url(/images/top-left.jpg) no-repeat;
	width:171px;
	height:30px;
}
#top-right{
	background:url(/images/top-right.jpg) no-repeat;
	width:176px;
	height:30px;
}

#header-center{
	background:url(/images/header-center.jpg) repeat-x;
	height:130px;
}
#header-left{
	background:url(/images/header-left.jpg) no-repeat;
	width:16px;
	height:130px;
}
#header-right{
	background:url(/images/header-right.jpg) no-repeat;
	width:19px;
	height:130px;
}

.left{
	background:url(/images/left-back.jpg) repeat-y;
	width:168px;
}
#logo-bottom{
	background:url(/images/logo-back.jpg) no-repeat;
	width:167px;
	height:23px;
}
#left-shadow{
	background:url(/images/left-shadow.jpg) no-repeat left top;
}
#nav{
	background:url(/images/nav-estructura.jpg) no-repeat top left #DAA91C;
	height:50px;
	padding:0 4px;
}
#nav td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6B5B4B;
}
#nav-ad{
	margin-bottom:6px;
}
#content{
	background:url(/images/content-back.jpg) repeat-x #FFF;
	padding:12px;
	min-height:220px;
}
.right{
	background:url(/images/right-back.jpg) repeat-y;
	width:170px;
}
#noticias{
	width:143px;
}
#noticias-back{
	background:url(/images/noticias-back.jpg) no-repeat;
	width:135px;
	height:122px;
	margin-right:8px;
	padding-top:8px;
}
#noticias-bottom{
	background:url(/images/noticias-bottom.jpg) no-repeat;
	width:170px;
	height:33px;
}
#right-shadow{
	background:url(/images/right-shadow.jpg) no-repeat top right;
}
#pre-footer-center{
	background:url(/images/pre-footer-center.jpg) repeat-x;
	height:53px;
}
#pre-footer-left{
	background:url(/images/pre-footer-left.jpg) no-repeat;
	width:20px;
	height:53px;
}
#pre-footer-right{
	background:url(/images/pre-footer-right.jpg) no-repeat;
	width:25px;
	height:53px;
}
#logos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}
#logos td{
	padding:0 8px;
}


#footer-center{
	background:url(/images/footer-center.jpg) repeat-x;
}
#footer-left{
	background:url(/images/footer-left.jpg) no-repeat;
	width:187px;
}
#footer-right{
	background:url(/images/footer-right.jpg) no-repeat;
	width:192px;
}
#copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	margin-top:20px;
}
#logoHermes{
	margin-top:25px;
}
/* Estilo Menu HAS */

.topMenu {
	border-width: 0;
	margin: 0;
	padding: 0;
}
.submenu {
	border:1px solid #48615E;
	border-bottom:none;
}
.topItemNormal {
	cursor:pointer;
	background:url(/images/menu-btn.jpg) no-repeat;
	display:block;
	width:164px;
	height:30px;
	margin-left:3px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
.topItemNormal td{
	padding:7px 0 0 8px;
	_padding:0 0 0 8px;
}
.topItemOver {
	cursor:pointer;
	background:url(/images/menu-btn-over.jpg) no-repeat;
	display:block;
	width:164px;
	height:30px;
	margin-left:3px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	font-weight:bold;
}
.topItemOver td{
	padding:7px 0 0 8px;
	_padding:0 0 0 8px;
}
.itemNormal {
	cursor:pointer;
	width:100%;
	background:url(/images/sub-menu-back.jpg) repeat-y right #fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	border-bottom:1px solid #48615E;
}
.itemNormal td{
	padding:3px 6px;
}
.itemOver {
	cursor:pointer;
	width:100%;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	border-bottom:1px solid #48615E;
}
.itemOver td{
	padding:3px 6px;
}

/* Estilo Menu HAS 2*/

.topMenu2 {
	border-width: 0;
	margin: 0;
	padding: 0;
}
.submenu2 {
	border:1px solid #48615E;
	border-bottom:none;
}
.topItemNormal2 {
	cursor:pointer;
}
.topItemNormal2 td{
}
.topItemOver2 {
	cursor:pointer;
}
.topItemOver2 td{
}
.itemNormal2 {
	cursor:pointer;
	width:173px;
	background:url(/images/sub-menu-back.jpg) repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	border-bottom:1px solid #48615E;
}
.itemNormal2 td{
	padding:3px 6px;
}
.itemOver2 {
	cursor:pointer;
	width:173px;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	border-bottom:1px solid #48615E;
}
.itemOver2 td{
	padding:3px 6px;
}

/* Mapa de Sitio */
.bullet_1nivel{	width:30px;	height:11px; background:url("/images_srv/bullet_1nivel.gif") no-repeat;}
.bullet_2nivel{	width:30px;	height:10px; background:url("/images_srv/bullet_2nivel.gif") no-repeat;}

.root { text-align:left;}
.root li {  list-style-image: url("/images_srv/bullet_1nivel.gif"); } 
.root ul li{ list-style-image: url("/images_srv/bullet_2nivel.gif"); } 

.mapaS_1Nivel{color: #666 !important; font-size: 12px; font-family: Arial, Verdana; font-weight:bold;}
.mapaS_1Nivel a{color: #666 !important; font-size: 12px; font-family: Arial, Verdana; font-weight:bold;}

.mapaS_2Nivel{color: #666 !important; font-size: 12px; font-family: Arial, Verdana; font-weight:normal !important;}
.mapaS_2Nivel a{ color: #666 !important; font-size: 12px; font-family: Arial, Verdana; font-weight:normal !important;}

/* Fin Mapa de sitio */

/* Estilo Contactenos */

#cont_tablaMain { width: 425px; }
#cont_header  { color: #666; font-size: 18px; font-family: Arial, Verdana, Helvetica, sans-serif;  text-align: center; padding-top: 3px; padding-bottom: 8px; vertical-align: middle }
.cont_descTxt  { color: #000; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; text-align: right; margin-bottom: 3px; padding-top: 4px; padding-right: 3px; padding-bottom: 2px; vertical-align: top }
.cont_respTxt { color: #000; font-size: 12px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; text-align: left; padding-top: 2px; padding-bottom: 2px }
.cont_inputF { color: #333; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; margin-left: 2px; padding: 2px 3px; height: 20px; border: solid 1px #666 }

input.cont_inputF:hover  { color: #000; background-color: #ededed; cursor: pointer; border: solid 1px #7474ad }
input.cont_inputF:focus  { color: #000; background-color: #ededed; cursor: text; border: dotted 1px #7474ad }
.cont_textArea{}

.swfMensaje{color: #ffffff; font-size: 8px; font-family: Arial, Verdana, Helvetica, sans-serif; text-align: center; vertical-align: middle; }
.copyRight{ background-color:#fff; color: #999999; font-size: 9px; font-family: Arial, Verdana, Helvetica, sans-serif; padding-top: 5px; padding-left: 25px; }
.busqueda{
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666;
}
.busqueda a{
	color:#666666;
	text-decoration:none;
	margin-left:4px;
}
.busqueda a:hover{
	color:#333333;
}
.buscar-btn{
	cursor:pointer;
	border:0;
	background:url(/images/buscar-btn.jpg) no-repeat;
	width:81px;
	height:25px;
}
.buscar-txt{
	height:17px;
	width:136px;
	border:none;
	font-size:100%;
	color:#666;
	padding-left:4px;
	font-family:Arial, Helvetica, sans-serif;
}
/*ENCUESTA*/

/* ----- color de fondo tabla principal----- */
.encMainTable     { font-size: 8pt; font-family: Verdana, Tahoma, Arial;}
/* ----- color de fondo tabla secundaria----- */
.encMainBg     { padding-right: 4px; padding-left: 4px; } 
/* ----- Encabezado texto e imagen de fondo----- */
.encHeader { FONT-FAMILY: Arial, Verdana, Tahoma; FONT-SIZE: 7pt; 
	/*BACKGROUND-IMAGE: url(tile_back.gif);*/ 
	background-position: left top; text-align: center;}
/* ----- color de fondo abajo----- */
.encFoot    { text-align: center; vertical-align: middle; padding-top: 6px; padding-bottom: 3px; }	
/* ----- Texto del titulo de la pregunta ----- */
.encTitle { color: #6c6c6c; font-size: 8pt; font-family: Arial, Verdana, Tahoma; font-weight: bold; height: auto ; padding-top: 4px; padding-bottom: 4px; }
/* ----- links ----- */
A.encLink:visited { COLOR: #666666; TEXT-DECORATION: underline}
A.encLink:active { COLOR: #CC0000; TEXT-DECORATION: underline}
A.encLink:hover { COLOR: #DD0000} 
.encLink { FONT-SIZE: 8.5pt; COLOR: #990000; }
/* ----- color de fondo abajo----- */
.encColRadio  { text-align: center; vertical-align: middle; padding: 5px; }
/* ----- Objetos de seleccion ----- */
.encColOption  { color: #757474; font-size: 8pt; font-family: Arial, Verdana, Tahoma; vertical-align: middle; padding: 5px; }
/* ----- estilo cursor ----- */
.encRadio  { } 
.encCheck   { }
/* ----- color de fondo abajo----- */
.encBoton  { font-size: 10px; font-family: Arial, tahoma, sans-serif;}






.indice_titulo		{background-color:#7b7b7b;font-size: 14px; font-family: Arial, tahoma, sans-serif;text-align:center;color:#fff;}
.indice_contenido	{background-color:#7b7b7b;font-size: 14px; font-family: Arial, tahoma, sans-serif;text-align:center;color:#fff;}
