/* CSS Document */
body{
background-image:url(imagenes/fondo.jpg);
background-repeat:no-repeat;
}
#portada{
width:950px;
margin:0px auto;
}
#bannerflash{
width:950px;
height:438px;
}
#menugnral{
width:950px;
height:20px;
background-image:url(imagenes/fondomenugnral.gif);
background-repeat:repeat-x;
}
#contenidobanner{
width:950px;
height:312px;
}
#bannerizquierda{
width:366px;
height:312px;
float:left;
}
#bannersderecha{
width:584px;
height:312px;
float:right;
}
#izquierda{
width:357px;
height:312px;
float:left;
}
#derecha{
width:227px;
height:312px;
float:right;
}
/*#piedepagina{
margin:0px auto;
width:950px;
height:20px;
}
#piedepagina img{
margin:12px 0 0 0;
}*/