/* PAGINA CON CABECERA CENTRO A TRES COLUMNAS Y PIE */

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#FFF;
margin:0px;
}

	

/******************** cabecera ************************ */

.contenedor_cabecera
	{
	width:1024px;
	height:768px;
	float:left;
	background-color:#CC3366;
	}
	
/* *******************  CENTRAL ********************* */

.contenedor_central
	{
	width:auto;
	height:auto;
	float:none;
	position: absolute;
	}
	
/* ********************************** anulado *****************************
.columna_izquierda
	{
	
	float:left;
	background-color:#eef4fb;
	}
.columna_central
	{
	width:auto;
	height:auto;
	float:left;
	background-color:#f6f9fc;
	}
/* **********************************anulado *****************************	
.columna_derecha
	{
	width:20%;
	height:704px;
	float:right;
	background-color:#eef4fb;
	}
	
	
/* ********************************** PIE *****************************/

.contenedor_pie
		{
	width:auto;
	height:auto;
	float:none;
	background: url(../../../../css/levante/img/levante/web/footer.gif) repeat-x fixed;
	}


.texto_col {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	font-variant: normal;
	letter-spacing: normal;
	word-spacing: normal;
	}
.bt_1 {
	background-image: url(../../../../htdocs/css/levante/css/levante/web/btn_1.gif);
	text-align: center;
}
.texto_actv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.texto_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

