@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/fondo3.jpg);
	background-attachment: scroll;
	background-color: #111111;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #a7a9ac;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
p {
	margin-top: 0px;
}
#contenedor_principal {
	position:absolute;
	left:50%;
	width:986px;
	z-index:1;
	margin-left: -493px;
	background-attachment: scroll;
	background-image: url(images/fondo2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 700px;
}
#header {
	position:absolute;
	left:320px;
	top:0px;
	width:634px;
	height:100px;
	z-index:2;
}
.audio_player {
	height: 40px;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
}
.botones {
	text-align: right;
	margin-top: 9px;
}
#contenedor_contenido {
	position:absolute;
	left:43px;
	top:105px;
	width:906px;
	height:440px;
	z-index:2;
}
#footer {
	position:absolute;
	left:43px;
	top:552px;
	width:906px;
	z-index:2;
}
.copyright {
	text-align: center;
	margin: 20px;
}
.links {
	height: 20px;
	text-align: right;
	padding-right: 5px;
	padding-top: 48px;
}
