@charset "utf-8";
@import url('estilos.css');
@import url('agenda.css');
@import url('integrantes.css');
@import url('discografia.css');
@import url('fotos.css');
@import url('lightbox.css');
@import url('videos.css');
@import url('contacto.css');
@import url('jquery.lightbox-0.5.css');

body {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #4D4D4D;
	background-color: #000;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 25px;
	color: #F7931E;
	font-weight: normal;
	padding: 0;
	margin: 0 0 16px 0;
}

h1 a:link, h1 a:visited, h1 a:active {
	color: #F7931E;
	text-decoration: none;
}

h1 a:hover {
	color: #F9A844;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 12px;
	color: #F7931E;
}

h2 a:link, h2 a:visited, h2 a:active {
	color: #F7931E;
	text-decoration: none;
}

h2 a:hover {
	color: #F9A844;
}

p {
	margin: 0 0 12px 0;
	padding: 0;
}

.main {
	margin: 0 auto;
	width: 994px;
	text-align: left;
}

#top {
	position: relative;
	height: 131px;
	background-image: url(../img/bgTop2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#logo {
	position: absolute;
	top: 22px;
	left: 34px;
}

#logo img {
	border: none;
}

#idioma {
	position: absolute;
	top: 14px;
	right: 31px;
}

#idioma img {
	border: none;
	position: relative;
}

#idioma ul, #idioma li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#idioma li {
	float: left;
	margin: 0 0 0 8px;
	cursor: pointer;
}

#nav {
	position: absolute;
	font-size: 14px;
	color: #FFF;
	top: 100px;
	left: 34px;
}

#nav ul, #nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left;
}

#nav .vineta_es {
	background-image: url(../img/liNav.png);
	background-repeat: no-repeat;
	background-position: center center;	
	width: 76px;
}

#nav .vineta_en {
	background-image: url(../img/liNav.png);
	background-repeat: no-repeat;
	background-position: center center;	
	width: 78px;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #FFF;
	text-decoration: none;
}

#nav a:hover {
	color: #DDD;
}

#contenido {
	background-image: url(../img/bgContenido.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0 0 25px 0;
}

#contenido #colIzq {
	float: left;
	width: 728px;
}

#contenido #colIzq .marginado {
	padding: 22px;
}


#contenido #colDer {
	float: right;
	width: 266px;
}

#contenido #colDer h2 {
	color: #333;
}

#contenido #colDer .marginado {
	padding: 22px;
}

.clr {
	clear:both;
}

#suscripcion {
	position: relative;
	background-image: url(../img/bgSuscripcion.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 103px;
}

#suscripcion h3 {
	position: absolute;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFF;
	font-size: 13px;
	top: 20px;
	left: 23px;
}

#suscripcion .enviar {
	position: absolute;
	font-size: 11px;
	color: #666;
	top: 52px;
	right: 37px;
	width: 35px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	cursor: pointer;
	border: none;
	background: none;
	padding: 1px 0;
}

#suscripcion #frmSuscripEmail {
	position: absolute;
	top: 54px;
	left: 30px;
	width: 160px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border: none;
}


#separador {
	margin: 0 auto;
	width: 950px;
	height: 28px;
	padding: 4px 25px;
	text-align: left;
	background-image: url(../img/bgPieSeparador.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000;
}

#separador a:link, #separador a:visited, #separador a:active {
	color: #000;
	text-decoration: none;
}

#separador a:hover {
	color: #444;
}

#separador .izq {
	float: left;
}

#separador .der {
	float: right;
}

#pie {
	background-image: url(../img/bgPie.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 148px;
	position: relative;
	margin: 0 auto;
	width: 994px;
	text-align: left;
}

#pie .datos {
	font-size: 14px;
	color: #FFF;
	position: absolute;
	padding: 24px 0 0 30px;
	top: 0;
	left: 0;
	background-image: url(../img/bgPieCongas.png);
	background-repeat: no-repeat;
	background-position: left top;	
	width: 343px;
	height: 72px;
}

#pie .datos b, #pie .datos strong {
	font-weight: normal;
	color: #F7931E;
}

#pie .logo {
	position: absolute;
	right: 50px;
	top: 22px;
}

#pie .logo img {
	border: none;
}

#banners {
	text-align: center;
}

#banners img {
	margin: 10px 0;
}

.cargando {
	text-align: center;
	padding: 4px;
}

#social {
	position: absolute;
	right: 90px;
	top: 12px;
	font-size: 14px;
	border-right: 1px solid #EEE;
	padding-right: 12px;
}
#social a:link, #social a:visited, #social a:active {
	color: #EEE;
}
#social a:hover {
	color: #F98B00;
	font-size: 15px;
}