/***** listado de categorias *****/
.textoNormal
{
	padding-right:30px;
	padding-top:20px;
}

div.texto_categorias
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	line-height: 14px;
	text-align: justify;
	margin: 20px 0px 0px 0px;

}

div.texto_categorias a{font-family: Verdana;font-size: 10px;color: #000000;font-weight: bold;text-decoration: none;}
div.texto_categorias a:hover{text-decoration: underline;color:#A7A7A7;}
div.texto_categorias ul{margin-bottom:10px;}
div.texto_categorias ul li{}
div.texto_categorias ul li a{}
div.texto_categorias ul li a:hover{text-decoration:underline;}
div.texto_categorias ul li strong{font-weight:bold;}
div.texto_categorias span{}
div.texto_categorias strong{font-weight:bold;}

#listado_contenidos
{
	margin: 0px 0px 0px 0px;
	padding:0px;	
	float: left;
	width:738px;
	min-height: 100px;
	height: auto;
}
#listado_contenidos img
{
	float:right;
	margin:0px 0px 20px 20px;
}
#listado_contenidos ul
{
	float:left;
	padding:0px;
	
	margin:40px 0px 0px 0px;
	width:460px;
	list-style-type:none;
}

#listado_contenidos ul li
{
	float:left;
	clear:both;
	margin:0px;
	padding:4px 0px 0px 30px;
	width:430px;
	min-height:21px;
	height:auto;
	border-top:1px solid #000000;	
	background-image: url(../../imagenes/contenidos/bullet_lista.gif);
	background-position: 13px 10px;
	background-repeat: no-repeat;
}

#listado_contenidos ul li a
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

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

/***** Descargas asociadas a los contenidos *****/
#rotulo_descargas_asociadas
{
	font-family: Verdana;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

#listado_descargas_asociadas
{
	float:left;
	width:460px;
	min-height:20px;
	height:auto;
	margin:20px 0px 20px 0px;
}

#listado_descargas_asociadas ul
{
	float:left;
	width:460px;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#listado_descargas_asociadas ul li
{
	float:left;
	width:430px;
	min-height:19px;
	height:auto;
	
	padding:3px 0px 0px 30px;
	border-top:1px solid #000000;
	
	background-image: url(../../imagenes/contenidos/bullet_lista.gif);
	background-position: 13px 6px;
	background-repeat: no-repeat;
	
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	
	}

#listado_descargas_asociadas ul li a
{
	float:right;
	background-color:#000000;
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	padding:2px 4px 2px 4px;
}

#listado_descargas_asociadas ul li a:hover
{
	text-decoration: none;
	color:#A7A7A7;
}





