#contenedor {
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#contenedor #superior {
	height: 120px;
	width: 800px;
	background-color: #006699;
	empty-cells: show;
}
#contenedor #lateral {
	width: 170px;
	background-color: #FFFFFF;
	background-image: url(pag%20mta/imagenes/trama_gris.gif);
}
#contenedor #contenido_texto {
	float: right;
	height: auto;
	width: 600px;
	position: relative;
	top: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
