@font-face {
	font-family: 'HelveticaL';
	src: url(../../font/Roboto-Regular.ttf);
}
@font-face {
	font-family: 'HelveticaB';
	src: url(../../font/Roboto-Bold.ttf);
}

.imagenppal{
	text-align:center;
}
.ordenamiento{
	cursor:pointer;
}
.ordenamiento th{
	background-image: url(../../image/ordenamiento.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right:15px;
}
th.headerSortUp{ 
    background-image: url(../../image/ordenamientoabajo.png); 
} 
th.headerSortDown{ 
    background-image: url(../../image/ordenamientoarriba.png); 
}
th{
	white-space: nowrap;
}

.container {
    width: 95% !important;
}
.grande{
	width: 95% !important;
}
.imagenlogo img{
	text-align: center;
	width: 294px;
}
.mjs_principal{
	text-align: center;
	width: 80%;
	height: 60%;
}

#inicio_sesion{
	text-align: center;
}

.transparente{
	background-color: rgba(255,255,255,0.29);
	border-radius: 20px;
	padding: 40px;
	-webkit-box-shadow: 9px 6px 5px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 9px 6px 5px 0px rgba(0,0,0,0.23);
	box-shadow: 9px 6px 5px 0px rgba(0,0,0,0.23);
	color: white;
}
#f_iniciosesion img{
	height: 180px;
}
#f_iniciosesion .titulo{
	margin-top: 20px;
	font-size: 24px;
	color: white;
}
#registro{
	margin-left: 200px;	
}
.imagenArtista{
	max-width: 100%;
	max-height: 100%;
}
/*.imagenArtistaPerfil{
	width: 100%
}*/
.imagenArtistaPerfil {
    max-width: 100%;
    height: 300px;
    display: block;
    margin: 0 auto;
}
.centrarFoto{
	text-align: center;
}
.centrar{
	text-align:center;
	font-weight:bolder; 
}
.div_registro{
	font-size: 24px;
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 20px;
}
.div_tienesCuenta{
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #959595;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.imagenesArtista{
	width: 100%;
}
.imagenFavorito{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	background-size: 90%;
}

.favorito{
	background-image: url(../../image/img_fav4.png);
	background-color: transparent;
}
.nofavorito{
	background-image: url(../../image/img_favno.png);
	background-color: transparent;
}
.div_checbox{
	border: 1px solid #ccc;
	padding: 5px 15px;
	margin: 0px 0;
}

.completo{
	width: 100%;
}
.mensajeDuracionMax{
	display:block;
	White-space:normal;
}
/*.filtrobusqueda{
	height: 100px;
}*/
#div_porcentaje span, #div_mensajeDuracion span{
	display: block;
}
.sliderBusqueda{
	width: 100%;
	height: 200px;

}
.terminos{
	height: 400px;
	overflow: auto;
}

.limpiar{
	clear: both;
}

.opcionesbusqueda{
	font-size: 12px;
}
/* -------------------------------- */
body{
	font-family: "HelveticaL";
	min-width: 360px;
}
.navbar {
    border: 1px solid transparent;
	margin-bottom: 0px;
	margin-top: 5px;
	width: 95%;
}
.navbar-nav > li > a {
    color: #525252;
	padding: 10px !important;
	font-family: "HelveticaL";
}

.encabezadoart .navbar-nav > li > a {
    color: white;
}

.nav > li > a > img {
    height: 25px;
}

#defaultNavbar .nav > li > a:focus, #defaultNavbar .nav > li > a:hover {
	/*text-decoration: none;
	background-image: url(../../image/seleccion.png);
	background-size: 100% 100%;
	color: white;*/
	background-color: transparent;
	text-decoration-line: underline;
	text-decoration-style: double;
}
.navbar-brand {
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar-brand img{
	width: 160px;
	margin-left: 20px;
}

.navbar-right{
	margin-right: 0px;
}

.navbar-right{
	font-size: 14px;
	font-family: "HelveticaB";
}

.navbar-text {
    color: #FFF;
    line-height: 50px;
    font-size: 18px;
}

.nav-tabs {
	margin: 5px auto 20px auto;
	text-align: center;
}

.nav-tabs{
	min-width: 500px;
	padding-bottom: 15px;
}

.nav-tabs > li > a{
	width: 170px;
}

#posbusqueda .nav-tabs > li > a{
	width: 315px;
	height: 35px;
	padding-top: 6px;
}

.nav-tabs > li {
    float: none;
    display: inline-flex;
}

