#pie {
	height: 50px;
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
}
#logo {
	position: relative;
	margin-top: 10px;
	width: 250px;
	height: 180px;
	float: right;
	margin-right: 20%;
}
#contenido {
	height: 497px;
	width: 800px;
	position: absolute;
	left: -400px;
	margin-left: 50%;
	margin-top: 27px;
	clear: both;
}
.alinear {
	display: inline;
	float: right;
}
#titulo {
	position: absolute;
	margin-top: 125px;
	width: 250px;
	float: left;
	margin-left: 20%;
}
h6 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	width: 650px;
	height: 450px;
	overflow: auto;
	margin-top: 100px;
}
#menu {
	position: absolute;
	margin-top: 50px;
	width: 150px;
	height: 450px;
	float: right;
	margin-left: 80%;
}
#menu a {
	margin-top: 10px;
	clear: both;
	display: block;
}
span {
	color: #FF0000;
	font-size: 16px;
}
#contenedor {

	background-color: #FFCC00;
	height: 550px;
	width: 100%;
	background-image: url(../imagenes/fdo.png);
	position: relative;
	float: left;
}
h5 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 10px;
}
a {
	color: #000000;
	text-decoration: none;
}
