/* CSS Document */

#todo_layer{
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
}

#banner_layer {
	background-color: #550000;
	height: 100px;
	width: 780px;
	position: relative;
	//left: 15px;
	top: 16px;
	float:none;
}
#botonera_layer {
	margin-top:25px;
	position: relative;
	height: 32px;
	width: 780px;
	//left: 15px;
	float:none;
	z-index:2;
}
#cuerpo_layer {
	z-index:1;
	position: relative;
	width: 570px;
	background-image:url(../IMAGENES/INDEX/bg3.jpg);
	background-repeat:repeat-y;
	text-align:center;
	float:left;
}
#barra_lateral_layer {
	z-index:1;
	background-image:url(../IMAGENES/INDEX/bg3_lat.jpg);
	background-repeat:repeat-y;
	text-align: center;
	position: relative;
	width: 210px;
	float:left;
	margin-top:12px;
	margin-left:2px;
}
#footer_layer {
	position: relative;
	height: 44px;
	width: 780px;
	float:none;
}