.nav-tabs > li > a {
    border-radius: 20px;
	border: 1px solid #ced0e5;
	font-size: 20px;
	font-family: HelveticaL;
	line-height: 1;
	color: #ced0e5;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #FFF;
	border: none;
	font-family: HelveticaL;
	background: rgba(240,92,59,1);
	background: -moz-linear-gradient(left, rgba(240,92,59,1) 0%, rgba(246,166,18,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,92,59,1)), color-stop(100%, rgba(246,166,18,1)));
	background: -webkit-linear-gradient(left, rgba(240,92,59,1) 0%, rgba(246,166,18,1) 100%);
	background: -o-linear-gradient(left, rgba(240,92,59,1) 0%, rgba(246,166,18,1) 100%);
	background: -ms-linear-gradient(left, rgba(240,92,59,1) 0%, rgba(246,166,18,1) 100%);
	background: linear-gradient(to right, rgba(240,92,59,1) 0%, rgba(246,166,18,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c3b', endColorstr='#f6a612', GradientType=1 );
}

.nav > li > a:focus, .nav > li > a:hover {
	
}

.logoppal{
	position: absolute;
	left: 1%;
	top: 5px;
}
.logoppal img{
	width: 201px;
}

/*.busqueda{
	margin-left: 5%;
	margin-right: 5%;
}*/

#posbusqueda{
	background-image: url(../../image/fondo_site2.jpg);
	background-size: 100% 100%;
	margin-top: 25px;
	padding-top: 80px;
	margin-left: 0;
	margin-right: 0;
	width: 100% !important;
}

#posbusqueda .nav-tabs {
    border-bottom: none;
}

.listaResultados{
	padding-top: 40px !important;
	background-color: #efefef;
	padding-bottom: 40px !important;
}

.listaResultados.row, .listaResultados .row {
    margin-right: 0px;
    margin-left: 0px;
}

.barrabusqueda{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
#d_busqueda_buscar, #d_busqueda_buscarpro{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
}
.barrabusqueda 	.btn_buscar{
	height: 40px;
	text-align: center;
	width: 170px;
	/*margin-left: 40px;*/
	vertical-align: middle;
	background-color: white;
	color: #051d6c;
	font-family: HelveticaB;
	font-size: 24px;
	border-radius: 30px;
}
.input_busqueda{
	/*height: 45px;*/
	border-radius: 0 30px 30px 0 !important;
	border-style: outset;
	padding-left: 10px;
	padding-right: 30px;
	width: 100%;
}

.input-group-addon{
	border-radius: 30px 0 0 30px !important;
	color: white;
	background-color: rgb(5, 29, 108);
	border: none;
}

#btn_artprecios {
    padding-top: 6px;
}

.opcionesbusqueda ul{
	padding-left: 25px;
	padding-right: 15px;
}

.btn_artOpcionBusqueda{
	width: 13.5%;
	background-repeat: no-repeat;
	background-size: auto 85%;
	background-position: left center;
	padding-left: 40px !important;
	height: 100%;
}
.btn_proOpcionBusqueda{
	width: 22%;
	background-repeat: no-repeat;
	background-size: auto 85%;
	background-position: left center;
	padding-left: 40px !important;
	height: 100%;
	
}

.opb_proveedor{
	width: 75% !important;
}

.d_busqueda, .d_busquedaPro{
	display: inline-block;
}

.d_busqueda label, .d_busquedaPro label{
	display: block;
	padding-left: 10px;
	font-family: HelveticaB;
}

#d_busqueda_artnom, #d_busqueda_pronom, #d_busqueda_artgen{
	width: 100%;
}

#d_busqueda_artdep, #d_busqueda_artciu, #d_busqueda_artpre, #d_busqueda_prociu, #d_busqueda_prodep, #d_busqueda_proTip, #input_busqueda_artpremin, #input_busqueda_artpremax{
	width: 48%;
}

.rangop{
	margin-top: 10px;
	margin-bottom: 10px;
	display: none;
}

.rangop label{
	display: block;
	padding-left: 10px;
	font-family: HelveticaB;
}

.valor_precio{
	padding-left: 20px;
	font-size: 20px
}

#valor_precio{
	font-family: HelveticaB;
}

.op_seleccionado{
	background-color: rgba(5,29,108,1);
	color: white;
}

.f_busqueda{
	margin-bottom: 20px;
	position: relative;
}

