/*==================================================
	1. DIV
==================================================*/

#wrapper {
 position: relative;
}

#dcontenidoSuperior {
 margin-top: 5px;
}

#navegacion {
 position: absolute;
 top: 200px;
 left:0;
}

#areatexto {
 position: relative;
 /*width: 568px;*/
 width: 720px;
 background-color: white;
 background-image: url(/archivos/paginaprincipal/borde.png);
 background-repeat: repeat-y;
 padding: 25px 25px 10px 25px;
 margin-top:5px;
 margin-left: 180px;
}

#navegacionDerecha {
 width: 152px;
 /*height: 450px;*/
 position: absolute;
 top: 200px;
 right: 0;
 background-color: white;
}

#pie {
 position: relative;
 left: 181px;
}