#todo {
	height: 700px;
	width: 1040px;
	position: absolute;
	left: 50%;
	margin-left: -520px;
	background-color: #FFFFFF;
}
#todo #botones {
	position: absolute;
	height: 60px;
	width: 702px;
	left: 330px;
	top: 63px;
	z-index: 2;
}
#todo #logo {
	position: absolute;
	height: 315px;
	width: 330px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#todo #contenido {
	position: absolute;
	height: 387px;
	width: 658px;
	left: 354px;
	top: 207px;
	z-index: 3;
}
#todo #pie {
	position: absolute;
	height: 98px;
	width: 771px;
	left: 0px;
	top: 605px;
}
#todo #rosa {
	position: absolute;
	height: 305px;
	width: 227px;
	left: 772px;
	top: 398px;
}
#todo #foto {
	position: absolute;
	width: 280px;
	z-index: 3;
	left: 45px;
	top: 265px;
	height: 210px;
}

#todo #piepag {
	position: absolute;
	height: 25px;
	width: 170px;
	top: 662px;
	left: 479px;
}

#todo #contenido #prrafo2 {
	position: absolute;
	height: 44px;
	width: 450px;
	top: 210px;
}
#todo #frase {
	position: absolute;
	height: 23px;
	width: 200px;
	top: 480px;
	left: 85px;
}
.titulo {
	font-family: "century Gothic";
	font-size: 16px;
	font-weight: bold;
	color: #C20E24;
	font-style: italic;
}
.textos {
	font-family: "century Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.frase {
	font-family: "century Gothic";
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}

