body
{
	background-color: #4D4D4D;
	margin: 0px;
	text-align: center;
}

/***** Contenedora principal *****/
#falsa_contenedora_principal
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 755px;
	min-height: 800px;
	height: auto;
}

#contenedora_principal
{
	background-color: #FFFFFF;
	
	border-width: 0px 1px 0px 1px;
	border-color: #7B7B7B;
	border-style: solid;

	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 755px;
	min-height: 800px;
	height: auto;
	float: left;
}

#contenedora_principal #contenedor_auxiliar
{
	float: left;
	margin: 0 auto;
	width: 755px;
}

/***** Cabecera *****/
#cabecera
{
	width: 755px;
	height: 120px;
	background-image: url(fondo_cabecera.gif);
	background-position: left top;
	background-repeat: no-repeat;
	/*border: 1px solid red;*/
}

#cabecera #logo
{
	padding: 10px 0px 0px 15px;
	float: left;
}

#cabecera #logo img
{
	border: 0px;
}

/***** contenido *****/
#contenido
{
	width: 755px;
	min-height: 150px;
	height: auto;
	margin: 0px;
	float: left;
	/*border: 1px solid red;*/
}

/***** Menú *****/
#menu_izq
{
	/*border: 1px solid red;*/
	width: 180px;
	margin: 0px;
	padding: 0px;
	float: left;
	min-height: 400px;
	height: 400px;
	background-color: #FBDF9B;
	
}

#menu_izq h2
{
	display: none;
}

#menu_izq ul
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
}

#menu_izq ul li
{
	width: 170px;
	height: 20px;

	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #FFFFFF;

	background-image: url(fondo_menu.gif);
	
	margin: 8px 0px 8px 0px;
	padding: 2px 0px 0px 10px;
	
	list-style-type: none;
}

#menu_izq ul li a
{
	font-family: Verdana;
	font-size: 10px;
	color: #4D4D4D;
	text-transform: uppercase;
	font-weight: lighter;
	text-decoration: none;
	margin: 0px 0px 0px 10px;
}

#menu_izq ul li a:hover
{
	font-family: Verdana;
	font-size: 10px;
	color: #4D4D4D;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: underline;
}

/***** zona central *****/
#zona_central
{
	width: 543px;
	float: left;

	margin: 13px 10px 0px 0px;
	padding: 3px 3px 3px 3px;

	background-color: #FFFFFF;
}

#zona_central h2
{
	background-image: url(Titulo2.gif);
	background-repeat: repeatx;
	
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 0px 5px 5px;
	margin: 5px 0px 5px 3px;
	
	clear: both;
}

/***** bloque de novedades *****/
#bloque_novedades
{
	float: left;
	
	background-image: url(fondo.gif);
	background-position: top left;
	background-repeat: repeat;
	
	width: 550px;
	
	/*border: 1px solid blue;*/
}

#bloque_novedades .novedad
{
	float: right;
	background-color: #FFFFFF;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #E3E3E3;
	
	/*width: 430px;*/
	width: 463px;
	
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 10px 10px;
	
	clear: both;
	
	/*border: 1px solid red;*/
}

#bloque_novedades .novedad h3
{
	font-family: Verdana;
	font-size: 11px;
	color: #868686;
	font-weight: bold;
}

#bloque_novedades .novedad p
{
	float: right;
	margin: 0px;
}

#bloque_novedades .novedad p a, a:hover
{
	font-family: Verdana;
	font-size: 10px;
	color: #F6B727;
	background-color: transparent;
	text-decoration: none;
}

#bloque_novedades #separador
{
	width: 463px;
	height: 16px;
	background-color: #F6B727;
	float: right;
	/*border: 1px solid black;*/
}

#bloque_novedades #separador hr
{
	display: none;
}

/***** Sección novedades *****/
#bloque_novedades_seccion
{
	float: left;
	width: 550px;
}

#bloque_novedades_seccion .novedad_seccion
{
	float: right;
	background-color: #FFFFFF;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #E3E3E3;
	clear: both;
	width: 520px;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 10px 10px;
}

#bloque_novedades_seccion .imagen_novedad_seccion
{
	float: left;
	width: 120px;
	margin: 0px 10px 0px 0px;
}

#bloque_novedades_seccion .imagen_novedad_seccion img
{
	border: 1px solid #868686;
}

#bloque_novedades_seccion .novedad_seccion h3
{
	font-family: Verdana;
	font-size: 11px;
	color: #868686;
	font-weight: bold;
	margin: 0px;
}

#bloque_novedades_seccion .novedad_seccion h4
{
	font-family: Verdana;
	font-size: 10px;
	color: #868686;
	font-weight: normal;
	margin: 0px;
}

#bloque_novedades_seccion .novedad_seccion p
{
	float: right;
	margin: 0px;
}

#bloque_novedades_seccion .novedad_seccion p a, a:link, a:visited
{
	font-family: Verdana;
	font-size: 10px;
	color: #4D4D4D;
	text-decoration: underline;
	padding: 2px;
}

#bloque_novedades_seccion .novedad_seccion p a, a:hover
{
	font-family: Verdana;
	font-size: 10px;
	background-color: #transparent;
	text-decoration: none;
	padding: 2px;
}

/***** bloque de bienvenida *****/
#bloque_bienvenida
{
	float: left;
	width: 530px;
	background-color: #FFFFFF;
	
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	
	clear: both;
	/*border: 1px solid blue;*/
}

