@charset "utf-8";
/* CSS Document */

body
{
margin:0;
padding:0;
position:absolute;
background:#FFFFFF;
}

#principal
{
margin:0;
padding:0;
margin-left:auto;
margin-right:auto;
left:0;
right:0;
width:1000px;
height:500px;
}

#cabecera
{
width:1000px;
height:170px;
margin:0;
padding:0;
background:url(imagenes/cabecera.jpg) top center no-repeat;
padding-bottom:5px;
}

#menuIzq
{
width:250px;
height:440px;
background:url(imagenes/menuIzq.jpg);
float:left;
}

#menuDer
{
width:250px;
height:440px;
background:url(imagenes/menuDer.jpg);
float:right;
}

#central
{
width:490px;
height:445px;
padding:0;
margin:0;
background:url(imagenes/central.jpg);
float:left;
margin-left:5px;
margin-top:-5px;
}