﻿/* CSS Document */
/*************************RESET DE TODO************************************************/
*
{
	padding: 0;
	margin: 0;
}
/* BODY
------------------------------------------------------------------------------*/
body, html
{
	background-color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
a
{
	outline-style: none;
}
.Hide
{
	display: none;
}


/*DIV CONTAINER GENERAL ES EL DIV PADRE DE TODA LA PAGINA
------------------------------------------------------------------------------*/
div#main_container
{
	margin: 0 auto;
	width: 1000px;
	background-color: #13181F;
}
/*DIV NEW SIZE 900PX*/

div#mainn_container
{
	margin: 0 auto;
	width: 900px;
	background-color: #13181e;
	padding-bottom: 30px;
}
/*MAGIN NEW SIZE*/
div#sub_container_home
{
	margin: 0px 47px 0px 47px;
}
div#sub_container_search
{
	margin: 0px 214px 0px 214px;
}

div#sub_container_profile
{
	margin: 0px 27px 0px 27px;
	padding-bottom: 100px;
}
/* DIV WRAP CONTIENE TODO EN 1000 px
------------------------------------------------------------------------------*/
div#ld_wrap
{
	margin: 0 auto;
	width: 900px;
	height: 35px;
}
/* DIV LOGO QUAK CONTIENE CABECERA Y LOGO px
------------------------------------------------------------------------------*/
div#ld_logo_quak
{
	height: 100px;
	background-color: #13181f;
	width: 900px;
	position: relative;
}
/*DIV MENU PRINCIPAL CONTENEDOR
------------------------------------------------------------------------------*/
div#ld_menu_principal
{
	height: 25px;
	border-bottom: solid 1px #1E2329;
	border-top: solid 1px #1E2329;
}
/*DIV MENU PRINCIPAL
------------------------------------------------------------------------------*/
div#ld_menu_cuenta
{
	float: left;
	width: 715px;
	height: 30px;
	background-color: #262E36;
}
/*DIV BOTON LOGIN
------------------------------------------------------------------------------*/
div#ld_login_registro
{
	float: left;
	height: 35px;
	width: 215px;
	background-color: #283646;
	text-align: center;
}
/* UL NAVEGACION PRINCIPAL REGISTRO
------------------------------------------------------------------------------*/
ul#ld_nav
{
	width: 400px;
	list-style: none;
	padding-left: 15px;
	height: 25px;
	float: left;
	padding-top: 5px;
}
ul#ld_nav li
{
	float: left;
	margin: 4px;
	list-style-type: none;
	border-style: none;
}
.li_img_margin
{
	margin-bottom: 2px;
}


.li_quak a
{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.li_quak a:hover
{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.li_artist a
{
	font-size: 10px;
	color: #898486;
	text-decoration: none;
}
.li_artist a:hover
{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.li_top a
{
	font-size: 10px;
	color: #898486;
	text-decoration: none;
}
.li_top a:hover
{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.li_blog a
{
	font-size: 10px;
	color: #898486;
	text-decoration: none;
}
.li_blog a:hover
{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.li_event a
{
	font-size: 10px;
	color: #898486;
	text-decoration: none;
}
.li_event a:hover
{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

/*UL LOGIN SUBNAVEGACION
------------------------------------------------------------------------------*/
ul#ld_navlogin
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 185px;
	height: 30px;
	text-align: left;
	list-style-type: none;
	background-color: #1E252E;
	position: relative;
}


/*UL LOGIN ITEMS
------------------------------------------------------------------------------*/
ul#ld_subnavlogin
{
	margin: 0px;
	padding: 0px;
	display: none;
}
ul#ld_subnavlogin li
{
	list-style: none;
}
ul#ld_subnavlogin li a
{
	padding: 0px;
	margin: 0px;
	color: #999999;
	background-color: #283646;
}
ul#ld_subnavlogin li a:hover
{
	background-color: #13181f;
	border-style: none;
}

ul#ld_subnavlogin li
{
	border-style: none;
}
ul#ld_navlogin li:hover ul#ld_subnavlogin
{
	display: block;
	font-size: 10px;
}
ul#ld_navlogin li:hover ul#ld_subnavlogin li a
{
	display: block;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 250px;
	position: relative;
	top: 22px;
}
/*HEADER QUAK CON IMAGEN
------------------------------------------------------------------------------*/
div#ld_quak
{
	width: 240px;
	height: 45px;
	position: absolute;
	top: 30px;
	left: 30px;
}

.display_name
{
	width: 600px;
	height: 66px;
	padding-left: 40px;
	padding-top: 34px;
	font-weight: bold;
	overflow: hidden;
}

/*CLASES DEL MENU DE REGISTRO
------------------------------------------------------------------------------*/
.ld_hmenu
{
	color: #00B5CC;
	font-size: 15px;
	padding-top: 5px;
	padding-left: 35px;
	width: 120px;
	float: left;
}

.logBack
{
	width: 215px;
	height: 270px;
	background: url(../images/bk_loginn.gif) no-repeat;
}
/*IFRAME*/
div#iFrame
{
	background-color: #0e1116;
}

/*FOOTER
------------------------------------------------------------------------------*/
div#footer
{
	background-color: #0e1116;
	color: #505864; /*height: 238px;*/
}
/*TERMINOS Y CONDICIONES
------------------------------------------------------------------------------*/
div#terminos_condiciones
{
	color: #505864;
	height: 158px;
}

.terminos_col
{
	float: left;
	width: 160px;
	margin-left: 50px;
	text-align: left;
	margin-top: 40px;
}

.h_azul
{
	font-size: 15px;
	color: #00B5CC;
	margin-bottom: 10px;
}

/*FOOTER BACK TOP
------------------------------------------------------------------------------*/
div#footer_back_top
{
	background-color: #0b0c10;
	height: 48px;
	width: 100%;
}

.boton
{
	width: 102px;
	height: 23px;
	margin-left: 100px;
}

.boton a
{
	display: block;
	width: 102px;
	height: 23px;
	background: none;
	text-decoration: none;
}

.boton a.entrar
{
	background: url(            "../images/backToTop.jpg" ) no-repeat;
}
.footertext
{
	font-family: Arial;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}
.footertext_border
{
	text-align: center;
	vertical-align: middle;
	width: 115px;
	height: 18px;
	margin: 0 auto;
	border-left: solid 1px #515B67;
	border-right: solid 1px #515B67;
}


/*PLAYER
------------------------------------------------------------------------------*/
div#divPlayer
{
	position: absolute;
	bottom: auto;
}
.fixed
{
	position: fixed;
	bottom: 0;
	z-index: 2;
}
/*RESET
------------------------------------------------------------------------------*/
.reset
{
	display: block;
	clear: both;
}
/*BOTONES GENERALES
-----------------------------------------------------------------------------------*/
.boton_general
{
	width: 111px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
}


.boton_general_home
{
	width: 79px;
	height: 15px;
	overflow: hidden;
}
.boton_general_home a
{
	display: block;
	width: 79px;
	height: 15px;
	background: none;
	text-decoration: none;
}
.boton_general_home a.invitaramas
{
	background: url(            "../images/btnInvitarGral.png" ) no-repeat;
}
.boton_general_home a.irahome
{
	background: url(            "../images/btnIrHomeGral.png" ) no-repeat;
}
.boton_general_home a:hover
{
	background-position: 0 -15px;
	border-style: none;
}




.boton_general span, .boton_general a
{
	display: block;
	width: 111px;
	height: 20px;
	background: none;
	text-decoration: none;
}

.boton_general a.aceptar
{
	background: url(             "../images/img_paire/btn_aceptar.gif" ) no-repeat;
}
.boton_general a.cancelar
{
	background: url(             "../images/img_paire/btn_cancelar.gif" ) no-repeat;
}
.boton_general a.register
{
	background: url(            "../images/img_paire/btn_registrate.gif" ) no-repeat;
}
.boton_general a.si
{
	background: url(            "../images/img_paire/btn_si.gif" ) no-repeat;
}
.boton_general a.no
{
	background: url(            "../images/img_paire/btn_no.gif" ) no-repeat;
}
.boton_general a.continuar
{
	background: url(             "../images/img_paire/btn_continuar.gif" ) no-repeat;
}
.boton_general a.login
{
	background: url(            "../images/img_paire/btn_entrar.gif" ) no-repeat;
}
.boton_general a.finalizar
{
	background: url(             "../images/img_paire/btn_finalizar.gif" ) no-repeat;
}
.boton_general a.limpiar
{
	background: url(             "../images/img_paire/btn_limpiar.gif" ) no-repeat;
}
.boton_general a.agregar
{
	background: url(             "../images/img_paire/btn_agregar.gif" ) no-repeat;
}
.boton_general a.regresar
{
	background: url(             "../images/img_paire/btn_regresar.gif" ) no-repeat;
}
.boton_general a.agregar_album
{
	background: url(             "../images/btn_agregar_album.gif" ) no-repeat;
}
.boton_general a:hover
{
	background-position: 0 -20px;
	border-style: none;
}




/*POSICION BOTONES GENERALES EN FORMULARIO
-----------------------------------------------------------------------------------*/
.posizquierda
{
	float: left;
	margin-left: 150px;
	padding-right: 10px;
}
.posizquierda2
{
	float: left;
	margin-left: 157px;
	padding-right: 10px;
}

/*************************************************************ADMINISTRATION********************************************************/

.subcontainera_general
{
	width: 650px;
	margin: 0 auto;
	padding-top: 30px;
}
.left_td
{
	height: auto;
	padding-top: 50px;
}
.btn_bottom
{
	float: left;
	margin-left: 200px;
	margin-right: 20px;
}
.btn_bottom_album
{
	margin-left: 50px;
	margin-right: 20px;
	float: left;
}
.general_left
{
	float: left;
}
.gereral_right
{
	float: right;
}
/*AdministrationFrame
------------------------------------------------------------------------------------------*/
/* navigation links

-------------------------------------------------------- */

ul#ld_nav_preferencias
{
	position: relative;
	height: 19px;
	width: 458px;
	overflow: hidden;
	list-style-type: none;
}
ul#ld_nav_preferencias li
{
	float: left;
}


ul#ld_nav_preferencias li a
{
	position: absolute;
	text-decoration: none;
	list-style: inside;
	border: none;
	height: 38px;
}

/*Menu Normal-------------------------------------------------------- */
div#Menu_Profile_new
{
	width: 400px;
	margin: 0 auto;
	padding-top: 30px;
	border-bottom: solid 1px #20272F;
}

ul#ld_nav_preferencias
{
	width: 360px;
	margin: 0 auto;
}

.ld_nav_preferencias-cuenta a
{
	left: 0px;
	width: 90px;
	background: url(            "../images/BSearch.gif" );
}

.ld_nav_preferencias-perfil a
{
	left: 90px;
	width: 90px;
	background: url(            "../images/BSearch.gif" ) -90px 0 no-repeat;
}

.ld_nav_preferencias-canciones a
{
	left: 180px;
	width: 90px;
	background: url(            "../images/BSearch.gif" ) -180px 0 no-repeat;
}

.ld_nav_preferencias-fotos a
{
	left: 270px;
	width: 90px;
	background: url(            "../images/BSearch.gif" ) -270px 0 no-repeat;
}


/*RollOver-------------------------------------------------------- */

.ld_nav_preferencias-cuenta a:hover
{
	background-position: 0px -19px;
	border-style: none;
}

.ld_nav_preferencias-perfil a:hover
{
	background-position: -90px -19px;
	border-style: none;
}

.ld_nav_preferencias-canciones a:hover
{
	background-position: -180px -19px;
	border-style: none;
}

.ld_nav_preferencias-fotos a:hover
{
	background-position: -270px -19px;
	border-style: none;
}

/*OVER-------------------------------------------------------- */

.ld_nav_preferencias-cuenta-over a
{
	left: 0px;
	width: 90px;
	background: url(            "../images/BSearch.gif" );
	background-position: 0px -19px;
}

.ld_nav_preferencias-perfil-over a
{
	left: 90px;
	width: 90px;
	background: url(            "../images/BSearch.gif" ) -90px 0 no-repeat;
	background-position: -90px -19px;
}

.ld_nav_preferencias-canciones-over a
{
	left: 180px;
	width: 90px;
	background: url(            "../images/BSearch.gif" ) -180px 0 no-repeat;
	background-position: -180px -19px;
}

.ld_nav_preferencias-fotos-over a
{
	left: 270px;
	width: 90px;
	background: url(            "../images/BSearch.gif" ) -270px 0 no-repeat;
	background-position: -270px -19px;
}


/*Active-------------------------------------------------------- */

/*ul#nav li#nav-cuenta a.active
{
	background-position: 0px -158px;
}

ul#nav li#nav-perfil a.active
{
	background-position: -87px -170px;
}

ul#nav li#nav-canciones a.active
{
	background-position: -174px -170px;
}

ul#nav li#nav-fotos a.active
{
	background-position: -270px -170px;
}*/
/*Albums
----------------------------------------------------------------------*/
/*DIV NAVIGATE
--------------------------------------------------------------------------------*/
.Albums_subnav
{
	margin-left: 100px;
	margin-right: 100px;
	padding-bottom: 20px;
}
.profile_table
{
	width: 624px;
}
.celdaAlbum
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	border-bottom: solid 1px #13181e;
	font-weight: bold;
	word-wrap: break-word;
	overflow: hidden;
}
/*NAVIGATE
-------------------------------------------------------------------------*/
ul#ld_SubmenuPreferenciasFotos
{
	display: block;
	text-indent: 0px;
	background-color: #171E26;
	color: #505864;
	font-size: 12px;
	font-weight: bold;
	width: 800px;
	list-style-image: url(            '../images/bullet2.gif' );
	height: 30px;
}

ul#ld_SubmenuPreferenciasFotos li
{
	display: inline;
	background: url(../images/bullet2.gif) -3px -1px no-repeat;
	padding-left: 2px;
}

ul#ld_SubmenuPreferenciasFotos li a
{
	text-decoration: none;
	margin: 0px 15px 0px 15px;
	color: #999999;
}
ul#ld_SubmenuPreferenciasFotos li a:hover
{
	color: #EF3E42;
	border-style: none;
}
.editAlbum
{
	color: #00b5cc;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.subContainer
{
	width: 626px;
	margin: 0 auto;
	background-color: #182029;
	padding-top: 20px;
	padding-bottom: 20px;
}
.textBottom
{
	text-align: right;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	width: 100%;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 15px;
}

.lnkadd
{
	font: Verdana;
	font-weight: normal;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
.lnkadd:hover
{
	font: Verdana;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
/*DeletebyProductId
----------------------------------------------------------------------------------*/
.delete_message
{
	margin: 0 auto;
	width: 350px;
	padding: 100px;
}
/*Photo
-----------------------------------------------------------------------------------*/
.col
{
	float: left;
	margin: 20px 0px 20px 40px;
}


div#papa
{
	margin: 0 auto;
	width: 624px;
}
.topPhoto
{
	width: 540px;
	margin: 0 auto;
	padding-top: 30px;
	height: 20px;
	color: #505864;
	font-size: 11px;
	font: Verdana;
	line-height: 15px;
	font-weight: normal;
}
.imgTach
{
	margin-left: 25px;
}
/*UpdateAlbum
-----------------------------------------------------------------------------------------*/
.subcontainer_upalbum
{
	width: 900px;
	margin: 0 auto;
}
/*UpdateAlbumAddTrack
-------------------------------------------------------------------------------------------*/
.tittle_albumTrack
{
	height: 25px;
	color: #00b5cc;
	font-size: 15px;
	width: 400px;
	padding-left: 15px;
}
.subcontainer_upalbum_track
{
	width: 900px;
	margin: 0 auto;
	border: 1px solid #212933;
}
.left_track
{
	float: left;
	width: 300px;
}
.right_track
{
	float: left;
	width: 300px;
	margin-right: 25px;
	padding-top: 28px;
}
.title_edit_album
{
	font-family: Verdana;
	font-size: 11px;
	color: #00B5CC;
	padding-bottom: 15px;
}
/****************************************************************END ADMINISTRATION***************************************************************/

/****************************************************************BAND****************************************************************************/
.min_height
{
	min-height: 700px;
}

.seleccionBandas
{
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #505864;
	font-size: 11pt;
	background-color: #13181f;
}
.top_band_per_cat
{
	width: 830px;
	height: 32px;
}
div#navMenuBandasCat
{
	float: left;
	padding: 0px 30px 0px 0px;
	margin: 0 0 0px 0;
	width: 118px;
	height: 150px;
}

.topBorder
{
	margin-left: 10px;
	height: 8px;
	width: 118px;
	background: url(            "../images/rtop_lista_generos.gif" ) no-repeat;
}
.bottomBorder
{
	margin-left: 10px;
	height: 8px;
	width: 118px;
	background: url(            "../images/rbottom_lista_generos.gif" ) no-repeat;
}

.content_bandas_class
{
	background-color: #161616;
	padding-top: 10px;
}

.resizeContent
{
	background-color: #161616;
	margin-left: 10px;
	width: 118px;
}

.bandFont
{
	font-size: 10px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #505864;
	text-decoration: none;
}

.contentsBandasXgenero
{
	height: 582px;
}

.bandasMenu
{
	font-family: Verdana;
	color: #505864;
	font-size: 10px;
	text-decoration: none;
}

.bandasMenuImg
{
	padding: 5px 0px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #505864;
	font-size: 11pt;
	text-decoration: none;
}

.bandasMenuAlph
{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-family: Verdana;
	padding: 1px;
}

.bandasMenuAlph:hover
{
	font-size: 10px;
	text-decoration: none;
	font: Arial;
	color: #FFFFFF;
	padding: 1px;
	cursor: pointer;
}




.bandasMenuAlphDis
{
	padding: 3px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}



.bandasMenuCat
{
	padding: 5px;
	color: #505864;
	font-size: 11px;
	text-decoration: none;
	margin-top: 100px;
}

.bandasMenuCat:hover
{
	padding: 5px;
	color: Red;
	font-size: 11px;
	text-decoration: none;
	margin-top: 100px;
}

.ld_esquinaGenero
{
	position: relative;
	float: right;
	display: block;
	margin-top: 36px;
	margin-right: 4px;
}

.ld_imagenesListado
{
	float: left;
	margin-left: 5px;
}

.ld_botonPlay
{
	margin-left: 25px;
	margin-top: -10px;
}

.ld_botonListado
{
	text-align: center;
	margin-left: 35px;
	margin-top: -10px;
}
.ld_cancionListado
{
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
.ld_cancionListado, a a:hover
{
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	border-style: none;
}
.ld_textoMientras
{
	color: #FFFFFF;
}

.ld_margen
{
	margin-left: 10px;
}
.pager_bottom
{
	position: absolute;
	left: 173px;
	top: 778px;
}

/**/
.album1
{
	height: 202px;
}
/*antes style46 */
.album2
{
	width: 214px;
	height: 202px;
}

/*antes style42 en wc_AlbumDescription.ascx*/
.album3
{
	width: 211px;
}
/**************************************************************END BANDS*************************************************************************/
/**************************************************************BAND PROFILE**********************************************************************/

.top_container_bak
{
	background: url(../images/Top_Component.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.top_container_bak_album
{
	background: url(../images/Top_Component_album.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.bottom_container_bak
{
	background: url(../images/Bottom_Component.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.bottom_container_bak_albumBand
{
	background: url(../images/bottom_Component_album_al.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 365px;
}
.top_empty_container_bak
{
	background: url(../images/top_empty_Component.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.bott_profile_475
{
	background: url(../images/BoxBottom475.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.top_comment_bak
{
	background: url(../images/TopComent.png);
	background-repeat: no-repeat;
	height: 10px;
	background-position: 0px 0px;
}
.bottom_comment_bak
{
	background: url(../images/BottomComent.png);
	background-repeat: no-repeat;
	height: 10px;
}



.fotantecomment
{
	float: left;
	width: 300px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
}
.band_left
{
	float: left;
	width: 475px;
	margin: 20px 13px 20px 0px;
}
.band_right
{
	float: right;
	width: 318px;
	margin: 0px 0px 20px 0px;
}

.band_right_top
{
	padding: 20px 0px 13px 0px;
}
.band_right_middle
{
	padding: 0px 0px 13px 0px;
}
.perfil_container_up
{
	width: 806px;
	margin: 0 auto;
}
.containerBottom
{
	width: 806px;
	clear: both;
	display: block;
}
.margin_bottom
{
	margin: 0 auto;
	width: 720px;
}

.menuDerechaPerfil
{
	border-color: inherit;
	border-width: 0px;
	width: 450px;
	border-style: none;
	float: right;
	margin: 25px 0px 15px 15px;
	height: auto; /*vertical-align:top;*/
}
.menuIzquierdaPerfil
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-top: 25px;
	color: #505864;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 580px;
	height: auto;
}
.perfil_txtTitulos
{
	font-size: 10px;
	color: #00B5CC;
	font-family: Verdana;
	background-color: #171E26;
	height: 26px;
	padding-top: 6px;
	padding-left: 30px;
}
.ld_label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 15px;
	color: #999999;
	width: 135px;
}
.rowTop
{
	background-image: url(../images/tablaBordeArriba.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.title_albums
{
	width: 100px;
	background-color: #262E36;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #00B5CC;
	background-position: top;
	background-position: left;
	background-repeat: repeat-y;
	height: 27px;
}
.col_left
{
	background-image: url(../images/tablaBordeIzquierda.jpg);
	background-repeat: repeat-y;
}
.col_right
{
	background-image: url(../images/tablaBordeDerecha.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
.midle_bottom
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #C1E4DA;
	background-image: url(../images/tablaBordeAbajo.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
.middle_colum_alb
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 15px;
	color: #999999;
}
.leftColHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00B5CC;
}


.ld_botonImg
{
	width: 50px;
	height: 50px;
}
.leftColnoUnderLine
{
	border-style: none;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #4B535B;
}
.rightCol
{
	background-image: url(../images/tablaBordeDerecha.gif);
	background-position: top;
	background-position: right;
	background-repeat: repeat-y;
}
.rowBottom
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #C1E4DA;
	background-image: url(../images/tablaBordeAbajo.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.rowBottom1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #C1E4DA;
	background-image: url(../images/tablaBordeAbajo.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.leftCol
{
	border-style: none;
	list-style: none;
	padding-left: 5px;
	color: #4B535B;
	background-image: url(../images/tablaBordeIzquierda.gif);
	background-repeat: repeat-y;
}
.bottom_raw
{
	border-bottom: solid 1px #262e36;
	height: 17px;
	width: 23px;
}
.tabla_borde_izquierda
{
	background-image: url(../images/tablaBordeIzquierda.gif);
	background-repeat: repeat-y;
	width: 23px;
	height: 18px;
}
.tabla_borde_derecha
{
	background-image: url(../images/tablaBordeDerecha.gif);
	background-repeat: repeat-y;
	width: 23px;
	height: 18px;
}
.tr_middleRaw
{
	border-bottom: solid 1px #262e36;
}
.middleColHead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B535B;
	width: 76px;
}

.title_band_text
{
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
	width: 170px;
}
.title_band_text:hover
{
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	width: 100px;
}

.parrafoCeldas
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #505864;
}
.tituloDerecha
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 15px;
	text-indent: 25px;
	color: #33B8BB;
}
.post
{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 806px;
	background-color: #1E252D;
	text-decoration: none;
}
.cerrarPost
{
	height: 10px;
	width: 10px;
}
.mylabelstyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #999999;
	margin-right: 60px;
	text-align: right;
}
.titleband
{
	font-size: 19px;
	color: #999999;
	font-family: Arial;
	height: 40px;
	word-wrap: break-word;
	overflow: hidden;
	font-weight: bold;
}
.lnk_comment
{
	width: 735px;
	text-align: right;
	padding: 20px 0px 20px 0px;
}
.recommend_alb_desc
{
	height: 20px;
	text-align: right;
	padding-top: 20px;
	width: 200px;
}
/*Bands
---------------------------------------------------------------------------------------*/
.bands_left_top
{
	float: left;
	width: 475px;
	margin: 40px 13px 40px 0px;
}
.bands_right_top
{
	float: right;
	width: 318px;
	margin: 40px 0px 40px 0px;
}
.container_middle
{
	margin: 0 auto;
	width: 900px;
	background-color: #14181f;
}
.bottom_bands
{
	height: 15px;
	background: url( '../images/BottomContainerBand.gif' );
	background-repeat: no-repeat;
	width: 860px;
}
.left_middle
{
	float: left;
	margin-right: 25px;
	margin-left: 13px;
	padding-top: 20px;
	padding-bottom: 13px;
}

.bottom_middle
{
	width: 330px;
}
.bottom_middle_right
{
	width: 347px;
}
.bottom-right
{
	background-image: url(          '../images/Box139-143.png' );
	background-repeat: no-repeat;
	width: 139px;
	height: 143px;
}
.bottom_similar
{
	background-image: url(          '../images/Box300-143.png' );
	background-repeat: no-repeat;
	width: 300px;
	height: 143px;
}
.tittle_space
{
	padding: 10px 0px 0px 5px;
}
/*AddCommentaryFoto
--------------------------------------------------------------------------------------*/
.bk_addcomment
{
	width: 434px;
	height: 254px;
	background-image: url(../images/agregarCom_Bak.png);
	background-repeat: no-repeat;
}
.sendMail_Bak
{
	width: 485px;
	height: 290px;
	background-image: url(../images/sendMail_Bak.png);
	background-repeat: no-repeat;
}
.confirm_Bak
{
	width: 386px;
	height: 203px;
	background-image: url(../images/confirm_bak.png);
	background-repeat: no-repeat;
}
.confirm_BakTop
{
	width: 386px;
	height: 12px;
	background-image: url(../images/confirm_baktop.jpg);
	background-repeat: no-repeat;
}
.confirm_BakBody
{
	width: 386px;
	background-image: url(../images/confirm_bakbody.jpg);
	background-repeat: repeat-y;
}
.confirm_BakBottom
{
	width: 386px;
	height: 12px;
	background-image: url(../images/confirm_bakbottom.jpg);
	background-repeat: no-repeat;
}
.confirm_Bak_Dell
{
	width: 439px;
	height: 165px;
	background-image: url(../images/dell_Bak.png);
	background-repeat: no-repeat;
}
.titulo_popup
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	width: 300px;
	text-align: center;
}

.addcomm
{
	margin: 0px 30px 0px 170px;
	float: left;
}
.text_count
{
	font: Verdana;
	color: #999999;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 20px;
	padding-bottom: 10px;
}
.text_count_active
{
	font: Verdana;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
}
/*******************************************************************END BAND PROFILE************************************************************/

/*EVENTOS------------------------------------------------------------------------------*/
/*Header del Mes*/
.ev_nombreMes
{
	font-size: 33px;
	color: #FFFFFF;
	margin-left: 46px;
	padding-top: 27px;
}
/*DIV CONTENEDOR CALENDARIO*/
.ev_calendario
{
	margin-left: 10px;
	margin-top: 15px;
	width: 437px;
	height: 220px;
	float: left;
}
/*DIAS DE LA SEMANA*/
.ev_nomAzul
{
	color: #00B5CC;
	font-size: 10px;
	text-align: center;
	height: 15px;
	text-align: center;
}
/*NUMEROS ESTANDAR EN EL CALENDARIO*/
.ev_numeroCal
{
	color: #3F4651;
	font-size: 17px;
	text-align: center;
}
.ev_numeroCal_today
{
	color: #999999;
	font-size: 17px;
	text-align: center;
}
/*NUMEROS ACTIVOS EN EL CALENDARIO*/
.ev_diasActivos
{
	color: #00B5CC;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
}
/*DIV FLECHA CONTROLADOR IZQUIERDA*/
.ev_controlIzq
{
	float: left;
	margin-top: 100px;
	width: 27px;
}
/*DIV FLECHA CONTROLADOR DERECHA*/
.ev_controlDer
{
	float: left;
	margin-top: 100px;
	width: 30px;
	text-align: right;
}
/*DIV CONTENEDOR DE LA TABLA NO MAS*/
.ev_tabla
{
	float: left;
	width: 364px; /*background-color:#262e36;*/
	height: auto; /*background:url(bk_evento.gif);*/
	margin: 0 auto;
}
/*AÑO CALENDARIO*/
.ev_year
{
	font-size: 11px;
	color: #8d9298;
	width: 380px;
	text-align: right;
}
.empty_event
{
	font-family: Verdana;
	color: #00B5CC;
	font-size: 11px;
}

/*DIV CONTENDOR IMAGEN REDONDA TOP*/
.ev_bkTop
{
	background-image: url(../images/bk_calevento_top.gif);
	height: 5px;
}
/*DIV CONTENDOR IMAGEN REDONDA BOTTOM*/
.ev_bkBottom
{
	background-image: url(../images/bk_calevento_bottom.gif);
	height: 5px;
}
/*DIV COLOR FONDO TABLA*/
.ev_bkcolorTabla
{
	background-color: #262e36;
}
/*RESET COLUMNAS*/
.ev_reset
{
	clear: both;
}

/*TD Dias*/
.ev_td_dias
{
	height: 34px;
	background-color: #1c242e;
	text-align: center;
}
.ev_td_day_today
{
	background-color: #13181F;
	color: #999999;
	text-align: center;
	font-size: 17px;
}
/*DIV TOP*/
.ev_container_up
{
	height: 380px;
	width: 900px;
	margin: 0 0 5px;
	display: block;
	clear: both;
}
/*DIV CONTENDOR REPEATER DESCRIPCION EVENTOS*/
.ev_descRepater
{
	margin-top: 15px;
	width: 417px;
	height: 220px;
	float: right;
	margin-right: 35px;
}
/*IMAGEN REDONDA SUPERIOR*/
.ev_bk_listaTop
{
	background-image: url(../images/bk_listaevTop.gif);
	height: 9px;
}
/*IMAGEN REDONDA INFERIOR*/
.ev_bk_listaBottom
{
	background-image: url(../images/bk_listaevBottom.gif);
	height: 9px;
}
.ev_bklistacolorTabla
{
	background-image: url(../images/bak_event.gif);
	background-repeat: no-repeat;
	width: 417px;
	height: 155px;
	overflow-y: auto;
	overflow-x: hidden;
}
td.ev_fondoLista
{
	background-color: #13181f;
}
.ev_listaHeader
{
	font-size: 11px;
	color: #3F4651;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
.ev_celda1
{
	background-color: #1c242e;
}
.ev_celda2
{
	background-color: #212933;
}


#ev_scroll
{
	width: 417px;
	height: 165px;
	overflow: auto;
	visibility: visible;
}
.ev_container_bottom
{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	min-height: 380px;
}
.tituloMenuEvent
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 22px;
	color: #00B5CB;
	height: 27px;
	padding-top: 6px;
}
.eventos
{
	height: 35px;
	clear: both;
	margin-bottom: 5px;
	margin-top: 0px;
	background-color: #1C242E;
	padding-left: 40px;
}
.ev_title_color
{
	height: 30px;
	color: #00B5CC;
	font-size: 11px;
	font-weight: bold;
}

.ev_titulo_principal
{
	font-size: 17px;
	color: #FFDE00;
	font-weight: bold;
}
.categoria
{
	text-indent: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #505864;
}
.volverArriba
{
	color: #999999;
	text-decoration: none;
	float: right;
	font: Verdana;
	font-size: 11px;
	font-weight: bold;
}
.infoEventos
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFDE00;
	font-size: 17px;
	padding-left: 40px;
}
.parrafoBlog
{
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	word-wrap: break-word;
	overflow: hidden;
}
.title_Huge
{
	font-family: Arial;
	font-size: 10px;
	color: #505864;
	word-wrap: break-word;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
}
.ev_line
{
	border-bottom: solid 1px #20252D;
	width: 806px;
	margin: 0 auto;
	padding: 25px 0px 50px 0px;
}
.ev_line_right
{
	width: 120px;
	border-right: solid 1px #474E57;
}
.ev_img_left
{
	float: left;
	width: 50%;
	height: auto;
	margin-top: 60px;
}
.eve_cont_right
{
	float: right;
	width: 50%;
	height: auto;
}
.eve_data_right
{
	margin: 60px 0px 30px 10px;
	width: 85%;
}
.eve_border_bot
{
	height: 30px;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #262E36;
}


/*BANNER
------------------------------------------------------------------------------*/
.rowTopPatrocinador
{
	/*background-image: url(../images/tablaBordeArriba.jpg);*/
	background-position: top;
	background-repeat: repeat-x;
	color: #00B5CC;
	font-size: 10px;
}

/*RATING
------------------------------------------------------------------------------*/
.raRightBottom
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #C1E4DA;
	background-image: url(              '../images/tablaBordeAbajo.jpg' );
	background-position: 50% top;
	background-repeat: repeat-x;
	width: 100%;
	height: 23px;
}
.raTopraw
{
	background-image: url(            '../images/tablaBordeArriba.jpg' );
	background-position: 50% top;
	background-repeat: repeat-x;
	width: 468px;
	height: 23px;
}
.raLeftraw
{
	list-style: none;
	background-image: url(            '../images/tablaBordeIzquierda.gif' );
	background-repeat: repeat-y;
}
.raLeftrawmiddle
{
	text-indent: 5px;
	color: #4B535B;
	background-image: url(            '../images/tablaBordeIzquierda.gif' );
	background-repeat: repeat-y;
	width: 159px;
}
.raLeftBottom
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #C1E4DA;
	background-image: url(            '../images/tablaBordeAbajo.jpg' );
	background-position: 50% top;
	background-repeat: repeat-x;
	width: 468px;
	height: 23px;
}
.ld_calificacion
{
	margin-left: 20px;
	color: #4B535B;
}




.ratingStar
{
	margin-left: 20px;
	height: 20px;
}

.ratingStar .ratingItem
{
	font-size: 0pt;
	width: 20px;
	height: 20px;
	display: block;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ratingStar .Filled
{
	background-image: url(../images/estrella_full.gif);
}
.ratingStar .Empty
{
	background-image: url(../images/estrellaVacia.gif);
}
.ratingStar .Saved
{
	background-image: url(../images/estrella_full.gif);
}

.ratingStar .Filledvot
{
	background-image: url(../images/estrellaCompletaRoja.gif);
}
.ratingStar .Emptyvot
{
	background-image: url(../images/estrellaVacia.gif);
}
.ratingStar .Savedvot
{
	background-image: url(../images/estrellaCompletaRoja.gif);
}

/*RATING SEARCH
-----------------------------------------------------------------*/

.ratingStar_search .ratingItem_search
{
	font-size: 0pt;
	width: 10px;
	height: 10px;
	display: block;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ratingStar_search .Filled_search
{
	background-image: url(../images/Band_estrellaCompleta.png);
}
.ratingStar_search .Empty_search
{
	background-image: url(../images/Band_estrellaVacia.png);
}
.ratingStar_search .Saved_search
{
	background-image: url(../images/Band_estrellaCompleta.png);
}

/*LOGIN
--------------------- ---------------------------------------------------------*/
.myinputstyle
{
	border: 1px solid #1C242E;
	background: url(none) no-repeat #1C242E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #999999;
	overflow-y: auto;
}
.login_left
{
	float: left;
	width: 240px;
	margin: 50px;
}
.login_right
{
	float: right;
	width: 470px;
	margin: 30px;
}
.login_bottomm
{
	margin-left: 580px;
	padding-bottom: 100px;
}
.login_label
{
	color: Gray;
	font-size: 12px;
	height: 20px;
}

.login_validator
{
	width: 20px;
	margin: 5px 0px 0px 0px;
}

.login_btn
{
	width: 100%;
	padding-left: 50px;
	padding-top: 20px;
}
.login_msj
{
	text-align: center;
	margin: 10px 0px 0px 0px;
	color: Red;
}

/*BAND OF THE DAY
------------------------------------------------------------------------------*/
.ld_BandaDelDia2
{
	width: 528px;
	height: 250px;
	background: url(../images/fondoAzulBandaDelDia.gif) no-repeat;
	padding: 15px;
}

.textoBanda
{
	color: #FFFFFF;
	text-decoration: none;
}

.linkRecomendarAmigo
{
	color: #262E36;
	text-decoration: none;
	text-align: right;
}

/*NEWS
------------------------------------------------------------------------------*/
.containerNEWS
{
	width: 480px;
	height: 100%;
}
.text_bandofhorses
{
	font: Verdana;
	color: #999999;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	word-wrap: break-word;
	overflow: hidden;
}
.text_bandofhorses_small
{
	font: Verdana;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.text_mini
{
	font: Arial;
	color: #999999;
	font-size: 9px;
	font-weight: lighter;
	text-decoration: none;
}
.posth1_line
{
	border-bottom: dotted thin #272c32;
	padding-bottom: 3px;
}
.postsh1
{
	width: 360px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
}

.postsh3News
{
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #505864;
}
.NewType
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.NewType:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

.NewTypeRecomend
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #535C6C;
	text-decoration: none;
	padding-left: 10px;
}

.spaceimg
{
	margin-right: 8px;
}
.date
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #535C6C;
	text-align: right;
}


/*DIV HOME DERECHA "GetFile" "GetArchivo" "Link
------------------------------------------------------------------------------*/
ul#divCategory ul#divArchivo
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.listaDerecha
{
	line-height: 10px;
	list-style-position: outside;
	list-style-type: none;
	padding-bottom: 5px;
	padding-left: 10px;
}
.listaDerecha:hover
{
	line-height: 10px;
	list-style-position: outside;
	list-style-type: none;
	background: url( '../images/ld_CategoriasBullet.jpg') no-repeat;
	padding-bottom: 5px;
	padding-left: 10px;
}

.listaDerecha a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.listaDerecha a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

.listaDerechaOver
{
	line-height: 10px;
	list-style-position: outside;
	list-style-type: none;
	background: url( '../images/ld_CategoriasBullet.jpg') no-repeat;
	padding-bottom: 5px;
	padding-left: 10px;
}
.listaDerechaOver a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

.titlerigth
{
	font-size: 10px;
	color: #00B5CC;
	font-family: Verdana; /*background-color: #171E26;*/
	background-image: url(../images/testImage.jpg);
	height: 26px;
	padding-top: 6px;
	padding-left: 30px;
	width: 300px;
	padding-right: 10px;
}
/*NAVIGATION LINKS HOME "Comunidad" "General"
------------------------------------------------------------------------------*/
ul#ld_nav_noticias
{
	width: 500px;
	list-style: none;
	margin: 0;
	padding-left: 15px;
	height: 20px;
	padding: 0px;
}
ul#ld_nav_noticias li
{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}



/*Menu Normal-------------------------------------------------------- */

.menu_category_interview a
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.line
{
	color: #272c32;
}

.menu_category_interview a:hover
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_category_interview_hover a
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.menu_category_comunidad a
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.menu_category_comunidad a:hover
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_category_comunidad_hover a
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_category_general a
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.menu_category_general a:hover
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_category_general_hover a
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.imgBlog
{
	width: 3px;
	height: 3px;
	margin: 8px 2px 8px 2px;
}


/*HOME Clases utilizadas por home, excepto controles
------------------------------------------------------------------------------*/
.ld_hnoticias
{
	color: #FFDE00;
	font-size: 21px;
	padding-top: 7px;
	padding-left: 35px;
	float: left;
}
.posts
{
	height: 100%;
	color: #535C6C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/*ADMINISTRATION
-------------------------------------------------------------------------------*/
.contenedor
{
	margin: 1em auto;
	width: 974px;
	height: 100%;
	text-align: left;
	vertical-align: top;
}

.Editar
{
	font-family: Verdana;
	font-style: normal;
	font-size: 10px;
	color: #00B5CC;
	font-weight: bold;
	text-decoration: none;
}
.edit_end
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 15px;
	color: #00B5CC;
	font-weight: bold;
	text-decoration: none;
}
.contenido
{
	width: 500px;
	background-color: #13181F;
	padding-top: 20px;
	font-family: 10pt;
	color: #5C646B;
	margin: 0 auto;
}

/*MyAccount
---------------------------------------------------------------------*/

.pf_fondoTablaIntegrantes
{
	background-color: #171E26;
	width: 560px;
}
.pf_txtTabla
{
	color: #999999;
	font-size: 11px;
	font-family: Verdana;
	text-align: left;
	word-wrap: break-word;
	overflow: hidden;
}
.btnImage
{
	border-style: none;
}

/*EditAccount
------------------------------------------------------------------------*/
.pf_fondoTabla
{
	background-color: #13181F;
}
.pf_tablasPos
{
	padding-left: 90px;
}
.container_account
{
	width: 410px;
	margin: 0 auto;
	padding-top: 30px;
}
.container_account_edit
{
	width: 390px;
	margin: 0 auto;
	padding-top: 20px;
}
.container_update
{
	width: 400px;
	margin: 0 auto;
	background-color: #182029;
}
.pf_anchoEtiquetas
{
	width: 150px;
}
.pf_title_Add
{
	font-size: 14px;
	color: #999999;
	font-family: Verdana;
	font-weight: bold;
}
.pf_txtCampos
{
	font-size: 11px;
	color: #999999;
	font-family: Verdana;
}
.text_subindex
{
	color: #999999;
	font-family: Verdana;
	font-size: 8px;
}
.pf_inputStyle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	border-style: none;
	height: 18px;
	width: 200px;
}
.pf_inputStyleAdmin
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	border-style: none;
	height: 20px;
	width: 200px;
}

.text_terminos
{
	background: url(none) no-repeat #1C242E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #999999;
	border-style: none;
}
.pf_input_duration
{
	background: url(none) no-repeat #1C242E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #999999;
	overflow: hidden;
	border-style: none;
	height: 20px;
	width: 250px;
}
.drgeneral
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	border-style: none;
	height: 20px;
	width: 200px;
}
.pf_txtObligatorios
{
	font-size: 11px;
	color: #EF3E42;
	font-family: Verdana;
}

.contenidoReggg
{
	margin: 0 auto;
}
/*Bands Backs
------------------------------------------------------------------------*/
/*Fondos*/

.pnl_left
{
	width: 138px;
	height: 90px;
	padding: 10px 10px 0px 20px;
}
.pnl_middle
{
	width: 138px;
	height: 90px;
	padding: 10px 10px 0px 0px;
}
.pnl_right
{
	width: 138px;
	height: 90px;
	padding: 10px 20px 0px 0px;
}


.pnl_size_cat
{
	width: 165px;
	height: 120px;
	padding: 10px 0px 0px 6px;
}
.bak_category
{
	width: 165px;
	height: 120px;
	background-image: url(   '../images/bak_category.gif' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.Rock
{
	width: 138px;
	height: 90px;
	color: #999999;
	font-size: 10px;
	background-image: url(            '../images/rock.png' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.Pop
{
	width: 138px;
	height: 90px;
	color: #999999;
	font-size: 10px;
	background-image: url(            '../images/pop.png' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.Electronica
{
	width: 138px;
	height: 90px;
	color: #999999;
	font-size: 10px;
	background-image: url(            '../images/electronica.png' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.Indie
{
	width: 138px;
	height: 90px;
	color: #999999;
	font-size: 10px;
	background-image: url(            '../images/indie.png' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.Blues
{
	width: 138px;
	height: 90px;
	color: #999999;
	font-size: 10px;
	background-image: url(            '../images/blues.png' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.HipHop
{
	width: 138px;
	height: 90px;
	color: #999999;
	font-size: 10px;
	background-image: url(            '../images/hiphop.png' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.Reggae
{
	width: 138px;
	height: 90px;
	color: #999999;
	font-size: 10px;
	background-image: url(            '../images/reggae.png' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.Grupero
{
	width: 138px;
	height: 90px;
	color: #999999;
	font-size: 10px;
	background-image: url(            '../images/grupero.png' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}



/*antes style42 wc_Banner.ascx */

.banner1
{
	background-image: url(            '../images/tablaBordeArriba.jpg' );
	background-position: 50% top;
	background-repeat: repeat-x;
	height: 23px;
	width: 69px;
}

/*antes style43 wc_Banner.ascx */
.banner2
{
	list-style: none;
	border-bottom: thin solid #333333;
	text-indent: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4B535B;
	background-image: url(            '../images/tablaBordeIzquierda.jpg' );
	background-position: top;
	background-position: left;
	background-repeat: repeat-y;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}

/*antes style44 wc_Banner.ascx */
.banner3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #C1E4DA;
	background-image: url(            '../images/tablaBordeAbajo.jpg' );
	background-position: 50% top;
	background-repeat: repeat-x;
}

/*antes style45 wc_Banner.ascx */

.banner4
{
	background-image: url(            '../images/tablaBordeAbajo.jpg' );
	background-position: 50% top;
	background-repeat: repeat-x;
	width: 23px;
	height: 23px;
}

/*antes style46 cancion_detalle.aspx */
.cancion_detalle1
{
	width: 213px;
}


.tiuloCeldasInferiores
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #00B5CB;
	text-align: left;
}
.tituloProfileAlbum
{
	font-family: Arial;
	font-style: normal;
	font-size: 12px;
	color: #00B5CC;
	padding-top: 5px;
	padding-left: 15px;
}
.tituloProfile
{
	font-family: Arial,;
	font-size: 10px;
	color: #00B5CC;
	padding-left: 15px;
}
.tituloProfile_left
{
	background: url(../images/BoxTop475.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 475px;
	height: 25px;
}
.tituloProfile_top_left
{
	font-family: Arial;
	font-size: 10px;
	color: #00B5CC;
	padding-left: 15px;
	padding-top: 5px;
}

middleColFoto
{
	padding: 0px;
}

.tituloComentarios
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-size: 100%;
	color: #00B5CC;
	font-weight: Bold;
	background-position: center;
	background-position: bottom;
	background-repeat: no-repeat;
	text-indent: 15px;
}


/*getSongsntracks.ascx
---------------------------------------------------*/
.ld_tableHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #3E4449;
	background: #13181F;
	text-align: left;
	background: #161F28;
	height: 30px;
	text-align: left;
}

/* REGISTRO DE FAN Y ARTISTA
-------------------------------------------------------*/
.ld_textoRojo
{
	font-style: normal;
	font-size: 10px;
	color: #EF3E42;
}
.ld_campoTexto
{
	border: 0px solid #1C242E;
	background: url(none) no-repeat #1C242E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	height: 15px;
	font-size: 11px;
	color: #999999;
}
.ld_tituloPaneles
{
	font-size: 12px;
	color: #999999;
	font-family: Verdana;
}

.ld_tituloPanelesstep1legend
{
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}

fieldset div.fm-req
{
	background-color: #00CC00;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 35px;
	height: 15pt;
}
.ld_pasos
{
	text-align: right;
	position: fixed;
	top: 185px;
}

.ld_ancho
{
	width: 119px;
}



/* imgGallerythumbnails.ascx
-----------------------------------------------------*/

/*antes style5*/
.imgthumbnails
{
	color: #FF3300;
	text-decoration: none;
}

.linktoperfilthumbnailsimage
{
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.linktoperfilthumbnailsimage:hover
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.linktoperfiltfullimage
{
	/*background-image: url(../images/fondoDerecha.jpg); 	background-repeat: no-repeat; 	background-position: top; 	background-position: center;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 15px;
	text-indent: 25px;
	color: #33B8BB;
	text-decoration: underline;
	font-weight: bold;
}

.barraEventos
{
	height: 20px;
	font-size: 11pt;
	color: #505864;
}

.ev_listaTexto
{
	font: Verdana;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}
.ev_listaTexto:hover
{
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font: Verdana;
}

/*imgGalleryFull
--------------------------------------------*/

.imgant
{
	color: #999999;
	font-size: 9px;
	margin-left: 10px;
	cursor: pointer;
}
.imgant:hover
{
	color: #FFFFFF;
	font-size: 9px;
	margin-left: 10px;
	cursor: pointer;
}

.imgsig
{
	color: #999999;
	font-size: 9px;
	cursor: pointer;
}
.imgsig:hover
{
	color: #ffffff;
	font-size: 9px;
	cursor: pointer;
}

.imagePost
{
	width: 52px;
	height: 52px;
}

.style1
{
	width: 176px;
}


/*imgGallerythumbnails
--------------------------------------------*/

.panelBorder
{
	background: transparent url(../images/bk_tablas.gif);
}
.panerBorder2
{
	background: transparent url(../images/borrar_comentario.gif);
}

.panelBorder3
{
	background: transparent url(../images/borrar_integrante.gif);
}


.ccFondo
{
	width: 100%;
	background-color: black;
	opacity: .75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
}

/*SongDetail.aspx
--------------------------------------------------------------------------*/
.ld_ulMas
{
	padding: 8px;
	color: #999999;
}

.ld_listaMas
{
	padding: 8px;
	font-weight: bold;
	font-size: 10px;
	color: #999999;
	list-style-image: none;
	list-style-type: none;
}




/*SimilarArtists.ascx
-----------------------------------------------------------------------------------*/

.tituloComentarios
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-size: 100%;
	color: #00B5CC;
	font-weight: Bold;
	background-position: center;
	background-position: bottom;
	background-repeat: no-repeat;
	text-indent: 15px;
}

.colSimilar
{
	float: left;
}

/*FELICITACIONES
-----------------------------------------------------------------------------------*/

.ld_Felicidaes
{
	font-weight: Bold;
	font-size: 33px;
	color: #EF3E42;
}

.ld_FelicitacionRegistroSubtitulo
{
	font-size: 20px;
	color: #999999;
	text-align: center;
	padding: 20px 0px 50px 0px;
}

.ld_FelicitacionRegistroDeseamos
{
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}

/*VER TODAS
-----------------------------------------------------------------------------------*/

.verTodas
{
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

.imgArtSim
{
	width: 30px;
	height: 30px;
}

/*imgThumbnails
------------------------------------------------------------------------------------*/
.columThumb
{
	width: 80px;
	height: 60px;
	border-bottom-style: none;
	padding: 10px 10px 0px 0px;
}
.borderThumb
{
	width: 550px;
	margin: 0 auto;
	border-top: 1px solid #474E57;
	border-bottom: 1px solid #474E57;
	padding-bottom: 40px;
}
.titlePic
{
	color: #999999;
	font-size: 30px;
	padding-top: 30px;
	width: 515px;
	margin: 0 auto;
}


/*
INVITAR A UN AMIGO (InviteaFriend.aspx)
------------------------------------------------------------------------------------*/
.EstiloBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.EstiloMini
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #535C6C;
}
/*TrackperAlbum
---------------------------------------------------------------------------------------*/
.rowTrack
{
	background: #262E36;
	color: #999999;
	font-size: 10px;
	height: 23px;
	word-wrap: break-word;
	overflow: hidden;
	font-family: Arial;
}
.rowTrack:hover
{
	background: #1E252D;
	color: #FFFFFF;
	font-size: 10px;
	height: 23px;
	word-wrap: break-word;
	overflow: hidden;
	font-family: Arial;
}
.row_song
{
	color: #999999;
	font-size: 10px;
	word-wrap: break-word;
	overflow: hidden;
	font-family: Arial;
	text-decoration: none;
	padding-right: 4px;
}
.img_descarga
{
	margin: 0 auto;
	width: 16px;
	height: 16px;
	background: url(../images/descargarActivo.png);
	background-repeat: no-repeat;
}
.img_descarga:hover
{
	margin: 0 auto;
	width: 16px;
	height: 16px;
	background: url(../images/descargarOver.png);
	background-repeat: no-repeat;
}
.row_song:hover
{
	color: #FFFFFF;
	font-size: 10px;
	word-wrap: break-word;
	overflow: hidden;
	font-family: Arial;
	text-decoration: none;
	border-style: none;
}
.rowBorder
{
	border-bottom: solid 1px #13181e;
}

.rowLink
{
	width: 806px;
	margin: 0 auto;
	height: 23px;
	border-bottom: solid 1px #20252D;
	border-top: solid 1px #20252D;
	margin-top: 20px;
}
.eve_menu_top
{
	font: Verdana;
	color: #999999;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
}
.eve_menu_top:hover
{
	font: Verdana;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
}


.rowHeader
{
	background: #151C23;
	color: #999999;
	height: 23px;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
}
.border_header
{
	border-left: solid 1px #272E36;
}
/**********************************************************REGISTRO********************************************************************/
.top_border_reg
{
	background: url(../images/top_border_registro.gif) no-repeat;
	width: 670px;
	margin: 0 auto;
	height: 10px;
}
.bottom_border_reg
{
	background: url(../images/bottom_border_registro.gif) no-repeat;
	width: 670px;
	margin: 0 auto;
	padding-bottom: 30px;
}

/******************************************************************/
.wather
{
	background-color: White;
	font-size: x-large;
}



/*CALENDAR GENERAL EVENTS
------------------------------------------------------------------------------*/
div#wp_artista
{
	width: 234px;
	background-color: #262E36;
	margin: 0 auto;
}
div#amenu_nav
{
	height: 9px;
	background: url(../images/box_calendar_top.gif) no-repeat;
}
div#amenu_subnav
{
	height: 100%;
	line-height: 5px;
	margin: 0 auto;
	width: 181px;
	padding-bottom: 5px;
}
div#abottom
{
	height: 9px;
	background: url(../images/box_calendar_bottom.gif) no-repeat;
}

.calendario_papa
{
	width: 181px;
	border: none;
}

.dia_mes
{
	color: #F0CB00;
	font-size: 20px;
	text-align: left;
	height: 20px;
	width: 100%;
}
.flechas_controladora
{
}
.nombre_mes
{
	font: Arial;
	color: #999999;
	font-size: 19px;
	text-align: center;
	vertical-align: middle;
}
.anio
{
	color: #CCCCCC;
	font-size: 10px;
	text-align: right;
	width: 210px;
}

.nombre_dias
{
	color: #999999;
	font-size: 11px;
	text-align: center;
	border-bottom: 1px solid #666666;
	height: 25px;
	padding-top: 5px;
}
.tamano_td
{
	height: 20px;
	width: 30px;
	text-align: center;
}
.dia_activo
{
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	height: 20px;
	width: 30px;
	vertical-align: middle;
}

.dia_actual
{
	color: #F0CB00;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

.dia_normal
{
	color: #878787;
	font-size: 11px;
	vertical-align: middle;
	height: 20px;
	width: 30px;
}
.total_eventos
{
	color: #CCCCCC;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	height: 12px;
	width: 200px;
}
.eventoDia
{
	border-bottom: dotted 1px #505864;
	text-align: right;
	font-family: Arial;
	font-size: 9px;
	color: #505864;
	margin-bottom: 15px;
	width: 181px;
	padding-bottom: 10px;
}
/*****************NEW BLOG****************/
.blog_title
{
	font-family: Verdana, Arial;
	color: #00B5CC;
	font-size: 12px;
	border-bottom: solid 1px #272c32;
	width: 120px;
	padding-bottom: 3px;
}

/*************NEW SIZE*******************/


.category_top
{
	width: 167px;
	height: 30px;
	border-color: #E8E8E8;
	background: url(../images/box_categoria_top.gif);
	background-repeat: no-repeat;
}

.title_stats_top
{
	background: url(../images/Top100.png);
	background-repeat: no-repeat;
	width: 806px;
	height: 130px;
}
.stats_categoria
{
	font: Arial;
	color: #00B5CC;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
	width: 167px;
	height: 30px;
	border-color: #E8E8E8;
	padding-top: 10px;
}
.stats_categoria_right
{
	font: Arial;
	color: #00B5CC;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	width: 350px;
	height: 30px;
	border-color: #E8E8E8;
	padding-top: 10px;
	padding-left: 50px;
}
.band_categoria
{
	font: Arial;
	color: #00B5CC;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 167px;
	height: 30px;
	border-color: #E8E8E8;
	padding-top: 8px;
}
.band_categoria_top
{
	width: 60px;
	font: Arial;
	color: #00B5CC;
	font-size: 11px;
	font-weight: bold;
	border-color: #E8E8E8;
	padding-top: 7px;
	padding-left: 20px;
	float: left;
}
.boton_bandas a
{
	font: Arial;
	color: #00B5CC;
	font-size: 11px;
	text-decoration: none;
	height: 23px;
	display: block;
	padding-top: 10px;
	background-color: #1E252D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14181F;
	padding-left: 20px;
	font-weight: bold;
}
.boton_bandas a:hover
{
	font: Arial;
	color: #00B5CC;
	font-size: 11px;
	height: 23px;
	display: block;
	background-color: #1E252D;
	font-weight: bold;
	border-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14181F;
}

.boton_contenido a
{
	font: Arial;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	height: 23px;
	display: block;
	padding-top: 10px;
	background-color: #1E252D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14181F;
	padding-left: 20px;
}
.boton_bandas_stats a
{
	font: Arial;
	color: #00B5CC;
	font-size: 11px;
	text-decoration: none;
	height: 23px;
	display: block;
	padding-top: 10px;
	background-color: #1E252D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14181F;
	padding-left: 20px;
	font-weight: bold;
}
.boton_bandas_stats a:hover
{
	font: Arial;
	color: #00B5CC;
	font-size: 11px;
	height: 23px;
	display: block;
	background-color: #1E252D;
	font-weight: bold;
	border-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14181F;
}
.boton_contenido_stats a
{
	font: Arial;
	color: #868787;
	font-size: 10px;
	text-decoration: none;
	height: 23px;
	display: block;
	padding-top: 10px;
	background-color: #1E252D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14181F;
	padding-left: 20px;
}
.boton_contenido_stats a:hover
{
	font: Arial;
	color: #FFFFFF;
	font-size: 10px;
	height: 23px;
	display: block;
	background-color: #1A2129;
	border-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14181F;
}
.boton_contenido_over a
{
	font: Arial;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	height: 23px;
	display: block;
	padding-top: 10px;
	background-color: #1A2129;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14181F;
	padding-left: 20px;
	overflow: hidden;
}
.boton_contenido a:hover
{
	font: Arial;
	color: #FFFFFF;
	font-size: 10px;
	height: 23px;
	display: block;
	background-color: #1A2129;
	border-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14181F;
}

.top_send_mail
{
	width: 500px;
	height: 30px;
	background: url(../images/box_rank_top_mail.gif);
	background-repeat: no-repeat;
}
.bot_sen_mail
{
	width: 500px;
	height: 30px;
	background: url(../images/box_rank_bot_mail.gif);
	background-repeat: no-repeat;
}

.over_hidden
{
	overflow: hidden;
	height: auto;
}
.ranks_top
{
	width: 626px;
	height: 30px;
	background: url(../images/box_rank_top.gif);
	background-repeat: no-repeat;
}
.botom_rank
{
	width: 626px;
	height: 30px;
	background: url(../images/box_rank_bottom.gif);
	background-repeat: no-repeat;
}
.botom_category
{
	height: 30px;
	width: 167px;
	background: url(../images/box_categoria_bottom.gif);
	background-repeat: no-repeat;
}
/*                       Stats                       */
.stats_titulares
{
	font: Arial;
	color: #FFFFFF;
	font-size: 60px;
	font-weight: bold;
}
.stats_titulares_align
{
	padding-left: 40px;
	padding-top: 40px;
}
.stats_rank
{
	font: Arial;
	color: #00B5CC;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-left: 20px;
}
.stats_stats
{
	font: Arial;
	color: #00B5CC;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-left: 40px;
}
.stats_subrayado
{
	font: Arial;
	color: #00B5CC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: -1px;
}
.stats_bandas
{
	font: Arial;
	color: #00B5CC;
	font-size: 10px;
	letter-spacing: -1px;
	font-weight: bold;
}
.stats_calificacion
{
	font: Arial;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: lighter;
	padding-left: 10px;
}
.stats_verdetalle
{
	font: Arial;
	color: #999999;
	font-size: 9px;
	font-weight: lighter;
	text-decoration: none;
	height: 19px;
	background-color: #262E36;
	cursor: pointer;
	height: 20px;
	border-bottom: solid 1px #171E26;
	text-align: center;
}
.none_decoration
{
	text-decoration: none;
	border-style: none;
}
.stats_verdetalle_red
{
	font: Arial;
	color: #FFFFFF;
	font-size: 9px;
	padding-top: 5px;
	font-weight: lighter;
	text-decoration: none;
	height: 20px;
	background-color: #262E36;
	cursor: pointer;
	text-align: center;
}
.stats_numero01
{
	font: Arial;
	color: #C1E4DA;
	font-size: 80px;
	font-weight: normal;
}
.stats_numero02
{
	font: Arial;
	color: #C1E4DA;
	font-size: 76px;
	font-weight: normal;
}
.stats_numero03
{
	font: Arial;
	color: #C1E4DA;
	font-size: 72px;
	font-weight: normal;
}
.stats_numero04
{
	font: Arial;
	color: #C1E4DA;
	font-size: 68px;
	font-weight: normal;
}
.stats_numero05
{
	font: Arial;
	color: #C1E4DA;
	font-size: 63px;
	font-weight: normal;
}
.stats_numero06
{
	font: Arial;
	color: #C1E4DA;
	font-size: 59px;
	font-weight: normal;
}
.stats_numero07
{
	font: Arial;
	color: #C1E4DA;
	font-size: 54px;
	font-weight: normal;
}
.stats_numero08
{
	font: Arial;
	color: #C1E4DA;
	font-size: 50px;
	font-weight: normal;
}
.stats_numero09
{
	font: Arial;
	color: #C1E4DA;
	font-size: 45px;
	font-weight: normal;
}
.stats_numero10
{
	font: Arial;
	color: #C1E4DA;
	font-size: 40px;
	font-weight: normal;
}
.stats_anterior
{
	font: Arial;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.stats_anterior:hover
{
	font: Arial;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.stats_num_up a
{
	font: Arial;
	color: #999999;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
/*pager------------------------*/
.stats_num_up
{
	font: Arial;
	color: #4B535B;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.stats_num_up:hover
{
	font: Arial;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.stats_num_up_hover
{
	font: Arial;
	color: #999999;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
/*End Pager---------------------*/
.stats_num_up_hover a
{
	font: Arial;
	color: #999999;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.stats_num_up a:hover
{
	font: Arial;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

.img_margin
{
	margin: 2px;
}
.img_margin_band
{
	margin-right: 5px;
}
.stats_num_down
{
	font: Arial;
	color: #00B5CC;
	font-size: 9px;
	font-weight: bold;
}
.stats_calificacion_num
{
	font: Arial;
	color: #00B5CC;
	font-size: 31px;
	font-weight: normal;
}
.stats_generos
{
	font: Arial;
	color: #535C6C;
	font-size: 11px;
}
.titulo_votos
{
	font-family: Verdana;
	color: #505865;
	font-size: 10px;
}
.titulo_bandas
{
	font-family: Arial;
	color: #00B5CC;
	font-size: 11px;
	font-weight: bold;
}
.album_titulounselected
{
	font-family: Arial;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.album_titulounselected_band
{
	font-family: Verdana;
	color: #999999;
	font-size: 10px;
	font-weight: bold;
}
.genero_titulounselected
{
	font-family: Arial;
	color: #4B535B;
	font-size: 11px;
	font-weight: bold;
}
/*NEW HOME
------------------------------------------------------------------------------*/
.wp_tittle
{
	background-image: url(../images/wp_box_top.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 28px;
	width: 260px;
	font: Arial;
	color: #00B5CC;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
}
.wp_space
{
	padding-bottom: 13px;
}

/*INTERVIEWSQUAK
------------------------------------------------------------------------------*/
.interQuak_container
{
	background-color: #1D242E;
	width: 259px;
	padding-top: 20px;
}
.interQuak_text
{
	padding-bottom: 20px;
	padding-top: 20px;
}

.boton_noticias a
{
	font: Arial;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	width: 120px;
	height: 23px;
	display: block;
	padding-top: 12px;
	background-color: #242E36;
}
.boton_noticias_over a
{
	font: Arial;
	color: #999999;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	width: 120px;
	height: 23px;
	display: block;
	padding-top: 12px;
	background-color: #2D363D;
}

.interQuak_title
{
	padding-top: 6px;
	padding-left: 20px;
	width: 220px;
	padding-right: 10px;
	font: Arial;
	color: #00B5CC;
	font-size: 10px;
}
.intQuak_text
{
	font: Verdana;
	color: #999999;
	font-size: 11px;
}
.intQuak_li
{
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	width: 150px;
	margin-left: 10px;
	margin-top: 20px;
}
.intQuak_li a
{
	font: Arial;
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}
.bak_image_news
{
	width: 225px;
	height: 105px;
	overflow: hidden;
	position: relative;
}
.bak_image_corner
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/ImagenComponente225_105.gif);
	background-repeat: no-repeat;
	width: 225px;
	height: 105px;
}

/*MainNews
------------------------------------------------------------------------------*/
.homeNew_container
{
	background-color: #1D242E;
	width: 259px;
	padding-top: 20px;
}
.mainNew_text
{
	padding-bottom: 5px;
	padding-top: 5px;
}
.mainNew_title
{
	padding-top: 6px;
	padding-left: 20px;
	width: 220px;
	padding-right: 10px;
	font: Arial;
	color: #00B5CC;
	font-size: 12px;
}
.mainNew_text
{
	font: Verdana;
	color: #999999;
	font-size: 11px;
}
.mainNew_li
{
	width: 250px;
}

.mainNew_li_a
{
	font: Arial;
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}
.mainNew_li_a:hover
{
	font: Arial;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}


/*TOPTEN
---------------------------------------------------------------------------------------------------*/
.top_col_one
{
	width: 49px;
}
.top_col_two
{
	width: 65px;
}
.top_col_thr
{
	width: 100px;
}
.top_col_four
{
	width: 45px;
}

.bot_row
{
	border-bottom: 1px solid #169DAE;
}
.toptep_bottom
{
	height: 28px;
	background: url(../images/box_top10_bottom.gif);
	background-repeat: no-repeat;
}

.img_size
{
	width: 42px;
	height: 42px;
}

.top_container
{
	background-color: #01B6CB;
	width: 259px;
	height: 50px;
	border-bottom: 1px solid #169DAE;
}
.top_container_over
{
	background-color: #01B6CB;
	width: 259px;
	height: 80px;
}
.top_container_over #imgAuthor
{
	width: 58px;
	height: 58px;
}
.top_container #positionTop
{
	font: Arial;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 1px;
}
.top_container_over #positionTop
{
	font: Arial;
	color: #FFFFFF;
	font-size: 25px;
	letter-spacing: 1px;
}
.top_container #Row1
{
	font: Arial;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}
.top_container_over #Row1
{
	font: Arial;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.top_container #Row2
{
	font: Arial;
	color: #7B7B7B;
	font-size: 9px;
	text-decoration: none;
}
.top_container_over #Row2
{
	font: Arial;
	color: #7B7B7B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.top_container #Row3
{
	font: Arial;
	color: #4B535B;
	font-size: 9px;
	text-decoration: none;
}
.top_container_over #Row3
{
	font: Arial;
	color: #4B535B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.top_container #Row4
{
	font: Arial;
	color: #4B535B;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.top_container_over #Row4
{
	font: Arial;
	color: #4B535B;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.ver_top
{
	font: Arial;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
}
div#standar_bottom
{
	height: 28px;
	background: url(../images/box_bottom_standar.gif);
	background-repeat: no-repeat;
}
/*VideoOfTheDay
-----------------------------------------------------------------------------------------*/
.vid_principal
{
	width: 225px;
	height: 90px;
	background-color: #1D242E;
}

.title_video
{
	font: Arial;
	color: #00B5CC;
	font-size: 12px;
}
.vid_img_margin
{
	width: 105px;
	height: 68px;
	margin: 0 auto;
}
.video_container
{
	background-color: #1D242E;
	width: 259px;
	padding-top: 5px;
}

.titulos
{
	font-family: Verdana;
	color: #999999;
	font-size: 9px;
	font-weight: bold;
}
.title_general_bak
{
	background-color: #262e36;
	height: 25px;
	color: #00B5CC;
	font-size: 13px;
	font-weight: bold;
}
.title_comment_img
{
	height: 30px;
	color: Yellow;
	font-size: 18px;
	border-top: solid 1px #474E57;
	padding-top: 30px;
	font-family: Verdana;
}
.return_profile
{
	color: #00B5CC;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}

/*BANDS NEW 
-------------------------------------------------------------*/
.boton_cont_band a
{
	font: Arial;
	color: #868787;
	font-size: 10px;
	text-decoration: none;
	height: 23px;
	display: block;
	padding-top: 10px;
	background-color: #1E252D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14181F;
	padding-left: 20px;
}
.boton_cont_band a:hover
{
	font: Arial;
	color: #FFFFFF;
	font-size: 10px;
	height: 23px;
	display: block;
	background-color: #1A2129;
	border-style: none;
}


.boton_cont_band_cat a
{
	font: Arial;
	color: #999999;
	font-size: 10px;
	text-decoration: none;
	padding-top: 10px;
	background-color: #1E252D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14181F;
	padding-left: 30px;
	height: 23px;
	display: block;
}

.boton_cont_band_cat a:hover
{
	font: Arial;
	color: #FFFFFF;
	font-size: 10px;
	height: 23px;
	background-color: #1A2129;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #14181F;
}



.title_band
{
	font-family: Verdana;
	color: #00B5CC;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
}
.img_seleccion_band
{
	position: absolute;
	margin-top: 13px;
	margin-left: 20px;
}

/*SEARCH
--------------------------------------------------------------------------------------*/
.search_titulos
{
	font: Arial;
	color: #00B5CC;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.search_resultados
{
	font: Arial;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}
.titulo_bandas
{
	font: Arial;
	color: #00B5CC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.search_bandas
{
	font: Arial;
	color: #00B5CC;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.search_sinalbum
{
	font: Arial;
	color: #B7B7B7;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}
.search_nomas
{
	font: Arial;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
}
.search_genero
{
	font: Arial;
	color: #4B535B;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
}
.search_respuestas
{
	font: Arial;
	color: #505966;
	font-size: 11px;
	font-weight: normal;
}
/*SEARCH
--------------------------------------------------------------------------*/
.text_Search
{
	width: 110px;
	border: None 0 #ffffff;
}
.title_Search
{
	width: 100px;
	font: Arial;
	color: #535C6C;
	font-size: 16px;
	padding-left: 45px;
	padding-bottom: 10px;
}
.container_search
{
	width: 150px;
	height: 30px;
	position: absolute;
	left: 715px;
	top: 30px;
}
.bak_textbox
{
	width: 141px;
	height: 18px;
	background: url(../images/backSearch.png);
	background-repeat: no-repeat;
}
.txt_position
{
	width: 120px;
	float: right;
	height: 18px;
	margin-top: 1px;
	padding: 0;
}
.lupa
{
	width: 10px;
	height: 10px;
	float: left;
	padding-top: 5px;
	padding-left: 3px;
}

/**/
.position_name
{
	width: 185px;
	height: 10px;
	position: absolute;
	left: 715px;
	top: 85px;
	overflow: hidden;
}

.sponsor
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 20px;
	color: #999999;
}

.bot_col
{
	border-bottom: solid 1px #1F2831;
}
.left_col_inte
{
	border-left: solid 1px #1F2831;
}
.titlepopup
{
	font-size: 12px;
	color: #999999;
	font-family: Verdana;
	font-weight: bold;
	background: #151C23;
	padding: 5px 0px 5px 20px;
}


/*MENU_HOME
----------------------------------------------------------------*/
.position_menu
{
	float: left;
	width: 185px;
	height: 23px;
	text-align: center;
	background-color: #1E252E;
	position: relative;
	padding-top: 7px;
}
.loginCuenta
{
	color: #00B5CC;
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
}

.menuItem
{
	background-color: #1E252E;
	height: 27px;
	width: 162px;
	margin: 0 auto;
}
.menuItem_img
{
	height: 24px;
	width: 162px;
	margin: 0 auto;
}
.menuSubItem
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}
.menuSubItem:hover
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.menuSubItem_pos
{
	height: 26px;
	width: 76px;
	padding-left: 5px;
	border-bottom: solid 1px #262D38;
}
.mi_cuenta
{
	color: Red;
}
.menuSubItem_pos_rig
{
	height: 26px;
	width: 71px;
	padding-right: 5px;
	border-bottom: solid 1px #262D38;
}
.menuSubItem_right
{
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
.menuSubItem_right:hover
{
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
.round_menu
{
	height: 24px;
	width: 162px;
	background: url(../images/fondoMenu.jpg);
	background-repeat: no-repeat;
}
.subMenudes
{
	width: 162px;
	margin: 0 auto;
	padding: 0px;
	list-style-type: none;
	display: none;
}
.subMenudes li
{
	background-color: #1E252E;
	height: 27px;
	border-bottom: solid 1px #262D38;
	width: 157px;
	text-align: left;
	padding-left: 5px;
}
.subMenudes li a
{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	color: #9A9A9A;
}
.logOut
{
	text-decoration: none;
	color: #00B5CC;
}

.return
{
	color: #999999;
	font-size: 11px;
	font-family: Verdana;
	text-decoration: none;
	text-align: right;
}
/*PAGINADOR
---------------------------------------------------------------------------------*/
.paginador
{
	font-size: 10px;
	color: #3E4449;
	text-decoration: none;
}

.pagina_activa
{
	font-size: 10px;
	color: #00B5CC;
	text-decoration: none;
}

.indicador
{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.seguir_leyendo
{
	font: Verdana;
	color: #999999;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	text-decoration: none;
}
.seguir_leyendo:hover
{
	font: Verdana;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 10px;
	font-weight: normal;
	text-decoration: none;
}
.rating_div
{
	background: url(../images/barraCarga.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 10px;
	width: 101px;
	position: relative;
}
.lnb_cursor
{
	cursor: default;
}
.rating_img
{
	position: absolute;
	top: 1px;
	left: 1px;
}

.empty_top_rated
{
	background: url(../images/image_sin canciones.gif);
	background-repeat: no-repeat;
	width: 318px;
	height: 95px;
}
.text_top_band
{
	font-family: Arial, Verdana;
	font-size: 28px;
	color: #999999;
}
.general_text
{
	font-size: 10px;
	color: #898486;
}
.text_help
{
	font: Verdana;
	color: #999999;
	font-size: 20px;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	word-wrap: break-word;
	overflow: hidden;
}
.patrocinador
{
	height: 10px;
	color: #999999;
	font-family: Verdana, Arial;
	font-size: 10px;
}


/*************VIDEO***************/
.videoHeader
{
	height: 36px;
	background-image: url(../images/VideoHeader.gif);
	background-repeat: repeat-x;
}
.videoPlayerContainer
{
	width: 805px;
	background-color: #0B0F12;
	padding: 0 0 20px 0;
}
.videoPlaylistContainer
{
	width: 805px;
	background-color: #13181E;
	padding: 0 0 20px 0;
}
.videoItemContainer
{
	background-color: #0D1015;
	padding: 10px 10px 10px 10px;
	width: 183px;
	height: 121px;
}
.videoFooter
{
	background: url(../images/Bottom_ComponentVideo.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.videoTitle
{
	color: #00B5CC;
	font-size: 15px;
}

/*********************************/