BODY {
	background-color : #FFFFFF;
	margin: 0px 0px 0px 0px;
}
#contenedor {
	width: 1024px;
	background-color : #CCCCCC;
	margin: auto;
	height: 580px;
}
#izquierda {
	width: 200px;
	float: left;
	height: 580px;
} 
#centro {
	width: 450px;
	height: 530px;
	float: right;
	font-family: "Bookman Old Style";
	color: #006666;
	text-align: left;
	font-size: 14px;
	padding-top: 50px;
	padding-right: 75px;
	padding-left: 50px;
}
#derecha {
	width: 200px;
	float: right;
	height: 580px;
}
.e-mail {
	font-family: "Bookman Old Style";
	font-size: 24px;
	color: #CC0000;
	text-decoration: none;
}
.botones {
	font-family: "Bookman Old Style";
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}
