@charset "UTF-8";

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #990000;
}

a:link {
	text-decoration: none;
	color: #FF6600;
}

a:visited {
	text-decoration: none;
	color: #003366;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

a:active {
	text-decoration: none;
	color: #FF6600;
}

.blanco {
	color: #FFFFFF;
}

#container {
	height: 761px;
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

#margenizquierdo {
	height: 761px;
	width: 20px;
	position: absolute;
	background-image: url(images/margen_izquierdo.png);
	top: 0px;
}

#centro {
	height: 761px;
	width: 960px;
	position: absolute;
	background-color: #FFFFFF;
	top: 0px;
	left: 20px;
}

#margenderecho {
	height: 761px;
	width: 20px;
	position: absolute;
	background-image: url(images/margen_derecho.png);
	top: 0px;
	left: 980px;
}

#margenabajo {
	height: 25px;
	width: 1000px;
	position: relative;
	background-image: url(images/margen_abajo.png);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
}

#canciones {
	height: auto;
	width: 200px;
	position: absolute;
	left: 12px;
	top: 40px;
	z-index: 1;
}

#logo {
	height: auto;
	width: 550px;
	position: absolute;
	top: 190px;
	padding-right: 205px;
	padding-left: 205px;
}

#rollo {
	height: auto;
	width: 200px;
	position: absolute;
	top: 40px;
	right: 12px;
}

#enconstruccion {
	height: 50px;
	width: 360px;
	position: absolute;
	top: 120px;
	right: auto;
	left: auto;
	margin-left: 300px;
	margin-right: 300px;
	background-image: url(images/construccion.png);
	background-repeat: no-repeat;
	z-index: 2;
}


#botones {
	height: auto;
	width: auto;
	position: absolute;
	right: 18px;
	bottom: 35px;
}

#web {
	height: auto;
	width: auto;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

#creditos {
	height: auto;
	width: 720px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}

#rojoup {
	height: 40px;
	width: 200px;
	background-image: url(images/blanco_arriba.png);
}

#rojomiddle {
	height: auto;
	width: 160px;
	background-image: url(images/blanco_enmedio.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

#rojodown {
	height: 25px;
	width: 200px;
	background-image: url(images/blanco_abajo.png);
}

#negroup {
	height: 40px;
	width: 200px;
	background-image: url(images/negro_arriba.png);
}

#negromiddle {
	height: auto;
	width: 160px;
	background-image: url(images/negro_enmedio.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

#negrodown {
	height: 25px;
	width: 200px;
	background-image: url(images/negro_abajo.png);
}

#construccionmiddle {
	height: auto;
	width: 360px;
	
}

.liga a:link {
	text-decoration: none;
	color: #990000;
}