.opcionesbusqueda{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 50px;
	margin-top: 25px;
	/*background-image: url(../../image/barra_busqueda.png);
	background-size: 100% 100%;
	color: white;*/
	background-color: rgba(255,255,255,1);
	color: #051d6c;
	max-width: 1030px;
	overflow: hidden;
	border-radius: 30px;
	margin-bottom: 40px;
}

.opcionesbusqueda li{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 6px 0px;
	text-align: left;
	height: 50px;
	border-radius: 5px;
}
.opcionesbusqueda li:hover{
	background-color: rgba(5,29,108,0.85);
	color: white;
}

#btn_artciudad, #btn_prociudad{
	background-image: url(../../image/busqueda_ciudad1.png);
}
#btn_artdepartamental, #btn_prodepartamental{
	background-image: url(../../image/busqueda_departamental1.png);
}
#btn_artnacional{
	background-image: url(../../image/busqueda_nacional1.png);
}
#btn_artinternacional{
	background-image: url(../../image/busqueda_internacional1.png);
}
#btn_cercanos, #btn_provcercanos{
	background-image: url(../../image/busqueda_cercania1.png);
}
#btn_artgenero, #btn_proNombre{
	background-image: url(../../image/busqueda_genero1.png);
}
#btn_artprecios{
	background-image: url(../../image/busqueda_precio1.png);
}
#btn_artciudad:hover, #btn_prociudad:hover, #btn_artciudad.op_seleccionado, #btn_prociudad.op_seleccionado{
	background-image: url(../../image/busqueda_ciudad.png);
}
#btn_artdepartamental:hover, #btn_artdepartamental.op_seleccionado, #btn_prodepartamental:hover, #btn_prodepartamental.op_seleccionado{
	background-image: url(../../image/busqueda_departamental.png);
}
#btn_artnacional:hover, #btn_artnacional.op_seleccionado{
	background-image: url(../../image/busqueda_nacional.png);
}
#btn_artinternacional:hover, #btn_artinternacional.op_seleccionado{
	background-image: url(../../image/busqueda_internacional.png);
}
#btn_cercanos:hover, #btn_cercanos.op_seleccionado, #btn_provcercanos:hover, #btn_provcercanos.op_seleccionado{
	background-image: url(../../image/busqueda_cercania.png);
}
#btn_artgenero:hover, #btn_artgenero.op_seleccionado, #btn_proNombre:hover, #btn_proNombre.op_seleccionado{
	background-image: url(../../image/busqueda_genero.png);
}
#btn_artprecios:hover, #btn_artprecios.op_seleccionado{
	background-image: url(../../image/busqueda_precio.png);
}
.opcionesbusqueda li.separador{
	width: 1px;
	height: 35px;
	padding: 0px;
/*	margin-left: 5px;
	margin-right: 5px;*/
	background-image: url(../../image/separador.png);
}

input[type="range"] {
    display: inline-block;
    width: 120px;
}
input[type=range]+.thumb{
    background-color: white;
}

.opcionesbusqueda li img{
	margin-right: 0px;
	max-width: 27px;
}

.filtrobusqueda.panel {
    background-color: transparent;
}
.filtrobusqueda.panel-default {
    border-color: #ced0e5;;
	border-radius: 20px;
}

.filtrobusqueda .panel-heading {
    color: #FFF;
    background-color: transparent;
    border: none;
}

.busqueda h2 {
    font-size: 28px;
    text-align: center;
    color: #FFF;
    font-family: HelveticaB;
}

.h2, h2 {
    color: white;
}

.giro{
	transform: rotate(90deg);
	height: 20px;
}

.filtrobusqueda h3{
    font-size: 16px;
    background-color: #f8931f;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    font-family: HelveticaB;
	margin-top: 2px;
	margin-bottom: 0px;
}

.filtrobusqueda .panel-body{
	color: #FFF;
	padding: 0 15px;
}

.filtrobusqueda .input-group-addon {
    background-color: transparent;
	border: none;
}

.filtrobusqueda .div_checbox {
    border: none;
    padding: 5px 0px;
	color: #FFF;
}

.filtrobusqueda .inputgroup{
	line-height: 1;
}

.listageneros{
	height: 180px;
	overflow: hidden;
}

#btn_mas{
	border: 1px solid #FFF;
	padding: 5px 10px;
	color: #FFF;
	border-radius: 15px;
	margin: 7px;
	width: 75px;
	font-family: HelveticaB;
	cursor: pointer;
}

#btn_mas img{
	height: 15px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    height: 350px;
	margin: 0 auto;
	width: 100%;
}