#bloque_bienvenida p
{
	margin-left: 10px;
}

#bloque_bienvenida img
{
	border: 0px;
	margin: 0px 10px 0px 10px;
	float: right;
}

/***** pie de página *****/
#pie
{
	background-color: #F7B721;
	
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: normal;
	
	width: 755px;
	
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: right;
}

#pie a
{
	font-family: Verdana;
	font-size: 9px;
	color: #7E7E7E;
	font-weight: bold;
	text-decoration: none;
}

#pie a:hover
{
	font-family: Verdana;
	font-size: 9px;
	color: #7E7E7E;
	font-weight: bold;
	text-decoration: underline;
}

/***** noticia individual *****/
#noticia_individual
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	line-height: 1.8em;
	margin: 0px 5px 0px 5px;
}

#noticia_individual p
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	line-height: 1.8em;
	margin: 0px;
	clear: none;
}

#noticia_individual a:link, #noticia_individual a:visited, #noticia_individual a:active
{
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	background-color:transparent;
	text-decoration: underline;
}

#noticia_individual a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#noticia_individual img
{
	margin: 0px 0px 10px 10px;
}

#noticia_individual h3
{
	font-family: Verdana;
	font-size: 10px;
	color: #868686;
	font-weight: bold;
}

/***** listado de categorias *****/
p.texto_categorias
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	line-height: 1.5em;
	text-align: justify;
	margin: 0px 5px 0px 5px;
}

#listado_categorias
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	line-height: 1.8em;
	margin: 45px 5px 0px 5px;
	
	background-image: url(recurso_categorias.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	
	min-height: 120px;
	height: 120px;
}

#listado_categorias ul
{
	margin: 0px 5px 0px 200px;
	padding: 0px;
	
	list-style-type: none;
	list-style-image: url(bullet_listados.gif);
}

#listado_categorias ul li
{
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #868686;
	line-height: 2.0em;
}

#listado_categorias ul li a
{
	font-family: Verdana;
	font-size: 11px;
	color: #868686;
	font-weight: bold;
	text-decoration: none;
}

#listado_categorias ul li a:hover
{
	text-decoration: underline;
}

#listado_contenidos
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	line-height: 1.8em;
	margin: 0px 0px 0px 5px;
	
	background-image: url(recurso_contenidos.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	
	min-height: 200px;
	height: 300px;
}

#listado_contenidos ul
{
	margin: 10px 5px 0px 25px;
	padding: 0px;
	width: 320px;
	list-style-type: none;
	list-style-image: url(bullet_listados.gif);
}

#listado_contenidos ul li
{
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #868686;
	line-height: 2.5em;
}

#listado_contenidos ul li a
{
	font-family: Verdana;
	font-size: 11px;
	color: #868686;
	font-weight: bold;
	text-decoration: none;
}

#listado_contenidos ul li a:hover
{
	text-decoration: underline;
	
}

/***** Enlaces *****/

#listado_enlaces
{
	padding: 0px 0px 0px 10px;
	float: left;
}

#listado_enlaces .enlace
{
	float: left;
	width: 500px;
	margin: 5px 0px 5px 0px;
}

#listado_enlaces .enlace img
{
	margin: 0px 5px 0px 0px;
}

#listado_enlaces .enlace i
{
	font-family: Verdana;
	font-size: 9px;
	font-color: #999;
	font-style: normal;
}

#listado_enlaces .enlace p
{
	margin: 5px 0px 5px 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
}

#listado_enlaces .enlace a
{
	font-family: Verdana;
	font-size: 11px;
	color: #868686;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#listado_enlaces .enlace a:hover
{
	text-decoration: underline;
}

/***** Descargas *****/
#listado_descargas
{
}

#listado_descargas .descarga
{
	background-color: #EBEBEB;
	width: 520px;
	min-height: 90px;
	height: 100px;
	padding: 0px;
	margin: 5px 0px 5px 10px;
}

#listado_descargas .descarga hr
{
	display: none;
}

#listado_descargas .descarga p, h3
{
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #868686;
	float: left;
	margin: 5px 0px 0px 5px;
}

#listado_descargas .descarga p.parrafo_enlace
{
	float: right;
	margin: 5px 5px 0px 0px;
}

#listado_descargas .descarga p.parrafo_enlace a
{
	font-family: Verdana;
	font-size: 11px;
	color: #F6B727;
	font-weight: bold;
	text-decoration: none;
}

#listado_descargas .descarga p span
{
	color: #000;
	font-weight: normal;
}

#listado_descargas .descarga img
{
	border: 1px solid #868686;
	float: right;
	margin: 3px 3px 3px 0px;
}

/***** Varios *****/

/***** comunes a las plantillas *****/
.textoNormal
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 11px;
	line-height: 19px;
	text-align: justify;
	margin: 5px;
}

.textoNormal a
{
	font-family: Verdana;
	font-size: 11px;
	color: #F6B727;
	font-weight: normal;
	text-decoration: underline;
}

.textoNormal a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #F6B727;
	font-weight: normal;
	text-decoration: none;
}


#zona_central p a, a:link, a:visited
{
	font-family: Verdana;
	font-size: 10px;
	color: #4D4D4D;
	text-decoration: underline;
	font-weight: bold;

}

#zona_central p a:hover
{
	font-family: Verdana;
	font-size: 10px;
	background-color: #F7B721;
	font-weight: lighter;
	text-decoration: none;
	padding: 2px;
}
