@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
}
div {
	color: #FFFFFF;
}
#izq {
	float: left;
	background-color: #FFFFFF;
	height: 470px;
	width: 150px;
}
#contenedor {
	float: none;
	height: 587px;
	width: 800px;
	position: absolute;
	left: 4px;
	top: 2px;
	background-position: center;
}

#contenido {
	float: left;
	height: 470px;
	width: 650px;
	background-color: #FFFFFF;
	
}
#der {
	float: left;
	height: 470px;
	width: 150px;
	background-color: #FFFFFF;
}

#esqsupizq {
	float: left;
	height: 130px;
	width: 150px;
	background-color: #FFFFFF;
}

#supcentro {
	height: 130px;
	width: 500px;
	float: left;
	background-color: #FFFFFF;
}
#esqsupder {
	float: left;
	height: 130px;
	width: 150px;
	background-color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	color: #CCCCCC;
}
.Estilo2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