.panelperfil .panel{
	border-radius: 0px;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(189,185,189,0.38);
	-moz-box-shadow: 5px 5px 0px 0px rgba(189,185,189,0.38);
	box-shadow: 5px 5px 0px 0px rgba(189,185,189,0.38);
	max-height: 400px;
	min-height: 300px;
	margin-bottom: 30px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
}

.panelperfil .panel-heading{
	background-color: #FFF;
	color: white;
	font-size: 24px;
	font-family: HelveticaB;
	overflow: hidden;
	min-height: 50px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.panelperfil2 .panel{
	border-radius: 0px;
	/*-webkit-box-shadow: 5px 5px 0px 0px rgba(189,185,189,0.38);
	-moz-box-shadow: 5px 5px 0px 0px rgba(189,185,189,0.38);
	box-shadow: 5px 5px 0px 0px rgba(189,185,189,0.38);*/
	max-height: 400px;
	min-height: 300px;
	margin-bottom: 30px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.2);
	border-color: transparent;
}


.panelperfil2 .panel-heading{
	background-color: transparent;
	color: white;
	font-size: 24px;
	font-family: HelveticaB;
	overflow: hidden;
	height: 50px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-color: transparent;
}

.listaimagenesminiAct h5{
	margin-bottom: 0px;
}

.nombre {
    width: 84%;
	float: left;
}
.favorito_bus {
	text-align: right;
	width: 40px;
    float: right;
	height: 40px;
	position: relative;
	bottom: 12px;
}
.codCompartir {
    text-align: right;
    display: inline-block;
    width: 101%;
	vertical-align: top;
}

.img_perfil {
	display: inline-block;
	width: 45%;
	vertical-align: top;
	height: 200px;
	background-color: white;
	text-align: center;
	line-height: 200px;
}
.img_perfilPro {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 200px;
	/*background-color: white;*/
	text-align: center;
	line-height: 200px;
}
.info{
	display: inline-block;
	margin-left: 15px;
	width: 50%;
}

.info1 {
    /*color: #b3b3bb;*/
	color: #999999;
	font-size: 16px;
}

.titulo_info {
    font-family: HelveticaB;
}

.estrellas {
    margin: 20px 0;
}

.btn_morado{
	background-color: #f8931f;
	border-color: #f8931f;
	border-radius: 25px;
}

.btn_morado:hover {
    background-color: #93278f;
    border-color: #398439;
}

.btn_morado.active, .btn_morado:active, .open > .dropdown-toggle.btn_morado, .btn_morado.focus, .btn_morado:focus {
    background-color: #93278f;
    border-color: #398439;
}
.verificado {
    margin: 15px 0;
}
.carousel-control {
    width: 10%;
}
.carousel-control img {
    position: absolute;
    top: 35%;
    z-index: 5;
}
.espera{
	color: #FFF;
	font-size: 36px;
	text-align: center;
}

.contacto{
	text-align: center;
	padding-top: 30px;
	margin-bottom: 10px;
	padding: 60px 10%;
}
.contacto2{
	text-align: center;
	padding-top: 30px;
	margin-bottom: 10px;
	padding: 0px 10%;
}

.fondopie{
	background-image: url(../../image/fondo_site2.jpg);
	background-size: 100% 100%;
}
.imagenPieContratacion{
	width: 200px;
}
.copyright{
	text-align: center;
	height: 100px;
	font-size: 20px;
	font-family: HelveticaB;
	text-decoration: none;
	color: black;
}
.blanco, .blanco a, .blanco a:hover, .blanco a:visited, .blanco .subtitulod, .blanco .subtituloc{
	color: white !important;
}
.copyright a{
	text-decoration: none;
	color: black;
}
.copyright a:hover{
	text-decoration: none;
	color: black;
}
.copyright a:visited{
	text-decoration: none;
	color: black;
}
.subtitulod{
	font-size: 16px;
	font-family: HelveticaL;
	display: block;
	color: rgba(112,112,112,1.00);
}
.perfilart_especial .navbar-nav > li > a {
    color: white;
}
.subtituloc{
	font-size: 12px;
	display: block;
	color: rgba(112,112,112,1.00);
}
.cont_titulo{
	color: #FFF;
	font-size: 24px;
	margin-bottom: 20px;
	vertical-align: middle;
}

