/* CSS Index */
/* ----- C U E R P O ------ */
/* ----------------------------------------------------------------- */
/* SECCIONES DESTACADAS */
#cuerpo ul#secciones_destacadas{	
	width:100%;
	float:left;
}
ul#secciones_destacadas li{
	width:13.75em;
	margin-right:.2em;
	display:inline;
	float:left;
}
ul#secciones_destacadas li.ultimo{
	margin-right:0;
	float:right;
}
ul#secciones_destacadas li div.descripcion_seccion{
	background:#F5F5F5 url(../img/all/bg_secciones_destacadas.gif) left bottom repeat-x;
	font-size:.8em;
	padding:.5em .75em;
	width:auto;
	height:11em;
}
ul#secciones_destacadas li div.descripcion_seccion p{
	margin-bottom:.5em;
}
ul#secciones_destacadas li div.descripcion_seccion ul li{
	background:url(../img/all/bullet_tipos.gif) .5em center no-repeat;
	line-height:1.35em;
	padding-left:1.25em;
}
ul#secciones_destacadas li p.mas_info{
	background-color:#F5F5F5;	
	font-size: .75em;
	border-bottom:#8F8F8F .1em dotted ;
	padding:.4em 1em .4em 0;
	width:94.5%;
	float:left;	
}
ul#secciones_destacadas li p.mas_info a{
	color:#3F3F3F;
	background:#F5F5F5 url(../img/all/ico_mas_info.gif) 0 center no-repeat;
	padding-left: 1.25em;
	width:auto;
	float:right;	
}
ul#secciones_destacadas li p.mas_info a:hover{
	background:#F5F5F5 url(../img/all/ico_mas_info_on.gif) 0 center no-repeat;
	color:#5A5A5A;
}
/*ul#secciones_destacadas li p.mas_info a{
	background:#F5F5F5 url(../img/all/ico_mas_info.gif) 0 center no-repeat;
	color:#3F3F3F;
	font-size: .75em;
	xtext-align:right;
	border-bottom:#8F8F8F .1em dotted ;
	padding:.4em .5em .4em 0;
	display:block;
	float:right;
	border:red 1px solid;	
}
