BODY {
	background-color : #FFFFFF;
	margin: 0px 0px 0px 0px;
	overflow:auto;
}
#contenedor {
	width: 1024px;
	background-color : #CCCCCC;
	margin: auto;
	height: 580px;
}
#izquierda {
	width: 200px;
	height: 580px;
	position:absolute;
	overflow:auto;
} 
#centro {
	width: 250px;
	height: 480px;
	font-family: "Century Gothic";
	color: #006666;
	text-align: left;
	font-size: 12px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 260px;
	margin-right: 0px;
	position:absolute;
	overflow:auto;
}
#content {
	font-family: "Century Gothic";
	color: #006666;
	text-align: left;
	font-size: 12px;
	position:absolute;
}
.curriculum {
	font-family: "Bookman Old Style";
	font-size: 26px;
	color: #CC0000;
	text-align: left;
}
.volver {
	font-family: "Bookman Old Style";
	font-size: 26px;
	color: #999999;
	text-align: left;
	text-decoration: none;
}
.encabezados {
	text-decoration: underline;
}
#texto_scroll {
 position: absolute;
 top: 50px;
 left: 50%;
 margin-left: -20px;
 width: 520px;
 height: 500px;
}
