#imagencab {
	background-image: url(../imagenes/cabecera_gestion.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	display: block;
	height: 7em;
	float: left;
	clear: both;
	margin-top: 0em!important;   /* valor valido */
	margin-top: -3.5em;          /* solo para IE */
	overflow: hidden;
}
/**************************************************************************/
/******************************  CENTRAL   *******************************/
/************************************************************************/
#_________________________ {}
#central {
	width: 99%;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
}
#central p.borde_inf {
	font-size: 0.95em;
	padding: 0.5em;
	display: block;
	width: 96%;
	clear: both;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CDCFD1;
}
#central .caja_central {
	width: 47%;
	float: left;
	display: block;
	font-size: 0.85em;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #9b9fa2;
	padding-right: 0.5em;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}
#central .caja_central_sinborde {
	border:none!important;
}
#central div.tit_cajas {
	border: 1px solid #9b9fa2;
}
#central .caja_central h3 {
	margin: 0.1em;
	font-size: 1.1em;
	padding-top: 0.1em;
	padding-right: 0.3em;
	padding-bottom: 0.1em;
	padding-left: 0.3em;
	background-color: #85BA37;
	color: #FFFFFF;
	text-align: center;
}
#central .caja_central h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
#central .caja_central h3 a:hover {
	text-decoration: underline;
}
#central .caja_central p {
	padding: 0.5em;
}
#central .caja_central li {
	padding-top: 0.3em;
	padding-bottom: 0.6em;
	list-style-position: outside;
	list-style-image: url(../imagenes/bullet_logo.gif);
	list-style-type: none;
}
#central .caja_central li a {
	color: #383f46;
	text-decoration: underline;
}
#central .caja_central li a:hover {
	text-decoration: none;
	color: #CC0000;
}
/********************************************/
#central .masinfo {
	color: #990000;
	text-decoration: none;
	background-color: #F9F9F9;
	font-size: 0.95em;
	padding-top: 0.1em;
	padding-right: 0.3em;
	padding-bottom: 0.1em;
	padding-left: 0.3em;
	float: right;
	border: 1px solid #EBEBEC;
}
#central .masinfo:hover {
	color: #FFFFFF;
	background-color: #990000;
}
