/*    L O A D I N G     */ 
.etiquetaLoading{
	color:#FFFFFF;
	font-size:10px;
	background:#555555;
	position:absolute;
	left:20px;
	top:0px;
	width:80px;
}
/*    T A B L A S       */
.tablaPrincipal{
	background:#212832;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;	
}
.tablaTop10{
	background:url(../imagenes/interfaz/fondo_top10.png) repeat-y;
}
.tablaLanzamientos{
	background:url(../imagenes/interfaz/fondo_lanzamientos.png) repeat-y;
}
.tablaNews{
	background:url(../imagenes/interfaz/fondo_noticias.png) repeat-y;
}
.tablaRadio{
	background:url(../imagenes/radio/fdo_radionuevo.jpg) no-repeat;
}
.tablaAvisoReg{
	background:url(../imagenes/registro/transp_registro.png);
}

/*     C A M P O S      */

.campoBeatTexto{
	background: #2D3541;
	color: #FFFFFF;
	font-size: 10px;
	height: 15px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
}

.fieldLoginHome{
	background: #2D3541;
	color: #FFFFFF;
	font-size: 10px;
	width: 150px;
	height: 15px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
}
.textContactoHome{
	background: #2D3541;
	color: #FFFFFF;
	font-size: 10px;
	width: 150px;
	height: 50px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
}
.textCondicionesReg{
	background: #2D3541;
	color: #FFFFFF;
	font-size: 12px;
	width: 300px;
	height: 200px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
}
.dropDownContactoHome{
	background: #2D3541;
	color: #FFFFFF;
	font-size: 10px;
	width: 150px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
}
.dropDown{
	background: #2D3541;
	color: #FFFFFF;
	font-size: 10px;
	width: 50px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
}
.botonRecuperaLoginHome{
	background: #2D3541;
	color: #FFFFFF;
	font-size: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
}
.radioEncuesta{
	background: #2D3541;
}
/*     D I V S          */
.divArchivoArte{
	/* height:110px; */
}
.divCommentHome{
	background:url(../imagenes/interfaz/fdo_beatcomment.png);
	width:586px;
	height:31px;
}
/*     G E N E R A L    */
.azul{
	color:#14CEE7;
}
.fuenteMediana{
	font-size:12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body {
	background-color: #7B828A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}