
* {
margin: 0;
}

body {
background: black url(../images/fondo.jpg) repeat-x top center scroll;	
margin:0;
padding:0;
font-family: times, Times New Roman, times-roman, georgia, serif;
}

.contenedor {
position:relative;
margin-left:auto;
margin-right:auto;
margin-top: 0px;
padding:0;
width: 900px;
height: 100%;
}

.cabecera {
position:relative;
float:left;
margin-left:auto;
margin-right:auto;
margin-top: 0px;
padding:0;
width: 900px;
height: 218px;
background: transparent url(../images/cabecera.png);
}

.contenido {
position:relative;
float:left;
margin-left:auto;
margin-right:auto;
margin-top: -55px;
padding:0;
width: 900px;
height: 585px;
background: transparent url(../images/fondo_bio.png) top center;
}


/*BOTONES MENU*/

#menu {
position: relative;
float:left;
display:block;
margin-left:auto;
margin-right:auto;
padding:0;
height: 165px;
width: 900px;
}

a.bt_bio, a.bt_bio:link {
position: relative;
float:left;
width: 106px;
height: 165px;
background: transparent url(../images/bt/bt_bio.png) no-repeat top center;
}

a.bt_bio:hover {
position: relative;
width: 106px;
height: 165px;
background: transparent url(../images/bt/bt_bio_over.png) no-repeat top center;
}

a.bt_discografia, a.bt_discografia:link {
position: relative;
float:left;
width: 149px;
height: 165px;
background: transparent url(../images/bt/bt_discografia.png) no-repeat top center;
}

a.bt_discografia:hover {
position: relative;
width: 149px;
height: 165px;
background: transparent url(../images/bt/bt_discografia_over.png) no-repeat top center;
}

a.bt_fotos, a.bt_fotos:link {
position: relative;
float:left;
width: 123px;
height: 165px;
background: transparent url(../images/bt/bt_fotos.png) no-repeat top center;
}

a.bt_fotos:hover {
position: relative;
width: 123px;
height: 165px;
background: transparent url(../images/bt/bt_fotos_over.png) no-repeat top center;
}

a.bt_multimedia, a.bt_multimedia:link {
position: relative;
float:left;
width: 201px;
height: 165px;
background: transparent url(../images/bt/bt_multimedia.png) no-repeat top center;
}

a.bt_multimedia:hover {
position: relative;
width: 201px;
height: 165px;
background: transparent url(../images/bt/bt_multimedia_over.png) no-repeat top center;
}

a.bt_tienda, a.bt_tienda:link {
position: relative;
float:left;
width: 170px;
height: 165px;
background: transparent url(../images/bt/bt_tienda.png) no-repeat top center;
}

a.bt_tienda:hover {
position: relative;
width: 170px;
height: 165px;
background: transparent url(../images/bt/bt_tienda_over.png) no-repeat top center;
}

a.bt_contacto, a.bt_contacto:link {
position: relative;
float:left;
width: 150px;
height: 165px;
background: transparent url(../images/bt/bt_contacto.png) no-repeat top center;
}

a.bt_contacto:hover {
position: relative;
width: 150px;
height: 165px;
background: transparent url(../images/bt/bt_contacto_over.png) no-repeat top center;
}


/*BOTONES FOOTER*/

.footer{
color: #444;
margin-bottom: 10px;
font-size: 0.8em;
}

#bt_footer{
display:block;
position: relative;
text-align: center;
text-decoration: none;
color: #be9005;
font-family: times, Times New Roman, times-roman, georgia, serif;
font-size: 1em;
}

a.pie, a.pie:link {
display:inline;
position: relative;
text-align: center;
text-decoration: none;
color: #5f8261;
font-family: times, Times New Roman, times-roman, georgia, serif;
font-size: 1em;
}

a.pie:hover, a.pie:active{
color: #be9005 !important;
font-family: times, Times New Roman, times-roman, georgia, serif;
font-size: 1em;
}