BODY {
	background-color : #CCCCCC;
	margin: 0px 0px 0px 0px;
}
#contenedor {
	width: 1024px;
	background-color : #000000;
	margin: auto;
	height: 580px;
}
#izquierda {
	width: 250px;
	float: left;
	height: 520px;
	font-family: "Arial Black";
	font-size: 16px;
	color: #000000;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
} 
#centro {
	width: 449px;
	height: 480px;
	float: right;
	font-family: "Bookman Old Style";
	color: #CCCCCC;
	text-align: left;
	font-size: 16px;
	padding-top: 100px;
	padding-right: 50px;
	padding-left: 75px;
	background-color: #83622C;
}
#derecha {
	width: 200px;
	float: right;
	height: 580px;
}
.enlaces {
	font-family: "Bookman Old Style";
	font-size: 26px;
	color: #CC0000;
	text-align: center;
}
.verenlaces {
	font-family: "Bookman Old Style";
	font-size: 17px;
	color: #CC0000;
	text-align: center;
	text-decoration: none;
}
.volver {
	font-family: "Bookman Old Style";
	font-size: 17px;
	color: #999999;
	text-align: center;
	text-decoration: none;
}
.paginas {
	font-family: "Bookman Old Style";
	font-size: 20px;
	color: #CCCCCC;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
}

