@charset "utf-8";
#principal {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
#encabezado {
	height: 70px;
	padding-top: 10px;
	background-image: url(../pie_fondo.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-bottom: 0px;
}
#contenido {
	padding: 50px;
	background-color: #FFF;
	font-family: "Lucida Sans Unicode";
	font-style: normal;
	font-weight: normal;
	float: left;
	height: 760px;
	color: #E35000;
}
#pie {
	background-image: url(../pie_fondo.gif);
	background-repeat: repeat-x;
	height: 70px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	width: 1050px;
	float: left;
	font: 400 14px "Lucida Sans Unicode";
}
body {
	background-repeat: repeat;
	margin: 0px;
	background-image: url(../fondo.gif);
}
#texto {
	float: left;
	width: 500px;
	margin-right: 50px;
	color: #000;
}
#imagenes {
	float: left;
	width: 400px;
}
