/* CSS Document */

* { margin: 0px;
padding: 0px; outline: 0;
}

BODY {BACKGROUND-COLOR: #000000;
top: 0px; margin-top: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-image: url(Imagenes/superfondo.jpg);
background-repeat: no-repeat;
 }

#principal {
WIDTH: 990px;
height: 619px;	
margin: 0px auto 0px auto ;	
}

#header{BACKGROUND-COLOR:#000000;
width:800px; height:180px; float:left }

#menu{BACKGROUND-COLOR:#CCCCCC;
 width:800px; height:30px; float:left}
 
#radio{width:250px; height:250px; float:left;
margin: 0px 0px 0px 740px; } 

#separador{width:250px; height:60px; float:left;
margin: 0px 0px 0px 720px; } 

#chat{width:250px; height:255px; float:left;
margin: 0px 0px 0px 740px; } 
 
#feet{BACKGROUND-COLOR:##FCD901;
width:990px; height:30px; float:left }

#contenido{BACKGROUND-COLOR:#FFFFFF;
width:800px; height:590px; float:left; }

#izq{BACKGROUND-COLOR:#cccccc;
width:100px; height:590px; float:left}

#centro{BACKGROUND-COLOR:#666666;
width:600px; height:590px; float:left}

#der{ BACKGROUND-COLOR:#999999;
width:100px; height:590px; float:left}
