/***** contenido *****/
#texto_plantilla
{
	float:left;
	width:690px;
	margin:20px 0px 20px 0px;
}
#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;
	float: left;
	min-height: 100px;
	height: auto;
	margin-bottom:20px;
}

#listado_contenidos ul
{
	margin: 0px 0px 20px 40px;
	padding: 0px;
	
	list-style-type: none;
	
}

#listado_contenidos ul li a
{
	font-family: Verdana;
	font-size: 10px;
	color: #7F7F7F;
	font-weight: bold;
	text-decoration: none;
	display:block;
	
	min-height:38px;
	height:auto;
	background-image: url(../../../imagenes/general/fondo_li_cont.jpg);
	background-position: left 0px;
	background-repeat: no-repeat;
	padding:12px 0px 0px 65px;
}

#listado_contenidos ul li a:hover
{
	
	background-image: url(../../../imagenes/general/fondo_li_cont_hover.jpg);
	background-position: left 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	color:#3C3C3C;
}

#listado_contenidos p.informacion
{
	color: #868686;
	font-family: Verdana;
	font-size: 11px;
}

/***** Descargas asociadas a los contenidos *****/
h2#rotulo_descargas_asociadas
{
	font-family:verdana;
	font-size:11px;
	color: #B8B8B8;
	font-weight:bold;
	text-transform: none;
	float:left;
	width:650px;
}

#listado_descargas_asociadas
{
	float:left;
	clear:both;
	width:650px;
	margin:0px 0px 20px 0px;
	padding:0px;
}

#listado_descargas_asociadas ul
{
	float:left;
	width:650px;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#listado_descargas_asociadas ul li
{
	margin:1px 0px 1px 0px;
	padding:0px 0px 0px 20px;
	width:630px;
	min-height:22px;
	height:auto;
	
	background-image: url(../../../imagenes/general/bullet_asociadas.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	background-color:#EEEEEE;
}
#listado_descargas_asociadas ul li span
{
	color: #575757;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}
#listado_descargas_asociadas ul li a
{
	color: #575757;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

#listado_descargas_asociadas ul li a:hover
{
	
	text-decoration: underline;
}

