#contenedor {
	width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;	
}

#cabecera {
	margin: 0 auto;
	height: 260px;
	width: 1000px;
	background: url('imagenes/fondo_cabecera.jpg') center top repeat-x;		
}

#cuerpo {
	padding: 20px;	
	padding-top: 0px;
}

#submenu {
	margin-left: 20px;
	height: 30px;
	border-bottom: 1px solid #eee;	
	margin-bottom: 30px;
	width: 750px;
}

#submenu ul {
}

#submenu li {
	float: left;
	padding-left: 20px;
}

#principal {
	float: left;
	width: 630px;	
	border-right: 1px dotted #eee;	
	padding-right: 20px;
	padding-top: 20px;	
}

#derecha {
	float: right;
	width: 250px;	
	text-align: right;
}

#pie {
	background: #000 url('imagenes/fondo_pie.jpg') center repeat-x;	
	height: 400px;	
	color: #fff;	
	text-align: center;
}

#pie a {
	color: #a1a1a1;	
	text-decoration: none;
}

#pie a:hover {
	font-weight: normal;
}