/* CSS Document */

#outline
{
	position: absolute;
	width: 769px;
	height: 528px;
	left: 50%;
	top: 5%;
	margin-left: -384px;
	background-color:#333333;
}

#izquierda
{
 float:left;
 width:30%;
 height:100%;
 background-image:url(../img/maquetacion/izquierda.jpg);
 background-repeat:no-repeat;
}

#derecha
{
float:right;
width:69%;
height:100%;
background-color:#999900;
}


#navegacion
{
 width:100%;
 height:50px;
 background-color:#FF9999;
}

#contenido
{
 width:100%;
 margin-top:3px;
 height:90%;
 background-color:#99CC99;
}

#cabecera
{

}
#datos
{}





