/***** contenido *****/
#contenido
{
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	margin: 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;
}

#listado_contenidos ul
{
    float: left;
	margin: 10px 5px 0px 20px;
	padding: 0px;
	width: 320px;
	list-style-type: none;
	list-style-image: url(../imagenes/portada/bullet_listados.gif);
}

#listado_contenidos ul li
{
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #868686;
	line-height: 2.5em;
}

#listado_contenidos ul li a
{
	font-family: Verdana;
	font-size: 11px;
	color: #868686;
	font-weight: bold;
	text-decoration: none;
}

#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 *****/
h2#rotulo_descargas_asociadas
{
	background-color: #FFFFFF;
	color: #05501E;
	text-transform: none;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #868686;
}

#listado_descargas_asociadas
{
}

#listado_descargas_asociadas ul
{
    list-style-type: none;
}

#listado_descargas_asociadas ul li
{
	color: #868686;
	background-image: url("../imagenes/portada/arrowDerecha.gif");
	background-repeat: no-repeat;
	background-position: 0% 55%;
	/background-position: 0% 60%;
}

#listado_descargas_asociadas ul li a
{
	color: #868686;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	padding-left: 10px;
}

#listado_descargas_asociadas ul li a:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

/***** zona central *****/
#zona_central
{
    float: left;
    width: 810px;
	background-color: #FFFFFF;
	padding-left: 10px;
}

#zona_central h2
{
    
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	clear: both;
	padding-top: 0px; 
	/padding-top: 10px;
}

/***** Sección de Impresión y Enviar a un amigo *****/
#opciones
{
    float: left;
    clear: both;
}




