/*
 Template de Media Player
*/

* { padding: 0; margin: 0; }

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
background:#231F20;
}

#fuente,#votar,#publicar,#social, #sonico { 
display:none;
}

/* Elementos
--------------------------------------------------------- */

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

a img{
border:0px;
}

h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited{
text-decoration: none;
}


/* Contenido
--------------------------------------------------------- */

#contenedor { 
margin: 0 auto;
width: 728px;
}

#izquierda { 
margin: 0px;
width: 588px;
height:300px;
float: left;
background:#FFF url(../../rockandpop/images/mediaplayer/marco_media_player.jpg) no-repeat right top;
}

#derecha { 
float: right;
margin: 0px;
width: 140px;
display: inline;
background:#9C0000;
height:300px;
}

#derecha img{ 
border:2px solid #717171;
}

#footer img{ 
border:0px;
}

#derecha .banneritem{ 
padding:15px 0px 15px 10px;
}

#footer .banneritem{ 
padding:20px 0px 0px 0px;
}

#footer { 
width: 728px;
clear: both;
margin: 0px;
background:transparent url(../../rockandpop/images/mediaplayer/footer_mediaplayer.png) no-repeat 0 0;
height:125px;
}

#head {
width: 588px;
height: 99px;
background:transparent url(../../rockandpop/images/mediaplayer/header_mediaplayer.png) no-repeat 0 0;
}

#mediaplayer .contentpaneopen {
background:transparent url(../../rockandpop/images/mediaplayer/back_mediaplayer.png) no-repeat 0 0;
width:531px;
height:160px;
padding-top:30px;
margin-left:20px;
margin-top:10px;
}

#ayuda {
float:right;
padding-top:75px;
padding-right:70px;
}

