@import url("reset.css");
/* ESTRUCTURA ****************************************/
body {
	color: #000;
	background: #000;
}
#contenedor {
	margin: auto;
	width: 966px;
	background: url(../img/bg_fondo.jpg) repeat-y;
}
#cabecera {
	background: url(../img/bg_cabecera2.jpg) no-repeat;
	height: 300px;
}
#bg_cuerpo {
	background: url(../img/bg_cuerpo.png) no-repeat;
	min-height: 575px;
	height: auto !important;
	height: 575px;
}
#cuerpo {
	width: 720px;
	margin-left: 125px;
	position: relative;
}
#pie {
	background: url(../img/bg_pie.png) no-repeat;
	color: #fff;
	height: 48px;
	text-align: center;
	font-size: 1.1em;
	padding: 190px 0 0 0;
}
h1 {
	font-size: 3.0em;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
}
blockquote {
	color: #fff;
	background: #000;
	font-size: 1.4em;
	font-weight: bold;
	width: 707px;
	clear: both;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	padding: 20px 0 0 10px;
	text-align: center;
}
/*****************************************************/
#info {
	font-size: 1.1em;
	width: 157px;
	min-height: 263px;
	height: auto !important;
	height: 263px;
	float: left;
}
#cabecera_info {
	background: url(../img/cabecera_info.jpg) no-repeat;
	height: 52px;
	padding: 45px 0 0 20px;
}
#cuerpo_info {
	background: url(../img/bg_cuerpo_info.jpg) bottom repeat-y;
	padding: 0 0 0 20px;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}
#pie_info{
	background: url(../img/pie_info.jpg) no-repeat;
	height: 56px;
}
#separador_info {
	background: url(../img/separador_info.gif) repeat-x;
	height: 2px;
	width: 123px;
	margin-bottom: 5px;
}
#tit_bio {
	position: absolute;
	left: 232px;
	top: -40px;
}
#biografia {
	float: left;
	width: 480px;
	font-size: 1.1em;
	margin: 0 0 30px 70px;
}
#cuerpo_bio {
	margin: 10px 0 0 0;
	text-align: justify;
}
#musica {
	margin: 35px 0 0 15px;
	font-size: 1.1em;
	min-height: 580px;
	height: auto !important;
	height: 580px;
}
#musica img {
	margin-bottom: 15px;
}
#despliegues_musica {
	margin: 25px 0 0 0;
}
.tit_cancion {
	background: url(../img/bullet_cancion.gif) no-repeat;
	height: 25px;
}
.bg_tit_cancion {
	margin: 0 0 0 22px;
	height: 20px;
	width: 680px;
	background: url(../img/separador_info.gif) bottom repeat-x;
}
.desplegador {
	background: url(../img/bullet_cerrado.gif) right no-repeat;
	width: 705px;
	height: 22px;
	cursor: pointer;
}
.desplegable {
	margin: 5px 0 15px 22px;
}
/*TEXTOS Y LINKS****************************************/
big {
	font-size: 1.5em;
	font-weight: bold;
}
.texto_mediano {
	font-size: 1.4em;
}
.bloque_txt {
	color: #fff;
	background: #000;
	display: inline-block;
	font-style:normal;
}
#cuerpo_bio p {
	margin-bottom: 8px;
}
.bg_tit_cancion p {
	font-size: 1.1em;
	font-weight: bold;
}
.desplegable p {
	margin-bottom: 10px;
	text-align: justify;
}
span {
	font-weight: bold;
}
#info ul {
	margin-bottom: 7px;
}
#info li a {
	background: url(../img/bullet.gif) right no-repeat;
	padding-right: 7px;
	height: 5px;
}
#pie a {
	text-decoration: none;
	color: #fff;
}
#info a {
	text-decoration: underline;
	color: #000;
}
.desplegable a {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

/*****************************************************/
/*IMAGENES****************************************/
#info img {
	margin-bottom: 5px;
}
#img_biografia {
	float: left;
	margin-right: 10px;
}
/*****************************************************/
#contenedor #pie .clearfix {
	text-align: center;
}

