body {
	background-image: url(../../../../../imagenes/fondo_body.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
}

#subbody1 {
	background-image: url(../../../../../imagenes/subbody1.jpg);
	background-position: left;
	background-repeat: repeat-y;
	float:left;
	width: 100%;
}

#subbody2 {
	background-image: url(../../../../../imagenes/subbody2.jpg);
	background-position: right;
	background-repeat: repeat-y;
	float:right;
	width: 100%;
}

p, a, h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

img {
	border-style:none;
}


/*****	ENCABEZADO	*****/
#encabezado {
	background-color: #7B90AF;
	color:#000000;
	height:98px;
}

#encabezado table, td {
	border-collapse:collapse;
}
/************************/



/*****   MAPA	*****/
#mapa {
	background-image: url(../../../../../imagenes/fondo_transparente.png);
	border-bottom: 2px solid #396268;
	height: 30px;
}

#mapa p {
	color: #000000;
	font-size: 14px;
	display:inline;
	vertical-align:super;
}
/********************/



/*****	 MENÚS	    *****/
#areas {
	background-image: url(../../../../../imagenes/fondo_areas.gif);
	clear: both;
	height: 96px;
	width: 480px;
}

	/*****	 Efecto Menú estilo MAC	*****/
	#iFishEye a {
		text-decoration: none;
	}

	.iFishEyeCaption {
		border: 1px solid #333;
		background-color: #eee;
		padding: 5px;
		color: #333;
		text-decoration: none;
		visibility: hidden;
	}
	/*****************************************/
	
#menuPrincipal {
	clear: both;
	color: #FFFFFF;
	float: left;
	width: 150px;
}

#menuPrincipal img {
	float:right;
}

#subMenu {
	background-image: url(../../../../../imagenes/fondo_transparente.png);
	width: 150px;
}
#subMenu img {
	float:none;
}
#subMenu h4 {
	background-color: #396268;
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 130px;
}
#subMenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#subMenu ul {
	display: table-cell;
	margin: 0;
	padding: 0;
	width: 150px;
}

.opcionMenu {
	font-style: italic;
	font-size: 14px;
	list-style-type: none;
	padding-left: 5px;
}
.opcionMenu:hover {
	background-color:#396268;
}
.opcionMenu2 {
	padding-left: 15px;
	font-style: italic;
	font-size: 14px;
	list-style-type: none;
}

.opcionMenu2:hover {
	background-color:#396268;
}
/***************************/




/*****	 BARRA LATERAL DERECHA DE IMAGENES	*****/
#barra_imagenes {
	float: right;
	height: 480px;
	margin-top: 10px;
	width: 120px;
}
/*************************************************/



/*****	 NOTICIAS	*****/
#noticias {
	float: right;
	height: 200px;
	margin-top: 10px;
	width: 175px;
}

.texto {
	width: 166px;
}

.texto p {
	color:#000000;
	font-size:12px;
	line-height:20px;
	padding:0px 5px 0px 5px;
}

	/*****	 Efecto mostrar/ocultar		*****/
	.zonaRetractilNoticias {
		background-image: url(../../../../../imagenes/fondo_transparente.png);		
		float: left;
		height: 200px;
		line-height:22px;
		width: 165px;
	}
	.botonZonaNoticias {
		cursor: pointer;
		cursor: hand;
		float: right;
		height: 200px;
		width: 10px;
	}
	/*****************************************/
/************************/


/*****	CONTENIDO	*****/
#contenido {
	border: 1px solid #396268;
	color: #000000;
	float: left;
	font-size: 14px;
	margin-left: 5%;
	margin-right: 5%;
	min-height: 425px;
	min-width: 546px;
	width: 62%;
}

#contenido h1, h2, h3, h4 {
	padding: 0px 10px 0px 10px;
}

#contenido ul, li, ol {
}

#contenido p {
	padding: 0px 10px 0px 10px;
	text-align:justify;
}

#contenido a {
	color:#D56A00;
}

#contenido hr {
	color:#D56A00;
}

/************************/


/*****	 CRÉDITOS	 *****/
#creditos {
	background-color: #7B90AF;
	border-top: 2px solid #396268;
	clear:both;
	padding-bottom: 1px;
}

#creditos p {
	color: #ffffff;
	font-size: 11px;
	text-align: center;
}

#creditos a {
	color: #CCCC99;
}
#creditos a:hover {
	color: #ffffff;
}
/*******************************/