#index {
	height: 600px;
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#head {
	background-color: #EE3424;
	height: 26px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#direccionweb {
	height: 15px;
	width: 200px;
	position: absolute;
	left: 26px;
	top: 5px;
	color: #FFFFFF;
}
#encabezado {
	height: 148px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 30px;
}
#content {
	height: 333px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 180px;
}
#menu {
	height: 66px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 515px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #EE3424;
	border-bottom-color: #EE3424;
}
#pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999999;
	height: 14px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 586px;
}
#logotipo {
	height: 70px;
	width: 190px;
	position: absolute;
	left: 26px;
	top: 14px;
}
#idea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 28px;
	color: #EE3424;
	height: 35px;
	width: 550px;
	position: absolute;
	left: 230px;
	top: 97px;
	font-weight: normal;
}
