/* Estilos de estructura*/
body {
	margin: 0;
	text-align: center;
}

#ENVUELVE{
	width: 920px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
}
#Cabezote {
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin-top: 30px;
}
#centro {
	width: 920px;
	clear: both;
	margin-top: 2em;
}
#izquierda {
	float: left;
	width: 640px;
	overflow: hidden;
}
#principal {
	float: right;
	width: 220px;
	padding: 5px 5px 140px 5px;
	color: #056EB2;
	background: #FDFCC6 url(../imagenes/pelotas.gif) no-repeat bottom;
}
#pie {
	clear: both;
	vertical-align: bottom;
	height: 40px;
	margin-top: 2em;
}
