@charset "utf-8";
body{
	margin: 0px;
}
img{
	border: 0px;
	}

#header {
	background-color: #da251c;
	position: absolute;
	height: 10px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#footer {
	background-color: #2e2e2e;
	position: absolute;
	height: 10px;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
#center {
	position: absolute;
	width: 100%;
	top: 21%;
	height:311px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position:center;
	margin: 0px;
	padding: 0px;
}
.barra_left {
	position: relative;
	height: 80px;
	width: 42%;
	left: 0px;
	top: 8%;
	background-color:#da251c;
	float:left;
}
.terminacion_barra_left {
	background-image: url(images/terminacion_barra_left.png);
	background-repeat: no-repeat;
	height: 80px;
	width: 137px;
	position: relative;
	left: 0px;
	top: 8%;
	float:left;
}
.barra_right {
	background-color: #2e2e2e;
	position: relative;
	height: 32px;
	width: 33%;
	top: 60%;
	right: 0px;
	float:right;
}
.terminacion_barra_right {
	background-image: url(images/terminacion_barra_right.png);
	background-repeat: no-repeat;
	position: relative;
	height: 32px;
	width: 56px;
	top: 60%;
	right: 0px;
	float:right;
}
#estable {
	position: fixed;
	height: 50px;
	width: 100%;
	bottom: 0px;
}
#barra {
	background-color: #2E2E2E;
	position: absolute;
	height: 30px;
	width: 100%;
	bottom: 0px;
}
#pestana {
	background-image: url(images/pestana.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 20px;
	width: 118px;
	left: 44%;
	bottom: 30px;
}

#reproductores{
	text-align:center;
	padding-top:5px;
}