@charset "utf-8";
/* CSS Document */
#todo{
	width:1006px;
	margin:0 auto;}

#encabezado{
	height:109px;
	background-image: url(../img/index_arriba.jpg);
	}
#ceIzq{
	width: 108px;
	float:left;
	background-image: url(../img/index_izquierda.jpg);
	height:583px;
	}
#ceDer{
	width: 113px;
	height:583px;
	float:left;
	background-image:url(../img/index_derecha.jpg);
	}
#contenido{
	height:583px;
	width: 785px;
	float:left;
	}
	
	#piefin{
	clear:both;
	height:111px;
	background-image: url(../img/index_abajo.jpg);
	}
