@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, p{
	display:none;
}
hr{margin-top:12px; margin-bottom:12px;margin-right:18px;}
body {
	background-color:#000;
	color:#FFFDF7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#contenedorIntro {
	height: 100%;
	min-height: 100%;
	width: 700px;
	margin: auto;
}
#contenedor {
	height: 100%;
	min-height: 100%;
	width: 948px;
	margin: auto;
}
#contenido{
	position:relative;
}
#header{
	background-image:url(images/fondoHeader.jpg);
	background-repeat:no-repeat;
	width:948px;
	height:267px;
	}

#comunidad{
	float:left;
}

#video{
	float:right;
	width: 560px;
	height: 340px;
	background-color:#41392C;
	padding:8px;
}
#video object{

}
#shows{
	position:absolute;
	top:155px;
	left:6px;
	width: 343px;
	height: 201px;
	background-color:#4D4339;
}
#shows p{
	display:inline;
	
}
#shows dt{
	color:#FFDD02;
	font-size:13px;
	font-weight:bold;
	margin-bottom:6px;
}
#shows dd{
	font-size:11px;
	margin-bottom:6px;
}
#shows dd a{
	text-decoration:none; 
	font-size:11px;
	font-weight:bold;
	color:inherit;
	}
	
#shows dd a:hover{
	text-decoration:none; 
	font-size:11px;
	font-weight:bold;
	color:inherit;
	
}

#shows .flexcroll{
	margin:8px;
	padding-left:5px;
	padding-right:10px;
	width:319px;
	height: 145px;
	overflow:auto;
	overflow-x: hidden;
}
.tweet{ width: 450px; margin-left:5px; margin-top:-12px;}

.clear{
	clear:both;
}
#socialBand{
	margin-top:15px;
	width: 948px;
	height: 154px;
	background-image:url(images/logosDownBackground.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
}
#datosFooter {
	position:relative;
	width:948px;
	height:95px;
}
#management{
	position:absolute;
	top:0;
	left:0;
	width:373px;
	height:83px;
	margin-top:12px;
	background-color:#332c24;
	margin-right:15px;
}
#management ul {
	margin-top:12px;
	margin-left:10px;
	float:left;
	width:175px;
	height:70px;
}
#management ul .negrita {
	font-weight:bold;
}
#management ul .textoAmarillo {
	color:#ffdd02;
}
#logos{
	position:absolute;
	top:0;
	left:393px;
	width:552px;
	margin-top:12px;
}
#twitter{
	margin-top:15px;
	margin-left:5px;
	width: 458px;
	height: 270px;
	background-color:#423A2F;
	color: #917D6A;
}
#facebook{
	float:right;
	margin-top:15px;
	background-color:#423A2F;
	background-image:url(images/fondoFacebookBox.jpg);
	background-position:bottom;
	height: 280px;
}
#footer{
	width:948px;
	height:25px;
	margin-top: 20px;
	text-align:center;
}
a{text-decoration:none;}
#footer a{
	text-decoration:none; 
	*color:#FFFDF7;
	_color:#FFFDF7; 
	font-weight:bold;
	}
#footer a:hover{
	opacity: 0.7;
	font-weight:bold;
	
}
.fcbBox{
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
	background-color:#FFF;
}
 
#twitter .twitter {
	width:458px;
	height:62px; 
}

#facebook .fcb{
	width:459px;
	height:56px; 
}

#facebook a .fcb{
		background:url(images/facebook.jpg);
		background-position:top;
}


#facebook a:hover .fcb{
		background:url(images/facebook.jpg);
		background-position:bottom; 
		cursor: pointer;
}

#twitter a .twitter{
		background:url(images/novedades.jpg);
		background-position:top;
}


#twitter a:hover .twitter{
		background:url(images/novedades.jpg);
		background-position:bottom; 
		cursor: pointer;
}
