/***** contenido *****/
#contenido
{
	width: 795px;
	min-height: 150px;
	height: auto;
	margin: 0px;
	float: left;
	/*border: 1px solid red;*/
}

#contenidos_borde
{
	float:left;
	width:470px;
	border:1px solid #848484;
	min-height:200px;
	height:auto;
	/min-height:200px;
	/height:200px;
	background-image: url(../imagenes/portada/categorias/torres.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color:#EFEFEF;
	margin:0px 0px 0px 13px;
	/margin:0px;

}
#listado_contenidos
{
	width:330px;
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	line-height: 1.8em;
	float: left;
	min-height: 10px;
	height: auto;
	border:1px solid #A4A4A4;
	margin:25px 0px 0px 15px;
	/margin:20px 0px 0px 8px;
	padding:0px;
	background-color:#FFF;
	
}

#listado_contenidos ul
{
	width:330px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 320px;
	list-style-type: none;
	list-style-image: url(../imagenes/portada/bullet_listados.gif);
	
}

#listado_contenidos ul li
{
	width:330px;
	height:20px;
	border-bottom: 1px dashed #868686;
	line-height: 2.5em;
}

#listado_contenidos ul li a
{
	font-family: Verdana;
	font-size: 10px;
	color: #626262;
	font-weight: bold;
	text-decoration: none;
	margin-left:40px;
}

#listado_contenidos ul li a:hover
{
	text-decoration: none;
	color:#3312BB;
}

#listado_contenidos p.informacion
{
	color: #868686;
	font-family: Verdana;
	font-size: 11px;
}

/***** Descargas asociadas a los contenidos *****/

#descargas_asociadas
{
	float:left;
	width:660px;
	
	margin:0px;
	padding:0px;
}

h2#rotulo_descargas_asociadas
{
	width:600px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #314400;
	text-transform: none;
	margin:10px 0px 0px 10px;
	padding:0px;	
}

#listado_descargas_asociadas
{
	float:left;
	width:300px;
}

#listado_descargas_asociadas ul
{
	list-style-type: none;
	border:1px solid #626262;
	margin:10px 0px 0px 10px;
	padding:0px;
	background-color:#EFEFEF;
}

#listado_descargas_asociadas ul li
{
	border-bottom:1px dashed #626262;
	padding-left:15px;
}

#listado_descargas_asociadas ul li a
{
	color: #707070;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}
#listado_descargas_asociadas ul li a:hover
{	
	color: #3D3C3C;
}





