h2
{
	margin:0px 0px 10px 0px;
	padding:34px 0px 5px 0px;
	width:706px;
	
	border-bottom:1px solid #59B010;
	
	font-family: Verdana;
	font-size: 24px;
	color: #FFFFFF;
	font-weight:normal;
}
h2 span
{
	display:block;
	width:175px;
}

#listado_contenidos
{
	float:left;
	width:397px;
	border:1px solid #ACACAC;
	padding:1px;
	margin:20px 0px 10px 88px;
	background-color:#FFFFFF;
}

#listado_contenidos ul
{
	float:left;
	width:397px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#listado_contenidos ul li
{
	float:left;
	width:397px;
}

#listado_contenidos ul li a
{
	float:left;
	width:355px;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
	height:22px;
	padding:10px 0px 1px 42px;
	background-image: url(../../imagenes/contenidos/fd_listado.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
}

#listado_contenidos ul li a:hover
{
	background-image: url(../../imagenes/contenidos/fd_listado_hover.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
	color:#A90505;
}

#listado_contenidos p.informacion
{
	color: #868686;
	font-family: Verdana;
	font-size: 11px;
}

/***** Descargas asociadas a los contenidos *****/

#listado_descargas_asociadas
{
	float:left;
	width:386px;
	border:1px solid #959595;
	background-color:#FFFFFF;
}
#listado_descargas_asociadas h4.rotulo_descargas_asociadas
{
	float:left;
	
	width:368px;
	height:18px;
	
	margin:0px;
	padding:4px 0px 0px 18px;
	
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	
	background-image: url(../../imagenes/contenidos/fd_rot_descargas.gif);
	background-position: left top;
	background-repeat: no-repeat;
}


#listado_descargas_asociadas ul
{
	float:left;
	margin:0px;
	padding:0px 0px 0px 16px;
	list-style-type: none;
}

#listado_descargas_asociadas ul li
{
	float:left;
	
	background-image: url(../../imagenes/contenidos/bullet_descargas.gif);
	background-position: left top;
	background-repeat: no-repeat;
	
	width:330px;
	
	min-height:27px;
	height:auto;
	
	padding-left:30px;
	margin-top:4px;
	
	border-bottom:1px solid #EBEBEB;
}

#listado_descargas_asociadas ul li a
{
	color: #E24040;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

#listado_descargas_asociadas ul li a:hover
{
	color:#777777;
}





