/* ------------------------------ TABLAS ------------------------------ */
.tblInicial{
	width:100%;
	height:100%;
	border:0;
	vertical-align:middle;
}
/* Tabla de la cabecera */
.tblTop{
	width:100%;
	border:0;
	background-color:#000000;
}
/* Columnas laterales tabla cabecera */
.tblTopColLat{
	/*width:20%;*/
}

/* Columna central de la tabla de cabecera */
.tblTopColCentro{
	width:700px;
}

/* Tabla parte principal de la pagina */
.tblMain{
	width:100%;
	border:0;
	background-color:#000000;
}

/* Columnas laterales tabla pagina principal */
.tblMainColLat{
	/*width:20%;*/
}

/* Columna central de la tabla de la parte principal */
.tblMainColCentro{
	width:700px;
}

.tblComponentes{
	width:100%;
}

.tblComponentesCol1{
	vertical-align:top;
	width:20%;
	/*background-image:url(../images/componentes.jpg);*/
}

.tblComponentesCol2{
	width:80%;
	vertical-align:top;*/
}

.tblDiscografia{
	border:none;
	width:100%;
	
}
/* Tabla Conciertos */
.tblBolo{
	border:none;
	width:550px;
	font-size:12px;
/*	background-color:#333333;*/
}

.tblBoloCol1{
	border:none;
	width:100px;
	background-color:#FF7003; /*FF9900*/
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	vertical-align:top;
}
.tblBoloCol2{
	border:none;
	background-color:#000000;/*:#333333;*/
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FF9900;
}
.tblBoloCol2 a:link{
	color:#FF9900;
}
.tblBoloCol2 a:visited{
	color:#FF9900;
}
.tblBoloCol2 a:hover{
	color:#CC6666;
}
.tblBoloCol2 a:actived{
	color:#FF9900;
}


/* Encabezado de tablas de conciertos y fotos */
.tblEncabezadoGeneral{
	border:none;
	background-color:#FF7003;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#000000;
}
	
.tblFoto{
	border:none;
	width:100%;
	font-size:12px;
	
/*	background-color:#333333;*/
}


.tblNoticias{
	background-color:#000000;/*:#333333;*/
	width:700px;
	font-size:12px;
}

.tblNoticias a:link{
	color:##FF7003;
}
.tblNoticias a:visited{
	color:##FF7003;
}
.tblNoticias a:hover{
	color:#CC6666;
}
.tblNoticias a:actived{
	color:##FF7003;
}

.tblReproductor{
	width:200px;
	border:0;
	border-color:#000000;
	background-color:#000000;
	position:fixed;
/*	left:0px;*/
	right:20%;
	top:80%;
}

.tblVideos{
	border:none;
	width:100%;
	font-size:12px;
	
/*	background-color:#333333;*/
}


.tblVideosColDesc{
	width:25%;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	vertical-align:top;
}

.tblVideosColVideo{
	width:75%;
}