.redes{
	/*margin-top: 20px;
	margin-bottom: 20px;*/
	display: inline-block;
}
.redes a{
	margin-right: 10px;
	color: white;
	font-size: 15px;
	vertical-align: middle;
}
.redes img{
	width: 30px;
}

.correo_dir{
	color: white;
	text-decoration: none;
	vertical-align: bottom;
	/*margin-top: 30px;*/
}

.correo_dir a{
	margin-right: 20px;
	color: white !important;
	font-size: 28px;
	font-family: HelveticaB;
}

#codCiudad{
	color: #000;
}

.nav.nav-tabs.opcionesperfil {
	/*width: 800px;*/
	margin-bottom: 5px;
	border-bottom: none;
}

h4.titulo{
	color: #FFF;
	font-family: HelveticaB;
	font-size: 28px;
}
.eventoCalificacion{
	border: 1px solid #ccc;
	padding: 5px 15px;
	margin: 0px 0;
}
.tipoRegistro{
	border: 1px solid #ccc;
	padding: 5px 15px;
	margin: 0px 0;
}

.div_formatos .panel{
	border-radius: 20px;
	margin: 50px;
	background-color: rgba(255,255,255,0.2);
}
.panelContratacion{
	height: 550px;
}
.panelContacto td{
	word-break: break-all;
}

.div_formatos .table{
	width: 90%;
}

.div_formatos .table th{
	font-family: HelveticaB;
	white-space: normal;
}
.div_formatos .table td{
	font-family: HelveticaL;
}

.div_formatos .panel-heading, .div_formatos .panel-footer .btn{
	margin: 20px;
	border-radius: 20px;
	text-align: center;
	color: white;
	font-size: 20px;
	font-family: HelveticaB;
	width: 192px;
}
.div_formatos .panel-heading{
	width: 130px;
	/*height: 130px;*/
	background-size: 100% 100%;
	background-color: transparent;
	border: none;
	margin-bottom: -50px !important;
	position: relative;
	bottom: 62px;
	left: 20px;
}

.div_formatos .table{
	background-color: transparent;
	color: white;
}

.div_formatos .panel-footer{
	background-color: transparent;
	border:none;
}

.div_formatos .panel-footer .btn{
	width: 284px;
	background-color: transparent;
	background-size: 100% 100%;
	border: none;
}

.formatop .panel-heading{
	width: 80% !important;
	background-color: #f8931f;
}

/*.Bronce .panel-heading{
	background-image: url(../../image/formato_bronce.png);
}
.Bronce .panel-footer .btn{
	background-image: url(../../image/btn_bronce.png);
}
.Plata .panel-heading{
	background-image: url(../../image/formato_plata.png);
}
.Plata .panel-footer .btn{
	background-image: url(../../image/btn_plata.png);
}
.Oro .panel-heading{
	background-image: url(../../image/formato_oro.png);
}
.Oro .panel-footer .btn{
	background-image: url(../../image/btn_oro.png);
}
.Diamante .panel-heading{
	background-image: url(../../image/formato_diamante.png);
}
.Diamante .panel-footer .btn{
	background-image: url(../../image/btn_diamante.png);
}*/

.div_formatos .table{
	margin: 20px;
}

.table{
	background: white;
}
.imagenPerflCon{
	/*width: 175%;*/
	max-height: 100%;
	max-width: 100%;
}
.imgenCrearPerfil{
	width: 100%;
	height: 300px;
}

.imagenesProveedor, .imagenesProveedor2 {
    width: 60px;
    height: 60px;
	float: left;
	overflow: hidden;
	margin-left: 10px;
	margin-top: 10px;
}
.imagenesProveedor2 {
	position: relative;
	margin-top: 10px;
}
.imagenesProveedorY {
    width: 60px;
    height: 60px;
}
.imagenesProveedorZ {
    width: 60px;
    height: 60px;
	position: absolute;
	top: 0px;
	z-index: 100000;
}

.imagenesProveedor img, .imagenesProveedor iframe{
    width: 100%;
    height: 100%;
}

.imagenesProveedor:hover, .imagenesProveedor2:hover {
	opacity: 0.5;
	cursor: pointer;
}

.visualizacion_foto{
	height: 300px;
	width: 100%;
	text-align: center;
}

.visualizacion_foto img, .visualizacion_foto iframe{
	height: 100%;
	max-width: 100%;
}

.visualizaciones{
	width: 50%;
	margin: 5px auto;
}

.heading_servicio{
	height: auto !important;
	bottom: 35px !important;
}

