/*****************************************************************************
ESTILOS PARA LAS PORTADAS DE CADA SECCIÓN
*****************************************************************************/

#col_central h4 {font-size:1.6em; padding-top:1.4em; margin-bottom:0em; text-align:right; color: #FF9424; border-bottom:0px;}


#col_central {
_width:72%; 
_float:left;}

#col_central.col3{
_width:55% !important; 
_float:left;}

a.subsecciones {
	float: left;
        width:45%;
        margin:15px 3% 0px 0px;
        min-height:100px;
	_height:100px;
        _margin:15px 15px 5px 0px;
	display: inline;
	padding: 8px 3px 0px 3px;
	border: 0px solid red !important;
	border-top: 3px solid #CCCCCC !important;
	background-color: transparent !important;
}
a:hover.subsecciones {
	background-image: url(/img/subsecciones_fondo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top: 3px solid #FCB468 !important;
}

.subsecciones img {
	display: block;
	border-top: 1px solid #223293;
	border-right: 1px solid #223293;
	border-bottom: 5px solid #223293;
	border-left: 1px solid #223293;
	float: left;
        width:40%;}
.subsecciones .titulo {
	font-weight: bold;
	color: #223293 !important;
	font-size: 1.2em !important;
	float: right;
	padding-left: 4%;
	margin: 0 0 0 75 !important;
	line-height: 1em !important;
	display: block;
	width: 53%;
	padding-top: 10px;
        text-align:left !important;
}
.subsecciones .descripcion {
	display: block;
	clear: both;
	font-size: 0.9em;
	line-height: 1.2em !important;
	padding-top: 5px;
	margin: 0 !important;
	text-align:left !important;
}

