
#contenedor {
	width: 965px;
	margin: 0 auto;
	/*background: #fff url('imagenes/fondo_general.jpg') repeat-y;*/ /*ANTES SE USABA ESTA IMAGEN... PONE SOMBRAS LATERALES*/
	background: #fff;		
}

#cabecera  {
	height: 299px;
	width: 965px;
	background: url('imagenes/fondo_cabecera.jpg');	
}
	
#cuerpo {
	clear: both;
	float: left;
	width: 100%;
	background: #fff url('imagenes/fondo_contenidos.jpg') repeat-x;	
	padding-top: 15px;
}

#pie {
	clear: both;
	color: #fff;
	background: #f4f4f4;
	padding: 15px;
	border-top: 3px solid #eee;
}