#mensaje_correo span {
    font-size: 36px;
    display: block;
    white-space: normal;
    background-color: transparent;
}

.estrella{
	width: 175px;
	height: 34px;
	background-image:url(../../image/estrellas_base.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-origin: border-box;
}
.estrella .puntuacion{
	overflow: hidden;
	width: 100%;
	height: 34px;
}
.estrella .puntuacion img{
	width: 175px;
	height: 34px;
}
.espera_carga{
	text-align: center;
	margin: 30px 0;
}

.oculto{
	display: none;
}

.encabezadoart{
	background-image: url(../../image/fondo_sup_artista.png);
	background-size: 100% 100%;
}

.fondogen, .fondogen > body{
	background-image: url(../../image/fondo_site2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.fondogen .navbar-nav > li > a{
	color: white;
}

.form-control {
    border-radius: 20px;
}
.btn-block {
    width: 50%;
	margin: 0 auto;
	border-radius: 20px;
	background-image: url(../../image/btn_iniciosesion.png);
	background-color: transparent;
	border: none;
	background-size: 100% 100%;
}

.enlace_gen{
	color: white;
	font-size: 12px;
	margin-top: 10px;
	display: block;
}

label{
	margin-bottom: 0px;
	margin-top: 6px;
}

#f_registroCliente .input-group-addon{
	border-radius: 20px 0 0 20px;
	background-image: url(../../image/bg_inputgroup.png);
	background-size: 100% 100%;
}

.tipoRegistro{
	border-radius: 0 20px 20px 0;
}

#logo_blancoPpal{
	text-align: center;
	display: none;
}

#logo_blancoPpal img {
    height: 100px;
}

.nombre_artista{
	background-color: white;
	border-radius: 20px;
	font-size: 24px;
	padding: 5px 20px;
	margin-bottom: 20px;
	font-family: HelveticaB;
}

.btn{
	background-image: url(../../image/fondo_btn.png);
	background-color: transparent;
	background-size: 100% 100%;
	border: none;
	color: white;
	border-radius: 20px;
}
.btn:hover{
	background-color: transparent;
}

.especial .panel{
	background-color: transparent;
	border: none;
}
.especial .panel-footer{
	background-color: rgba(255,255,255,0.25);
	border: none;
	border-radius: 20px;
	margin-top: 5px;
}
.especial .panel-body{
	background-color: rgba(255,255,255,0.25);
	border-radius: 20px;
}
.especial .panel-heading{
	border-radius: 20px;
	color: white !important;
	margin-bottom: 5px;
	background: rgba(241,93,60,1);
	background: -moz-linear-gradient(left, rgba(241,93,60,1) 0%, rgba(250,154,27,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241,93,60,1)), color-stop(100%, rgba(250,154,27,1)));
	background: -webkit-linear-gradient(left, rgba(241,93,60,1) 0%, rgba(250,154,27,1) 100%);
	background: -o-linear-gradient(left, rgba(241,93,60,1) 0%, rgba(250,154,27,1) 100%);
	background: -ms-linear-gradient(left, rgba(241,93,60,1) 0%, rgba(250,154,27,1) 100%);
	background: linear-gradient(to right, rgba(241,93,60,1) 0%, rgba(250,154,27,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15d3c', endColorstr='#fa9a1b', GradientType=1 );
	border:none;
	font-family: HelveticaB;
}
.especial .panel .table{
	border-radius: 20px !important;
}

.especial .panel .alert-success{
	color: #fff;
	background-color: #1b1464;
	border-color: #1b1464;
	border-radius: 20px;
	font-size: 24px;
	font-family: HelveticaB;
	padding: 10px;
	text-align: center;
}
.especial	 .mensajes_sus{
	border-radius: 20px;
	padding: 10px;
}

hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.especial .modal{
	background-image: url(../../image/fondo_site2.jpg);
	background-size: 100% 100%;
}
.especial .modal-content{
	background-color: rgba(255,255,255,0.35);
	border-radius: 20px;
}
.especial .modal-header{
	color: white;
	font-size: 28px;
	font-family: HelveticaB;
}

#pie_mobile{
	display: none;
}

.tam48{
	width: 48% !important;
}
.tam100{
	width: 100%;
}

.contacto_asesor a {

    color: white;
    display: block;
    text-align: center;
    margin: 15px;
    font-size: 24px;

}

@media (max-width:1000px){
	.logoppal img {
		width: 150px;
	}
	.container-fluid {
		padding-left: 200px;
	}
}

