body
{
	margin: 0px;
	background: #2b649f url(../../imagenes/portada/body-bg.png) left top repeat-x;
	background-attachment: fixed;
	text-align: center;
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
}

/*** CAPAS DE FONDO Y ESQUELETO **************************************************************/

#falsa_contenedora_principal
{
	width: 950px;	
	margin: 0px auto 0px auto;
	padding:0px;
	text-align: left;
}
#contenedora_principal
{
	float: left;
	width: 950px;
	min-height: 300px;
	height: auto;
	margin:0px auto 0px auto;	
	padding:0px;
	background-color: #3570a7;
	text-align: left;
}
#contenedora_principal #contenedor_auxiliar
{
	float: left;
	width: 950px;
	margin: 0px auto 0px auto;
	padding:0px;
}

/*** SECCIÓN 1: CABECERA ********************************************************************/
#flashcontent {
	width: 726px;
	height: 138px;
	float: right;
	margin: -1px 0px 0px 0px;
}
#idiomas {
	height: 16px;
}
	#idiomas ul {
		margin: 1px 0px 0px 625px;
		padding: 0px 0px 0px 0px;
		list-style: none;
	}
	#idiomas ul li {
		display: inline-block;
		background-image: url(../../imagenes/portada/lang-separator.png);
		background-repeat: no-repeat;
		background-position: center right;
		padding-right: 5px;
	}
	#idiomas ul li.first {
		margin-left: 0px;
	}
	#idiomas ul li.last {
		background: none;
	}
	#idiomas ul li a {
		font: normal bold 12px Verdana, Arial;
		color: #ffffff;
		text-decoration: none;
		padding-left: 10px;
	}
	#idiomas ul li a:hover {
		color: red;
		background-image: url(../../imagenes/portada/lang-actual.gif);
		background-position: center left;
		background-repeat: no-repeat;
	}
	#idiomas ul li a.actual {
		color: red;
		background-image: url(../../imagenes/portada/lang-actual.gif);
		background-position: center left;
		background-repeat: no-repeat;
	}
#miga {
	float: left;
	width: auto;
}
#miga a {
	font: normal normal 10px Verdana, Arial;
	color: #ffcc74;
	text-decoration: none;
	
	background-image: url(../../imagenes/portada/bullet-miga.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 11px;
	float:left;
	margin-top: 3px;
	margin-left: 5px;
}

#cabecera
{
	float: left;
	width: 950px;
	height: 166px;	
	background: #3570a7 url(../../imagenes/portada/header-bg.jpg) left top no-repeat;
	margin:0px;
	padding: 0px;	
}
#cabecera #logo
{
	float: left;
	margin:0px;
	padding:0px;
}
#cabecera #logo img
{
	float:left;
	margin: 10px 0px 0px 2px;
	padding:0px;
	border:0px;
}

/*** SECCIÓN 2: MENÚ DE OPCIONES IZQUIERDO **************************************************/

#menu_izq
{
	float: left;
	width: 222px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #2c5c82;
	border-top: none;
	border-bottom: none;
	min-height: 391px;
	background-image: url(../../imagenes/menu/menu-bg-2.gif);
	background-repeat: repeat-y;
	
}
#menu_izq ul#menu
{
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

/*********** Estilo de menú genérico y para opciones de nivel 1 ************/

#menu_izq ul#menu li
{
	float: left;
	width: 207px;
	min-height:18px;
	height:auto;
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 13px 0px;
	list-style-type: none;
	
	border-bottom: 1px solid #abafb1;
}
#menu_izq ul#menu li.nivel1 {
	border: 0px;
	margin: 0px;
	height: 5px;
}
#menu_izq ul#menu li a
{
	float: left;
	width: 180px;
	min-height:18px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 2px 32px;
	background: transparent url(../../imagenes/menu/bullet_nivel1.png) left center no-repeat;
	color: #003574;
	font: normal bold 10px Verdana, Arial;
	text-decoration: none;
}

#menu_izq ul#menu li a:hover
{
	background: transparent url(../../imagenes/menu/bullet_nivel1.png) left center no-repeat;
	text-decoration: underline;
}
#menu_izq ul#menu li a.actual{color: #003574; text-decoration: underline;}
#menu_izq ul#menu li img{float:left;}

/*********** Lista de nivel 1 que contiene las opciones de nivel 2 ***********/

#menu_izq ul#menu li.li_nivel2
{
	float:left;
	width: 205px;
	min-height:18px;
	height:auto;
	margin:0px 0px 13px 0px;
	padding:0px;
	
	border-bottom: 1px solid #abafb1;
}


/*********** Estilo de menú para opciones de nivel 2  ***********/

#menu_izq ul#menu ul.nivel2
{
	float: left;
	width:190px;
	min-height:18px;
	height:auto;
	margin: 0px;
	padding: 0px;	
}
#menu_izq ul#menu ul.nivel2 li
{
	min-height:18px;
	height:auto;
	margin: 0px;
	padding: 0px;	
	border: 0px;
	margin-bottom: 7px;
}
#menu_izq ul#menu ul.nivel2 li a
{
	width: 120px;
	
	margin: 0px 0px 0px 33px;
	padding: 0px 0px 0px 14px;
	
	background: transparent url(../../imagenes/menu/bullet_nivel2.png) no-repeat 10px 5px;
	background-position: center left;
	
	color: #003574;
	font-weight: normal;
	font-family: Verdana, Arial;
	text-decoration: none;	
}
#menu_izq ul#menu ul.nivel2 li a:hover{text-decoration: underline;}
#menu_izq ul#menu ul.nivel2 li a.actual{text-decoration: underline;}

