@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}

body
{background-color:#4c4d4f;}

#contenedor
{
width:980px;
margin:auto;
}

.borde
{
width:980px;
height:50px;
background-color:#4c4d4f;
}

#medio
{
width:980px;
height:501px;
}

#izquierda
{
width:390px;
height:501px;
float:left;
}


#centro
{float:left;}


#derecha
{
width:393px;
height:501px;
float:left;
}

.clear
{clear:both;}
