body{
background-color: #000000;
}

#cabecera{
margin: 0 auto;
background-color: #000000;
width:800px;
height:120px;
background-image: url(cabecera2.png)
}

#contenedor{
margin:0 auto;
background-color: #555555;
width:800px;
height:840px;
 -moz-border-radius:10px;

}

#contenido{
float:left;
width:430px;
height:640px;
overflow: auto;
background-color:#bbbbbb;
margin: 10px 0px 0px 10px;
border: solid;
border-color: #000000;
padding:10px;
}

#anuncios{
float:right;
background-color: #111111;
width:300px;
height:160px;
margin: 10px 20px 10px 0px;
border: none;
border-color: #000000;
overflow:hidden;
 -moz-border-radius:10px;
}

#menu{
float:right;
background-color: #000000;
width:290px;
height:490px;
margin: 0px 20px 20px 0px;
border: solid;
border-color: #000000;
-moz-border-radius:10px;
}

#pie{
clear: both;
width:800px;
height:120px;

background-color: #222222;
background-image: url(zetrito.png);
background-repeat: no-repeat;
background-position:right;
}

p {
font-family: Arial;
}

#enlaces{
margin: 0px 0px 0px 150px;
}

.enlacesB{
margin: 5px 15px 0px 0px;
}

#anuncios img{
border: none;
}

#anuncios img:hover{
border:solid;
border-color: #dd0000;
-moz-border-radius:10px;
}

a {
border:none;
text-decoration: none;
color: #ffffff;
}

a:hover{
text-decoration: underline;
color: #555555;
}

#textopie{
text-align: center;
color: #ffffff;
font-size: 12px;
}

