BODY{
margin-left:100px;
margin-right:auto;
text-align:center;
font-size:14px;
font-family:Verdana;
background-color:lightyellow;
background-repeat: repeat-XY;
background-attachment: fixed;
}

#contenedor{
width:800px;

padding:0px;
border:5px groove red;
}

#header{
width:790px;
padding:0px;
border:5px groove red;
background-color:lightyellow;
text-align:center;
font-size:80px;
color:red;
}

#header img{
width:800px;
border:1px solid black;
height:150px;
}

#contenido{
text-align:justify;
background-color:lightyellow;
}

#menu{
width:170px;
background-color:lightblue;
float:left;
padding:5 10 5 10;
border:1px solid black;
}

#central{
float:none;
border:1px solid black;
padding:10 10 10 10;
}

#articulo img{url("imagenes/guitarrista.gif");
float:left;
}

#novedades{
width:120px;
float:right;
text-align:center;
background-color:lightgreen;
border:1px dotted black;
padding:5px;
}

#novedades img{
width:52px;
height:40px;
}

#contador{
width:150px;
float:right;
text-align:center;
font-color:black;
background-color:darkgreen;
border:1px dotted black;
padding:5px;
}

#titulo2{
width:120px;
float:left;
text-align:center;
background-color:lightgreen;
border:1px dotted black;
padding:5px;
}

#titulo2 img{
width:52px;
height:40px;
}

#leermas{
text-align:left;
border-top:1px solid black;
background-color:white;
}

#abajopri{
padding-top:5px;
}

#abajo{
width:800px;
border:1px solid black;
}

a{
color:darkblue;
text-decoration:none;
}

#novedades a:hover{
color:red;
font-size:18px;
font-style:bold;
border:3px dotted red;
}

/*

comentario

*/

#menu a:hover{
color:red;
font-size:14px;
font-style:bold;
border-left:5px solid red;
padding:0 0 0 5;
}

#menu a{
color:darkblue;
font-size:14px;
font-style:bold;
border-left:5px solid darkblue;
padding:0 0 0 5;
}

#abajo{
height:100px;
background-attachment:fixed;

background-repeat: repeat-x;
}

