@charset "utf-8";
/* CSS Document */
*{
margin:0px;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
}
body{
background: #30acd0 url(images/bg.gif) repeat-x;
}
/* layout*/
#contenedor{
background: url(images/fondocontenedor.jpg) no-repeat;
border: #000033 solid 2px;
height:600px;
width:1000px;
margin:5px auto;
}
#superior{
margin:0px auto;
width:1000px;
height:400px;
overflow: hidden;
}
.descripcion{
background: url(images/menu.png) repeat;
margin:0px auto;
width:900px;
border:#000000 2px solid;
border-bottom:1px;
min-height:20px;
position:relative;
z-index:2;
}
#radio{
margin:0px auto;
width:900px;
border-top: none;
border:#000000 2px solid;
overflow:hidden;
background: url(images/bgradio.png) repeat-x;
position:relative;
z-index:2;
}
#avatar{
float:left;
width:150px;
height:150px;
margin:0px;
border-right:#000000 2px solid;
}
#stats{
float: left;
width:700px;
margin:0px auto;
height:150px;
font-size:14px;
}
.reproductores{
margin:0px 50px;
width:1000px;
height:300px;
float:left;
}
.menu{
margin:0px auto;
width:900px;
height:100px;
}
.reproductores a:link,.reproductores a:visited{
color:#FFFFFF;
text-decoration:none;
font-size:36px;
display:block;
width:400px;
text-shadow:1.3px 1.3px 0.5px black;
text-shadow:#424e76 1.5px 1.5px 2px;
}
.dtext{
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
font-size:16px;
text-shadow:#000 0.1em 0.1em 0.1em;
margin:6px;
display:none;
}
p{
margin:2px;
}