/***** contenido *****/
.contenidos_borde
{
	margin: 15px;


	min-height: 10px;
	/height: 10px;
}



#contenido
{
	background-image: url(../imagenes/portada/fondo_contenidos.gif);
	background-position: left top;
	background-repeat: repeat-x;

	width: 755px;
	min-height: 150px;
	height: auto;
	margin: 0px;
	float: left;
	text-align: justify;
	/*border: 1px solid red;*/
}
.contenidos  ul
{

	
	list-style-type: none;
	list-style-image: none;

	/padding-bottom: 5px;

}

 .contenidos  ul li
{


	padding-left: 13px;
	background-image: url(../imagenes/general/bullets/bullet.gif);
	background-position: 0px 6px;
	/background-position: 0px 7px;


	background-repeat: no-repeat;

}

#listado_contenidos
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	line-height: 1.8em;
	margin: 5px 5px 0px 5px;
	float: left;
	min-height: 180px;
	height: auto;
	/height: 180px;
}

#listado_contenidos ul
{
	margin: 25px 5px 0px 20px;
	padding: 0px;

	list-style-image: none;
	list-style-type: none;
	
}

#listado_contenidos ul li
{
	
	line-height: 2.0em;

	padding-left: 15px;

	background-image: url(../imagenes/categorias/bullet_categorias.gif);
	background-position: 0px 8px;
	background-repeat: no-repeat;
}

#listado_contenidos ul li a
{
	font-family: Verdana;
	font-size: 11px;
	color: #3d5c57;

	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
}

#listado_contenidos 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: 5px 5px 0px 5px;
	float: left;
	min-height: 180px;
	height: auto;
	/height: 180px;
}

#listado_contenidos ul
{
	margin: 25px 5px 0px 20px;
	padding: 0px;

	list-style-image: none;
	list-style-type: none;
	
}

#listado_contenidos ul li
{
	
	line-height: 2.0em;

	padding-left: 15px;

	background-image: url(../imagenes/contenidos/bullet_contenidos.png);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

#listado_contenidos ul li a
{
	font-family: Verdana;
	font-size: 11px;
	color: #3d5c57;

	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
}

#listado_contenidos ul li a:hover
{
	text-decoration: underline;
}


#zona_central .de_contenidos
{
	background-image: url(../imagenes/contenidos/fondo_contenidos.png);
	background-color: #fff;
	background-position: right bottom;
	background-repeat: no-repeat;
}

/***** Descargas asociadas a los contenidos *****/
h2#rotulo_descargas_asociadas
{
	background-color: #FFFFFF;
	color: #05501E;
	text-transform: none;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #05501E;
}

#listado_descargas_asociadas
{
}

#listado_descargas_asociadas ul
{
	list-style-type: disc;
}

#listado_descargas_asociadas ul li
{
	color: #05501E;
}

#listado_descargas_asociadas ul li a
{
	color: #05501E;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

#listado_descargas_asociadas ul li a:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}