@media (max-width:800px){
	.opcionesbusqueda li img {
		height: 25px;
		display: block;
		margin: 0 auto;
	}
	.btn_artOpcionBusqueda {
		width: 15%;
	}
	.barrabusqueda .btn_buscar {
		margin-left: 5px;
	}
	.barrabusqueda {
		width: 90%;
	}
	.navbar-nav .open .dropdown-menu {
		position: static !important;
		float: none !important;
		width: auto !important;
		margin-top: 0 !important;
		background-color: transparent !important;
		border: 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
	.logoppal {
		right: 5%;
		left: auto;
	}
	.container-fluid {
		padding-left: 15px;
	}
	.logoppal img {
		height: 150px;
	}
	.nav-tabs {
		min-width: 320px;
	}
	.nav-tabs > li > a {
		font-size: 16px;
	}
	#posbusqueda .nav-tabs > li > a {
    	width: 140px;
		height: 40px;
	}
	.barrabusqueda .btn_buscar {
		height: 40px;
		margin-left: 0px;
	}
	.barrabusqueda {
		width: 100%;
	}
	/*#d_busqueda_artnom, #d_busqueda_pronom {
		width: 30%;
	}*/
	.lbl_artistas{
		display: none;
	}
	.opcionesbusqueda li img {
		height: 25px;
		margin-right: 5px;
	}
	
	.opcionesbusqueda ul {
		padding-left: 10px;
		padding-right: 10px;
	}
	.opcionesbusqueda {
    	height: 150px;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
	}
	
	.opcionesbusqueda li.separador {
	    display: none;
	}
	
	.btn_artOpcionBusqueda, .btn_proOpcionBusqueda {
    	background-size: auto 60%;
		padding-left: 25px !important;
		width: 32.5%;
		font-weight: bolder;
	}
	.opb_proveedor{
		width: 100%;
		height: 120px !important;
	}
	.btn_proOpcionBusqueda{
		width: 49%;
	}
	
	#posbusqueda{
		padding: 5px;
	}
	
	.nav-tabs {
		margin: 5px auto 9px auto;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
		height: 150px;
	}
	.info {
		width: 50%;
	}
	.info1 {
		font-size: 12px;
	}
	.estrella .puntuacion img {
		width: 135px;
		height: 25px;
	}
	.estrella {
		width: 135px;
    	height: 35px;
	}
	.img_perfil {
	    width: 40%;
	}
	.verificado {
		margin: 0 0 5px 0;
	}
	.panelperfil .panel {
		min-height: 200px;
	}
	.carousel-control img{
		width: 100%;
	}
	.nav-tabs {
		min-width: 260px;
	}
	.row {
		margin-right: -12px;
		margin-left: -12px;
	}
	.cont_titulo {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.redes img {
		width: 25px;
	}
	.redes a {
		margin: 0 0 10px 0;
		display: block;
	}
	.redes {
		margin-top: 5px;
	}
	.copyright {
		height: 30px;
		font-size: 12px;
	}
	.nav-tabs > li > a {
		width: 110px;
		font-size: 14px;
	}
	.div_formatos .panel {
		border-radius: 20px;
		margin: 0px;
	}
	.div_formatos {
		padding-right: 5px;
		padding-left: 5px;
		margin-top: 55px;
	}
	.div_formatos .panel-heading {
		width: 90px;
		height: 90px;
	}
	.panel > .table > tbody > tr > td, .panel > .table > tbody > tr > th, .panel > .table > tfoot > tr > td, .panel > .table > tfoot > tr > th, .panel > .table > thead > tr > td, .panel > .table > thead > tr > th {
    	padding: 1px 10px;
		white-space: normal;
	}
	
	.div_formatos .panel-footer .btn {
    	margin: 10px;
		font-size: 16px;
		width: 90%;
	}
	
	
	.logoppal, #pie_escritorio, .copyright{
		display: none;
	}
	
	#posbusqueda{
		margin-top: 0;
		padding-top: 10px;
	}
	
	#logo_blancoPpal, #pie_mobile{
		display: block;
	}
	
	.contacto_mobile{
		color: white;
		font-size: 20px;
	}
	#pie_mobile img{
		height: 30px;
	}
	
	.contacto {
	    padding: 10px 10%;
	}
	.correo_mobile a{
		color: white;
		text-decoration: none;
		font-size: 18px;
		font-family: HelveticaB;
	}
	.correo_mobile a:hover{
		color: white;
		text-decoration: none;
	}
	.correo_mobile a:selected{
		color: white;
		text-decoration: none;
	}
	.subtituloc {
		color: white;
	}
	.img_perfil {
		height: 120px;
		line-height: 120px;
	}
	
	#btn_artprecios {
	    margin-left: calc(33% + 4px);
    }
	
	#btn_artinternacional .lbl_artistas, #btn_artgenero .lbl_artistas, #btn_proNombre .lbl_artistas{
		margin-left: 3px;
	}
	.tam48{
		width: 100%;
	}
	
	#d_busqueda_artdep, #d_busqueda_artciu, #d_busqueda_artpre, #d_busqueda_prociu, #d_busqueda_prodep, #d_busqueda_proTip, #input_busqueda_artpremin, #input_busqueda_artpremax{
		width: 100%;
	}
	
	.contacto_asesor a {
		margin: 15px;
		font-size: 16px;
	}
	
	.tam48{
		width: 100% !important;
	}
	
	.visualizaciones {
		width: 95%;
	}
}

