/***** contenido *****/
#contenido
{
	width: 755px;
	min-height: 150px;
	height: auto;
	margin: 0px;
	float: left;
}


#listado_contenidos
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	line-height: 1.8em;
	margin: 80px 0px 0px 5px;

	background-image: url(../imagenes/portada/imagen_categorias.gif);
	background-position: right top;
	background-repeat: no-repeat;

	min-height: 200px;
	height: 300px;
}

#listado_contenidos ul
{
	margin: 10px 5px 0px 0px;
	padding: 0px;
	width: 343px;
	list-style-type: none;
}

#listado_contenidos ul li
{
	line-height: 2.5em;
	background-image: url(../imagenes/portada/fondo_contenidos.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#listado_contenidos ul li a
{
	font-family: Verdana;
	font-size: 10px;
	color: #6C6C6C;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../imagenes/portada/bullet_contenidos.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#listado_contenidos ul li a:hover
{
	text-decoration: underline;
}

#listado_contenidos p.informacion
{
	color: #868686;
	font-family: Verdana;
	font-size: 11px;
}