#menu_izq ul#menu ul.nivel2 li a img {
	border: 0px;
}

/*** SECCIÓN 3: CUERPO Y ZONA CENTRAL ********************************************************/

#zona_contenidos
{
	float: left;
	width:950px;
	margin:0px;
	padding:0px;
	background-color: #cce6fc;
	background-image: url(../../imagenes/portada/fondocontenido2.gif);
	background-repeat: repeat-y;

	
}
#zona_contenidos #zona_central
{
	float: left;
	width: 726px;
	min-height: 381px;
	height:auto;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background-color: #5b94ca;
	
	background-image: url(../../imagenes/portada/fondocontenido.gif);
	background-repeat: repeat-y;
	
}
#zona_contenidos #zona_central h2
{
	background-image: url(../../imagenes/portada/h-bg.gif);
	background-repeat: repeat-x;
	font: normal bold 11px Verdana, Arial;
	color: #fff;
	margin: 0px 0px 8px 0px;
	padding: 7px 0px 8px 25px;
}

/*** SECCIÓN 4: PIE DE PÁGINA ****************************************************************/

#pie
{
	float: left;
	width: 950px;
	height: 45px;
	padding: 5px;
	margin: 4px 0px 0px 0px;
	background-image: url(../../imagenes/portada/footer-bg.gif);
	background-repeat: no-repeat;
}
#pie #texto_pie
{
	padding:0px;
	margin: 6px 0px 0px 0px;
	
	font: normal normal 10px Verdana, Arial;
	color: #00244b;
}
#pie #texto_pie a
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#pie #texto_pie a:hover{text-decoration: none;}
#pie a.legal {
	float: left;
	margin: 6px 61px 0px 11px;
}
#pie a.legal img {
	border: 0px;
}

/*** OTROS ESTILOS: LISTADO DE CATEGORÍAS, TEXTO CATEGORÍAS, TEXTO NORMAL, RUTA Y PAGINACIÓN */

/*** Listado de categorías ***/

#listado_categorias
{
	float: left;
	margin: 0px;	
	min-height: 180px;
	height: auto;	
}
#listado_categorias ul
{
	float:left;
	width:380px;
	min-height:20px;
	height:auto;
	margin: 20px 0px 0px 0px;
	padding: 10px;
}
#listado_categorias ul li
{
	float:left;
	width:380px;
	padding: 10px;
	list-style-type: none;
	margin-bottom: 1px;
	background-color: #2e6195;
}
#listado_categorias ul li a
{
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#listado_categorias ul li a:hover{text-decoration: underline;}

/*** Texto de categorías ***/

div.texto_categorias
{
	line-height: 16px;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding:20px;	
	font-family: Verdana;
	font-size: 12px;
       font-weight: normal;
	color: #003574;

}
div.texto_categorias img{margin: 10px;float: left;}
div.texto_categorias a{color: #ffffff;font-weight: bold;text-decoration: underline;}
div.texto_categorias a:hover{text-decoration: underline;}
div.texto_categorias ul{clear:both;}
div.texto_categorias ul li{}
div.texto_categorias ul li a{}
div.texto_categorias ul li a:hover{text-decoration:underline;}
div.texto_categorias ul li strong{font-weight:bold;}
div.texto_categorias span{}
div.texto_categorias strong{font-weight:bold;}

/*** Texto Normal ***/

.textoNormal
{
	line-height: 18px;
	text-align: left;
	margin:0px 15px 0px 17px;
	font-family: Verdana;
	font-size: 12px;
       font-weight: normal;
	color: #003574;
	
}
.textoNormal a{color: #003574;font-weight: bold;text-decoration: underline;}
.textoNormal a:hover{text-decoration: underline;}
.textoNormal ul {}
.textoNormal ul li{}
.textoNormal ul li a{}
.textoNormal ul li a:hover{}
.textoNormal ul li strong{}
.textoNormal span
{
	line-height: 18px;
	text-align: justify;
	margin:0px 15px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
       font-weight: normal;
	color: #003574;
}
.textoNormal strong{}

/*** Ruta de navegación ***/

#ruta
{
	clear:both;
	margin:0px 0px 10px 0px;
	padding:0px;
}
#ruta p
{
	margin:0px;
	padding:0px;
}
#ruta p a
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: lowercase;
	text-decoration: none;
}
#ruta p a:hover{text-decoration: underline;}

/*** Paginación de resultados ***/

#paginacion
{
	clear:both;
	margin: 20px 0px 0px 0px;
	text-align: center;	
	color:#ffffff;
}
#paginacion a
{
	color: #ffffff;
	
	text-decoration: none;
}
#paginacion a:hover
{
	color: #FFF;
	
	text-decoration: none;
}
#paginacion .pagina_actual
{
	font-weight: bold;
	border: 1px solid #ffffff;
}
