/***** contenido *****/
#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;
	/*border: 1px solid red;*/
}


#listado_contenidos
{
	font-family: Verdana;
	font-size: 10px;
	color: #00003C;
	font-weight: normal;
	text-align: justify;
	margin: 0px 0px 0px 5px;
	float: left;
	min-height: 180px;
	height: auto;
	width:780px;
}
#listado_contenidos #img_cont
{
	
	margin: 0px 0px 0px 40px;
	float: right;
	min-height: 416px;
	width: 294px;
	
}
#listado_contenidos ul
{
	margin: 20px 0px 0px 60px;
	width: 380px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url(../imagenes/portada/bullet_listados.gif);
}

#listado_contenidos ul li
{
	background-image: url(../../imagenes/general/li_contenidos.gif);
	background-position: left top;
	background-repeat: no-repeat;

	height: 17px;
	margin-bottom: 5px;
	padding: 3px 0px 0px 25px;
}

#listado_contenidos ul li a
{
	font-family: Verdana;
	font-size: 11px;
	color: #00003C;
	font-weight: normal;
	text-decoration: none;
}

#listado_contenidos ul li a:hover
{
	text-decoration: none;
	color: #F70000;
}

#listado_contenidos p.informacion
{
	color: #868686;
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
}

/***** Descargas asociadas a los contenidos *****/
h2#rotulo_descargas_asociadas
{
	background-image: url(../../imagenes/portada/fondo_novedades.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font: bold 10px Verdana,Sans-serif;
	color: #989898;
	text-transform: none;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #9E9F9F;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}

#listado_descargas_asociadas
{
	margin: 0px 20px 20px 20px;
}

#listado_descargas_asociadas ul
{
	list-style-type: none;
	list-style-image: url(../../imagenes/general/bullet.gif);
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}

#listado_descargas_asociadas ul li
{
	color: #05501E;
	border-bottom: 1px solid #E9E9E9;
	margin: 0px;
	padding: 0px;
}

#listado_descargas_asociadas ul li a
{
	color: #000094;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	
}

#listado_descargas_asociadas ul li a:hover
{
color: #f70000;
}




