a, div, span, p {
	/*border:1px solid #ff0004;*/
}

@viewport { width: 1024px; }

html {
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	background-color:#000;
	background-image:url(../img/fondo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	/*overflow-x:hidden;*/
}

#border01 {
	height:178px;
	background:url(../img/border01.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

#border02 {
	height:100px;
	background:url(../img/border02.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#menu {
	/*left:50%;
	margin-left:-592px;*/
	margin-top:120px;
	position:relative;
	width:300px;
}

#menu div {
	width:300px;	
}

#menu a {
	color:#212122;
	font-size: 36px;
	font-family: raleway, sans-serif;
	font-weight: 700;	
	line-height: 36px;
	text-decoration:none;
}

#menu a:hover {
	color:#fff;	
}

#logo {
	/*left:50%;
	margin-left:-596px;	*/
	margin-top:88px;
	position: relative;
	width:360px;
}

#cabecera {
	margin:0px;	
}

.sobre, .noticias {
	background-color:#212122;
	color:#f9f9f9;
	margin:0px;
}

.eventos, .contacto {
	background-color:#000;
	color:#fff;
	margin:0px;
}

.musica, .prensa {
	background-color:#fff;
	margin:0px;
}

.fotovideo {
	background-color:#212122;
	color:#f9f9f9;
	margin:0px;
}

.titulo {
	font-size: 36px;
	font-family: raleway, sans-serif;
	font-weight: 700;	
	margin-top:10px;
}

.contenido {
	/*width:1024px;*/
	width:960px;
	position:relative;
	padding:10px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.texto {
	font-size:14px;
	line-height: 20px;
	font-family: raleway, sans-serif;
	font-weight: 400;	
}

#pattern01 {
	height:48px;
	background-image:url(../img/pattern01.png);
	background-repeat:repeat-x;	
}

#pattern02 {
	height:48px;
	background-image:url(../img/pattern02.png);
	background-repeat:repeat-x;	
}

#pattern03 {
	height:48px;
	background-image:url(../img/pattern03.png);
	background-repeat:repeat-x;	
}

#pattern04 {
	height:48px;
	background-image:url(../img/pattern04.png);
	background-repeat:repeat-x;	
}

#pattern05 {
	height:48px;
	background-image:url(../img/pattern05.png);
	background-repeat:repeat-x;	
}

.facts {
	background:url(../img/factsback.jpg) no-repeat;
	background-position:center center;
	background-size: cover;
	height:125px;
}

input, textarea {
	background-color:#fff;
	color: #4f4f4f;
	padding:8px;
	border:1px solid #000;
	margin:4px;
}

.botonenviar {
	/*background-color:#0096d6;*/
	background-color:#fff;
	color:#212122;
	border:2px solid #212122;
	width:648px;
}

.botonenviar:hover {
	background-color:#212122;
	/*color:#0096d6;*/
	color:#fff;
}

.home {
	left:50%;
	margin-left:350px;
	position:fixed;
	top:88px;
	z-index:500;
}

.home img {
	width:60px;
	border:0px;		
}

.iconofacebook {
	height:50px;
	width:50px;
	background-image:url('../img/social.png');
	background-position:0px 50px;
}

.iconofacebook:hover {
	background-position:0px 0px;
}

.iconotwitter {
	height:50px;
	width:50px;
	background-image:url('../img/social.png');
	background-position:100px 50px;
	margin-left:5px;
}

.iconotwitter:hover {
	background-position:100px 0px;
}

.iconosound {
	height:50px;
	width:50px;
	background-image:url('../img/social.png');
	background-position:50px 50px;
	margin-left:5px;
}

.iconosound:hover {
	background-position:50px 0px;
}

@import url(http://fonts.googleapis.com/css?family=Raleway:400);
@import url(http://fonts.googleapis.com/css?family=Raleway:700);