/***** 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;*/
}

#contenidos_aux
{
	border:1px solid #EFC01A;
	width:513px;
	float:left;	
	background-image: url(../../imagenes/portada/contenidos/fondo-contenidos.gif);
	background-position: right 40px;
	background-repeat: no-repeat;
	min-height:300px;
}
#contenidos_aux h2
{
	width: 493px;
	border-bottom: 1px solid #EFC01A;
	padding:10px 0px 10px 20px;
	margin:0px;
	font-family: Arial Black;
	font-size: 12px;
	color: #6D3C07;
	font-weight: normal;
	text-transform:uppercase;
	float: left;
}
#contenidos_aux span.texto_categoria
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	line-height: 1.5em;
	text-align: justify;
	padding:20px;
	display:block;
}
#contenidos_aux span#animacion
{
	float:right;
	margin-left:20px;
}
#listado_contenidos
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	margin: 0px 0px 0px 5px;
	float: left;
	min-height: 100px;
	height: 100px;
	width:200px;
}

#listado_contenidos ul
{
	margin: 10px 5px 0px 25px;
	padding: 0px;
	width:200px;
	list-style-type: none;
	list-style-image: url(../../imagenes/portada/bullet_listados.gif);
}

#listado_contenidos ul li
{
	
	line-height: 24px;
	color:#F4C41A;
}

#listado_contenidos ul li a
{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-left:7px;
	padding-right:15px;
}

#listado_contenidos ul li a:hover
{
	color:#6D3C07;
}
#listado_contenidos ul li a span
{
	color:white;
}
#listado_contenidos ul li a:hover span
{
	color:#F4C41A;
	font-size:11px;
	font-weight: bold;
	font-family: Verdana;
}

#listado_contenidos p.informacion
{
	color: #868686;
	font-family: Verdana;
	font-size: 11px;
}
#plantilla
{
	border:1px solid #EFC01A;
	width:513px;
	float:left;	
	margin-bottom:10px;
	
}
#plantilla h2
{
	width: 493px;
	border-bottom: 1px solid #EFC01A;
	padding:10px 0px 10px 20px;
	margin:0px;
	font-family: Arial Black;
	font-size: 12px;
	color: #6D3C07;
	font-weight: normal;
	text-transform:uppercase;
	float: left;
}


/***** 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: #05501E;
}

#listado_descargas_asociadas
{
}

#listado_descargas_asociadas ul
{
	list-style-type: disc;
}

#listado_descargas_asociadas ul li
{
	color: #05501E;
}

#listado_descargas_asociadas ul li a
{
	color: #05501E;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

#listado_descargas_asociadas ul li a:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}





