BODY {
	background-color : #FFFFFF;
	margin: 0px 0px 0px 0px;
	overflow:auto;
}
#contenedor {
	width: 1024px;
	background-color : #C5B99D;
	margin: auto;
	height: 580px;
}
#izquierda {
	width: 200px;
	float: left;
	height: 580px;
	position:absolute;
	overflow:auto;
} 
#content {
    width: 500px;
	text-align: left;
	font-size: 12px;
	position:absolute;
}
#derecha {
	width: 200px;
	float: right;
	height: 580px;
	position:absolute;
	overflow:auto;
	margin-left: 824px;
}
.texto {
	padding-left: 35px;
	font-size: 12px;
	font-family: "Century Gothic";
	color: #000000;
	line-height: 14pt;
	padding-right: 35px;
}
.criticas {
	font-family: "Bookman Old Style";
	font-size: 26px;
	color: #CC0000;
}
.volver {
	font-family: "Bookman Old Style";
	font-size: 26px;
	color: #666666;
	text-decoration: none;
}
.encabezado {
	font-size: 12px;
	font-family: "Bookman Old Style";
	color: #CC0000;
	line-height: 30pt;
}
.autor {
	font-size: 12px;
	font-family: "Century Gothic";
	color: #000000;
	line-height: 14pt;
	font-style: italic;
}
#texto_scroll {
 position: absolute;
 top: 30px;
 left: 50%;
 margin-left: -262px;
 width: 520px;
 height: 500px;
}