/* CABECERA*/
/* Capa contenedora esta en el index.css*/
.cabecera_imagen{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	width:15%;
	text-align:left;
	border:#000000 solid 0px;
	overflow:hidden;

}
.cabecera_flash{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	width:60%;
	text-align:left;
	border:#000000 solid 0px;

}

.cabecera_24{
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	width:25%;
	text-align:left;
	border:#000000 solid 0px;
	/*background-image: url(../images/cabecera_e-administracion_fondo.gif);
	background-repeat:no-repeat;*/
}