.navbar-toggle {
    float: left !important;
    margin-left: 15px !important;
	border: none !important;
}
.navbar-toggle .icon-bar {
	background-color: #051d6c !important;
    width: 30px;
    height: 4px;
}
.contcaro{
	width: 100%;
	overflow: hidden;
}
.color_notificaciones{
	background-color: rgba(255,0,0,0.1);
}

.navbar-toggle {
    border: 1px solid white;
}
.navbar-toggle .icon-bar {
    background-color: white;
}
.inicial .navbar-toggle {
    border: 1px solid black;
}
.inicial .navbar-toggle .icon-bar {
    background-color: black;
}
.mensajeResumen{
	font-size: 198%;
	background-color: white;
}
.color_incluyeSonido{
	background: #1b1464 !important;
}
.valorDistancia,.valRecibir {
    text-align: right;
}
.valorDistanciaSonido,.valRecibirDis {
    text-align: right;
}

.opcionesbusqueda span {
    font-size: 10px;
    display: inline-flex;
    width: 100%;
    margin-left: 0px;
	line-height: 17px;
}
.nom_artista{
	position: absolute;
    left: 0;
    top: -24px;
}

.badge{
	background-color: #051d6c; 
}

.inputizq input{
	text-align: right;
}
.listaimagenesminiAct{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	min-width: 300px;
}
.irs--big .irs-grid-text {
    color: white !important;
}
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
    background: linear-gradient(to bottom, #051d6c 0%, #3071a9 100%) !important;
}
.irs--big .irs-bar {
    border: 1px solid #051d6c !important;
    background: #051d6c !important;
}
.letrasusc{
	font-size: 15px;
}
.letrainter{
	font-size: 15px;
}
.contacto_asesor img {

    height: 36px;
    vertical-align: middle;

}
.codRef{
    text-align: center;
    margin-top: 97px;
}
.contactoMayor{
	text-align: center;
}

#f_formatoActualizar{
	position: relative;
	padding-bottom: 50px;
}
#btn_formatoActualizar{
	font-size: 22px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.colorrojo{
	background-color: rgba(255,0,0,0.30) !important;
}
.colorverde{
	background-color: rgba(0,255,0,0.30) !important;
}
.div_panelMulti{
	height: 380px !important;
}
.bod_perfiles{
	background-image:url(../../image/fondo_perfiles.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%; 
}
.colorHiper{
	color: white;
}
.letraImagenCom{
	font-size: 23px;
}
.colorVid{
	color: white;
}
.npeque {
    font-size: 20px;
}

.panel_transparente{
	border-radius: 0 0 20px 20px;
	background-color: rgba(255,255,255,0.2);
	color: white;
}
.panel_transparente .panel-heading{
	font-weight: bolder;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.colorHeading{
	background-color: #662d91 !important;
}
.comp_whatsapp{
	color: white !important;
	background-color: #662d90;
	padding: 6px;
	border-radius: 5px;
	border: solid white thin;
	text-decoration: none !important;
	font-size: 12px;
	font-weight: bolder;
	position: relative;
	bottom: 5px;
}
.comp_whatsapp img{
	height: 16px;
}
a.comp_whatsapp:selected, a.comp_whatsapp:hover{
	color: white;
}
.referido > img{
	margin-bottom: 10px;
}
#valTotal{
	color: black;
}
.colorBlanco{
	color: white;
}

/* modificacion bootstrap*/
@media (max-width: 800px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
.bod_perfiles .nav > li > a {
    color: white;
}