@charset "utf-8";
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* ESTILOS */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;
	font-weight:100;
	background:#0f0f0f;
}
.contenedor {
	width:940px;
	margin:0 auto;
}

.botones{
	width:940px;
	margin:0 auto;

}

#barra-playlist{
	height:215px;
	background:#3A2A45;
	color:#FFF;
}


#barra-playlist .titulo{
	float:left;
	margin:0 0 0 110px;
	
}

#barra-playlist .cerrar{
	float:right;
	margin:10px 0 0 0;
	cursor:pointer;
}

#barra-playlist .titulo span{
	font-family:"Arial Black", Gadget, sans-serif;

}

#barra-playlist ol{
	
}
.lista{
	float:left;
	padding-left:20px;
	width:700px;
	
}

#barra-playlist ul{
	float:left;
	padding-right:20px;
	font-size:11px;
}


#barra-playlist ul li{
	width:141px;
	list-style-position:outside;
	list-style:none;
	padding:3px;
	background:url(../img/separador.png) repeat-x 0 bottom;

}

#barra-tweets{
	height:215px;
	background:#3A2A45;
}

.playlist-top{
	background:url(../img/playlist-top.jpg) no-repeat 0 15px;
	height:215px;
	width:136px;
	float:left;
	
}

#btn-playlist{
	background:url(../img/playlist-bootom.jpg) no-repeat;
	width:141px;
	height:107px;
	float:left;
	cursor:pointer;
	font-size:15px;
	color:#FFF;
}





#btn-playlist p{
	padding:20px 0 0 140px;
	width:280px;
}

.cont-central p{
	padding:310px 0 0 0;
	text-align:center;
	color:#fff;
	font-size:16px;
}


#btn-playlist span , .cont-central span{
	font-family:"Arial Black", Gadget, sans-serif;
}


#btn-tweets{
	background:url(../img/tweets-icon.png) no-repeat;
	width:147px;
	height:42px;
	float:right;
	cursor:pointer;
	margin-top:15px;
}



.cont-central{
	background: url(../img/fondo.jpg) no-repeat center 78px;
	height:755px;
}

.integrantes{
	background:#531F29;
	height:144px;
}


.tweets {
}

.ficha{
	width:220px;
	height:142px;
	overflow:hidden;
	float:left;
}
.ficha span{
	font-size:18px;
}

.descripcion{
	width:374px;
	height:80px;
	overflow:hidden;
	padding:15px 0 0 10px;
	
}

.apellido{
	font-family:"Arial Black", Gadget, sans-serif;
}

.txt11{
	font-size:10px !important;
}

.infos{
	width:940px;
	margin:0 auto;
/*	height:627px;*/
	margin-top:10px;
	border:none;
}

iframe{
	border:none;
}


.clear{
	clear:both;
}

.disco{
	float:left;
	width:160px; 
	height:169px;
	overflow:hidden;
}

.info-disco{
	font-size:16px;
	line-height:20px;
	margin-left:15px;
	width:145px;
	float:left;
	letter-spacing:-1px;

}

.info-disco span{
	font-family:"Arial Black", Gadget, sans-serif;
}

.txt_vino{
	color:#8E3951;
}

.txt_15{
	font-size:13px !important;
}


.txt_14{
	font-size:14px !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:bold;
} 

.titulo{
	color:#FFF;
	text-align:center;
	font-size:21px;
	padding:20px 0 20px 0;
}

.titulo span{
	font-family:"Arial Black", Gadget, sans-serif;
}

.creditos{
	color:#FFF;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:11px;
	padding:20px 0 20px 0;
	border-top:1px solid #666666;
	
}

.footer{
	border-top:1px solid #fff;
	height:115px;
	background:#666;
	padding-top:20px;
}

.comparte{
	float:left;
	height:50px;
}

.derechos{
	width:460px;
	text-align:center;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	float:left;
}

.logoec{
	float:left;
	margin-left:10px;
}

.certifica{
	visibility:hidden;
}

a{
	outline:none;
}


.marco-tweets{
	float:left;
	margin-left:150px;
}

#barra-tweets .cerrar{
	float: left;
    margin-left:120px;
	cursor:pointer;
	padding-top:10px;
}