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

*{margin:0; padding:0;}

body {
	background-image: url(http://www.raptoresrecords.com/img/fondo-raptores.jpg);
	background-repeat: repeat-x;
	background-color:#FE0000;
}

#contenedor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 900px;
	margin: auto;
	
}

#encabezado {
	background-image: url(http://www.raptoresrecords.com/img/hd.jpg);
	height: 228px;
	width: 900px;
}

.menu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 900px;
overflow: hidden;
border: 1px solid #FFF;
border-width: 1px 0;
background: black url(http://www.raptoresrecords.com/img/btn-inactivo.jpg) center center repeat-x;
}

.menu li{
display: inline;
float: left;
}

.menu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
#contenedor .contenedormenu {
	height: 32px;
	width: 900px;
	margin: 0;
	padding: 0;
	}


.menu li a:visited{
color: white;
}


.menu li a:hover, .menu li .current{
color: white;
background: transparent url(http://www.raptoresrecords.com/img/btn-activo.jpg) center center repeat-x;
}

#contenido {
	width: 900px;
	height: 2250px;
	background: url(http://www.raptoresrecords.com/img/fondo-negro.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

#contenido .bloquetxt {
	background: url(http://www.raptoresrecords.com/img/bg-bloque-txt.jpg);
	width: 548px;
	margin: 10px 0 10px 10px;
	border: 1px solid white;
}

#contenido img {
	margin: 10px 0 10px 10px;
}

#columna1 {
	width: 590px;
	float: left;
}


h1 {
	font-size: 12px;
	color: #FFFFFF;
	height: 40px;
	width: 520px;
	margin: 10px 0 10px 14px;
}
	
p {
	width: 520px;
	margin: 0 0 10px 14px;
}

#lfmPlayer_container {
	float: left;
	height: 250px;
	width: 300px;
	margin: 10px 10px 0 0;
}
*html #lfmPlayer_container {
	width: 300px;
	float:left;
	margin-left: -4px;
}

#pie {
	font-size: 9px;
	color: #999999;
	background-image: url(http://www.raptoresrecords.com/img/bg-footer.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 900px;
}
#pie a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

#galeria {
	width: 548px;
	margin: 16px 0 10px 10px;
	border: 1px solid white;
}


