#zona_central h2
{
	background-image: url(../../imagenes/cabeceras_h2/cab_contenidos.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	
}

/***** contenido *****/
#contenido
{
	width: 755px;
	min-height: 150px;
	height: auto;
	margin: 0px;
	float: left;
	/*border: 1px solid red;*/
}


#listado_contenidos
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	
	width:767px;
		
	margin: 0px 0px 0px 0px;
	padding:0px;
	float: left;
	min-height: 300px;
	height: auto;
	
	background-image: url(../../imagenes/contenidos/fondo_contenidos.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;

}

#listado_contenidos ul
{
	float:left;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	width: 320px;
	list-style-type: none;
	list-style-image: url(../imagenes/portada/bullet_listados.gif);
}

#listado_contenidos ul li
{
	width:425px;
	height:29px;
	
	background-image: url(../../imagenes/contenidos/fondo_li.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	
	margin-bottom:1px;
	padding:4px 10px 0px 25px;
}

#listado_contenidos ul li a
{
	font-family: Verdana;
	font-size: 11px;
	color: #001B45;
	font-weight: bold;
	text-decoration: none;
	margin:0px 0px 0px 0px;
	
}

#listado_contenidos ul li a:hover
{
	text-decoration: underline;
}

#listado_contenidos p.informacion
{
	color: #868686;
	font-family: Verdana;
	font-size: 11px;
}

/***** Descargas asociadas a los contenidos *****/

#listado_descargas_asociadas
{
	float:left;
	
	margin:0px;
	padding:0px;
}

#listado_descargas_asociadas ul
{
	list-style-type: none;
	
	margin:0px 0px 0px 30px;
	padding:0px;
	
	width:300px;
}

#listado_descargas_asociadas ul li
{
	background-image: url(../../imagenes/general/fondo_descarga_asociada.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#listado_descargas_asociadas ul li a
{
	color: #575757;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin-left:40px;
}

#listado_descargas_asociadas ul li a:hover
{
	text-decoration: underline;
}
#texto_plantillas
{
	padding:20px;

}
#texto_plantillas h4
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color:#2686BE;
	margin-left:5px;
}
