body{
background-color:#f3c300;
background-image: url('imagenes/bg_1.png');
background-repeat: repeat-x;
background-position: bottom;
background-attachment: fixed;
padding:0 1em 0 0;
margin:0;
font-color:#212121;
overflow:hidden;
font-color:#212121;
font-family: arial, sans-serif;
}
img{
border-style:none;
}
#sidebar{
background-color:#fff;
background-image:url('imagenes/sidebar_bg.png');
background-repeat:repeat-y;
background-position:right; 
font-size:x-small;
position:absolute;
top:0;
left:0;
width:10%;
height:97%;
padding:1em;
opacity: 0.5;
z-index:1;
}
#sidebar:hover{
opacity:1;
}
#sidebar img#descargas{
float:left;
margin-right:1em;
}
#sidebar p{
padding-bottom:1em;
}
#sidebar a#descargas{
color:#6c5100;
text-decoration: none;
}
#sidebar a#descargas:hover{
color:#f3c300;
text-decoration: none;
}
#principal{
overflow:auto;
height:462px;
padding-right:1em;
margin-bottom:8px;
}
.contenido{
background-image: url('imagenes/contenido_bg.png');
background-color:#fff;
font-size:small;
text-align:justify;
width:730px;
height:474px;
float:right;
margin-right:5%;
margin-top:2em;
margin-left:-5px;
display: inline;
}
.contenido img#lateral{
padding:2px 2em 0 0;
float:right;
display: inline;
}
.contenido p{
padding-left:1em;
}
.contenido h4{
padding-left:2em;
}
#header{
background-image: url('imagenes/contenido_header.png');
width:730px;
height:10px;
}
.footer{
background-image: url('imagenes/contenido_footer.png');
width:730px;
height:14px;
margin-top:-6px;
}
#navbar{
text-align:right;
margin-top:1.5em;
}
#navbar img.logo{
margin-right:1em;
}
#navbar ul{
list-style-type:none;
}
#navbar ul li a img{
border-style:none;
padding:0;
margin:0;
}
#navbar ul li a:hover{
border-style:none;
}
a.volver:hover img{
position:relative;
left:8px;
}
a.sinopsis img{
background:url("imagenes/boton_sinopsis_hover.png");
}
a.sinopsis:link img{
background:url("imagenes/boton_sinopsis.png");
}
a.sinopsis:hover img,a.sinopsis:focus img{
background:url("imagenes/boton_sinopsis_hover.png");
}
a.explicacion img{
background:url("imagenes/boton_explicacion_hover.png");
}
a.explicacion:link img{
background:url("imagenes/boton_explicacion.png");
}
a.explicacion:hover img,a.explicacion:focus img{
background:url("imagenes/boton_explicacion_hover.png");
}
a.elenco img{
background:url("imagenes/boton_elenco_hover.png");
}
a.elenco:link img{
background:url("imagenes/boton_elenco.png");
}
a.elenco:hover img,a.elenco:focus img{
background:url("imagenes/boton_elenco_hover.png");
}
a.media img{
background:url("imagenes/boton_media_hover.png");
}
a.media:link img{
background:url("imagenes/boton_media.png");
}
a.media:hover img,a.media:focus img{
background:url("imagenes/boton_media_hover.png");
}
a.blog img{
background:url("imagenes/boton_blog_hover.png");
}
a.blog:link img{
background:url("imagenes/boton_blog.png");
}
a.blog:hover img,a.blog:focus img{
background:url("imagenes/boton_blog_hover.png");
}


