/*---------------- Estilos para Historia y Discografía---------*/
#interior #contenido {
	background: #f6f1de url(../images/historia-discografia/fondo.jpg) no-repeat 0 0;
	position: relative;
}
#interior h2{
	text-indent: -2000px;
	background: url(../images/historia-discografia/titulo1.png) no-repeat 0 0;
	height: 4.3em;
	margin: 0 0 10px 0;
}
#historia {
	width: 41.9em;
	float: left;
	margin: 0 30px 40px 0;
	z-index: 10;
	position: relative;
}
#historia h3{
	text-indent: -20000px;
	background: url(../images/historia-discografia/historia.png) no-repeat 0 0;
	height: 3em;
}
#historia .foto{
	float: left;
	margin: 0 15px 10px 0;
}
#historia p{
	margin: 0 0 20px 0;
	text-align: justify;
	line-height:16px;
}
#discografia {
	float: left;
	width: 33em;
	z-index: 10;
	position: relative;
}
#discografia h3{
	text-indent: -20000px;
	background: url(../images/historia-discografia/discografia.png) no-repeat 0 0;
	height: 3em;
}
#discografia .disco {
	height: 15em;
	margin: 0;
}
#discografia img{
	float: left;
	margin: 0 7px 15px 0;
}
#discografia h4 {
	color: #d0ad67;
	font-weight: normal;
	line-height: 1.3em;
}
#discografia h4 .titulo{
	display: block;
	font-weight: bold;
	color: #000;
}
#discografia h4 .anio{
	font-weight: normal;
}
#barco {
	background: url(../images/historia-discografia/barco.png) no-repeat 0 0;
	width: 500px;
	height: 475px;
	position: absolute;
	bottom: 30px;
	right: -90px;
	z-index: 5;
	text-align:right;
}
#fondo-abajo {
	background: url(../images/historia-discografia/fondo-abajo.jpg) no-repeat bottom;
	width: 82.1em;
	min-height:450px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
#fondo-abajo2 {
	background: url(../images/historia-discografia/fondo-abajo2.jpg) no-repeat bottom;
	width: 82.1em;
	height: 450px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}