p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 15px;
    line-height: 150%;
    color: #989898;
    -webkit-font-smoothing: antialiased;
}
h1{
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    padding-bottom: 15px;
    clear: none;
    color: rgb(123, 123, 123);
    width: 100%;
}

.divComboCiudad{
    text-align: right;
    height: 80px;
    padding: 20px 0;
    width: 100%;
}

.res_subCategorias {
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 6;
}
.contenidos select {
  float: right;
  margin-top: -41px;
  background-color: white;
  /* color: white; */
  height: 28px;
  font-size: 13px;
  width: 166px;
}
#primaryContainer h1 {
    padding-bottom: 11px;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    text-align: left;
}
.boton_seleccionado:active {
    position: relative;
    top: 1px;
}
.boton_seleccionado:hover {
    box-shadow: 0px 0px 1px #999999;
    border-radius: 5px;
}
.contenedor_general_artista a{
    /* display:table-cell; */
    /* width: 100%; */
}
.boton_seleccionado {
    cursor: pointer;
    float: left;
    margin-top: 12px;
    margin-left: -2px;
    clear: none;
    width: 60%;
    height: 60%;
    margin-right: auto;
    margin-bottom: 11px;
    visibility: hidden;
}
.formulario_ciudad {
    width: 200px;
    height: auto;
    margin-left: 13px;
    margin-bottom: 14px;
}
.div_sub_cat_en_seccion {
    float: right;
    /* max-width: 747px; */
    background-color: #f7f7f7;
}

.sub_cat_en_seccion, .sub_cat_en_seccion_mini {
    width: 100%;
    display: table;
    margin: -1px -1px 1px 1px;
    color: #fff;
    background-color: #fff;
    float: left;
    height: 43px;
    color: #494949;
    text-decoration: none;
    border: solid 1px #f3f0f0;
    background-color: silver;
    background-color: lightseagreen;
    height:80px;
}
@media (min-width: 768px) {
    .div_sub_cat_en_seccion{
        /* max-width: 747px; */
        width: 100%;
    }
}
@media (min-width: 576px) {
    .sub_cat_en_seccion {
        min-height: 90px ;
    }
    h1{
        padding-bottom: 25px;
    }
}
.sub_cat_en_seccion {
    min-height: 70px ;
}
.sub_cat_en_seccion_mini {
    height: 43px;
    margin-top: -1px;
    margin-left: 1px;
    margin-right: -1px;
}
.contenedor_de_artistas {
    width: 100%;
    margin-top: 50px;
}
.contenedor_de_artistas p {
}
.contenedor_de_artistas p span{
    font-size: 12px;
}
.contenedor_de_artistas p b{
    /* font-weight: bold; */
    /* font-size: 14px; */
}
.sub_cat_en_seccion_actual {
    background-color: darkslategray;
}
.sub_cat_en_seccion:hover, .sub_cat_en_seccion_mini:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #f6e1a9;
    background-color: #11a399;
}
.sub_cat_en_seccion:active, .sub_cat_en_seccion_mini:active {
    position: relative;
    top: 1px;
    color: #999;
}
.sub_cat_en_seccion h2, .sub_cat_en_seccion_mini h2 {
    -webkit-font-smoothing: antialiased;
    display: table-cell;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 13px;
    color: #64635f;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: white;
}
.vacio, .vacio:hover {
    background-color: #EAEAEA;
    background-color: fff;
    cursor: initial;
}
.sub_cat_en_seccion_mini h2 {
    font-size: 14px;
}
.circulo_item_nav {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: rgb(109,179,242);
    background: -moz-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(109,179,242,1)), color-stop(50%, rgba(84,163,238,1)), color-stop(51%, rgba(54,144,240,1)), color-stop(100%, rgba(30,105,222,1)));
    background: -webkit-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
    background: -o-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
    background: -ms-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%);
    background: linear-gradient(to bottom, rgba(85, 174, 255, 1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(63, 123, 217, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0 );
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    text-indent: 0;
    border: 3px solid #ECECEC;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 42px;
    line-height: 50px;
    margin-top: 4;
    width: 100%;
    text-decoration: none;
    text-align: center;
}
.circulo_item_nav:hover {
    background: rgb(30,105,222); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30,105,222,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(109,179,242,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30,105,222,1)), color-stop(50%, rgba(84,163,238,1)), color-stop(51%, rgba(54,144,240,1)), color-stop(99%, rgba(109,179,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30,105,222,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(109,179,242,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30,105,222,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(109,179,242,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30,105,222,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(109,179,242,1) 99%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(30,105,222,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(109,179,242,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e69de', endColorstr='#6db3f2', GradientType=0 ); /* IE6-9 */
}
.circulo_item_nav:active {
    position: relative;
    top: 1px;
    color: #999;
}
.circulo_item_nav h2 {
    color: white;
    font-size: 13px;
    text-align: center;
    font-style: normal;
    vertical-align: middle;
    padding: 4 9px;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
    text-align: center;
    /* font-weight: bold; */
    line-height: 1.2em;
    word-wrap: break-word;
    /* margin-left: 0%; */
/* margin-top: 18px; */
    clear: none;
    /* min-height: 0px; */
    text-transform: uppercase;
    font-style: normal;
    color: rgb(255, 255, 255);
    display: table-cell;
    vertical-align: middle;
    height: 37px;
    width: 400px;
}
.navegacion_circulos {
    width: 100%;
    background-repeat: repeat-x;
    float: left;
    display: -webkit-box;
}
.navegacion_circulos a:link, .navegacion_circulos a:hover, .navegacion_circulos a:active {
    text-decoration: none
}
.nav_y_artistas h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    font-style: normal;
    color: #7B7979;
}
.descripcion_artista b {
    float: left;
    font-size: 10px;
    margin-left: 0;
    margin-top: 12PX;
    padding-left: 0px;
    clear: both;
    width: 94%;
    color: grey;
}
.col_izquierda {
    float: left;
}
.col_izquierda label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.busqueda_ciudad {
    font-style: initial;
    width: 190px;
    float: left;
    clear: both;
    margin-top: 20px;
    background-color: #EEEEEE;
    border-radius: 10px;
    border: 1px solid #D2D2D2;
}
.busqueda_ciudad hr {
    padding: 0.03px;
    border-top: 2.6px gainsboro solid;
    border-bottom: 1px solid rgb(249, 249, 249);
    margin: 0px;
}
.texto_introduccion {
    height: 200px;
    clear: both;
    width: 235px;
    background-color: #FFF;
}
.menu_busqueda_ciudad {
    text-align: right;
}
.busqueda_ciudad ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    width: 87.514335%;
    line-height: 14px;
    margin-left: 11px;
    color: #9D9D9D;
    margin-top: 9px;
    margin-bottom: 14px;
}
.busqueda_ciudad li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    width: 87.514335%;
    line-height: 14px;
    margin-left: 0px;
    color: #6C6C6C;
    margin-top: 13px;
    margin-bottom: 14px;
    -webkit-font-smoothing: antialiased;
}
.busqueda_ciudad b {
    list-style: none;
    font-size: 14px;
    color: #F60;
}
.contenedor_intro_seccion select {
    height: 20px;
    width: 208px;
    margin-top: 7px;
    /* margin-left: 15; */
    font-size: 40px;
}
.titulo_descripcion_entrada p {
    float: left;
    font-size: 12px;
    width: 87.514335%;
    line-height: 14px;
    margin-left: 11px;
    color: #9D9D9D;
    margin-top: 13px;
    margin-bottom: 14px;
    font-style: normal;
}
.titulo_descripcion_entrada a:link {
    float: left;
    font-size: 12px;
    margin-left: 0;
    margin-top: 3PX;
    padding-left: 0px;
    clear: both;
    width: 94%;
    color: rgb(250, 122, 33);
}
.titulo_descripcion_entrada a:hover {
    text-decoration: underline;
}
.titulo_descripcion_entrada a:visited {
    color: rgb(250, 122, 33);
}
.busqueda_ciudad h4 {
    text-align: center;
    font-size: 17px;
    margin-right: auto;
    color: #FA7A21;
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: bold;
    font-weight: bold;
}
.busqueda_ciudad .campos {
    float: none;
    height: 34px;
    margin-top: 8px;
    clear: none;
    width: 211px;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
    font-family: arial;
    font-size: 13px;
    color: gray;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    border: inherit;
}
.contenedor_premium {
    float: left;
    height: 78px;
    margin-left: -100.197785%;
    margin-top: 0px;
    clear: none;
    width: 34.177215%;
}
#contenedor_para_agregar {
    float: left;
    height: 51px;
    margin-left: 11px;
    margin-top: 123px;
    clear: both;
    width: 210px;
}
.btn_derecho_inferior {
    float: right;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: -6px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0%;
}
.liston {
    float: left;
    margin-left: -1PX;
    position: absolute;
    left: 0px;
    top: -1px;
}
.btn_izquierdo_inferior {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: -6px;
    clear: none;
    color: rgb(0, 0, 0);
    margin-right: 0px;
}
.navegacion_inferior {
    float: right;
    clear: both;
    margin-right: auto;
}
.navegacion_inferior b {
    float: none;
    text-align: center;
    font-size: 12px;
    width: 28.756257%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 14px;
    word-wrap: break-word;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    clear: none;
    min-height: 0px;
    color: rgb(133, 132, 132);
}
.secciones_menu {
    float: left;
    height: 45px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 149px;
    background-attachment: scroll;
    background-size: 100%;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
    cursor: pointer;
}
.contenedor_intro_seccion {
    float: left;
    margin-left: 0%;
    width: 235px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(200, 200, 200) 0px -1px 11px 0px;
}
.titulo_descripcion_entrada {
    float: left;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 50px;
    margin-bottom: 20px;
}
.contenedor_intro_seccion h2 {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
    float: left;
    width: 207;
    font-size: 27px;
    line-height: 30.8px;
    margin-top: 14px;
    font-style: normal;
    border-bottom: 1px solid #999;
    color: #000;
}
.contenedor_intro_seccion span {
    font: "Trebuchet MS", Arial, Helvetica, sans-serif;
    float: left;
    font-size: 12px;
    width: 88.566243%;
    height: auto;
    text-align: left;
    font-weight: bold;
    line-height: 1.2em;
    word-wrap: break-word;
    margin-left: 6.153584%;
    margin-top: 13px;
    clear: both;
    min-height: 0px;
    font-style: normal;
    color: rgb(107, 105, 105);
}
.texto_explicacion_seccion {
    margin-bottom: 0px;
    float: left;
    font-size: 0.74em;
    width: 93.397913%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
    margin-left: 9.75px;
    margin-top: 11px;
    clear: none;
    min-height: 91px;
    font-style: normal;
    color: rgb(226, 226, 226);
}
.contenedor_texto_foto span {
    float: none;
    line-height: 1em;
    color: rgb(236, 236, 236);
    -webkit-font-smoothing: antialiased;
}
.nav_y_artistas {
    float: right;
    margin-left: 0px;
    margin-top: 24px;
    width: 765px;
    min-height: 0px;
}
.menu_nav_seccion {
    float: left;
    height: 66px;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    width: 745px;
    background-image: url(../../images/theme_2014/menu_navegacion_seccion.png);
    background-attachment: scroll;
    background-size: auto;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
}
.secciones_menu:hover {
    background-image: url("../../images/theme_2014/tipo_artista_on.png");
    cursor: pointer;
}
.descripcion_artista p {
    font-size: 13px;
    /* margin-left: 0px; */
    width: 100%;
    /* padding: 0; */
}
.estrellas {
}
.formulario_secciones {
    float: right;
    width: 233px;
    height: 144px;
    margin-right: 0px;
    margin-top: 24px;
}
.formulario_secciones .campos {
    float: none;
    height: 34px;
    margin-left: 11px;
    margin-top: 8px;
    clear: none;
    width: 211px;
    margin-right: auto;
    background-color: rgb(255, 255, 255);
    font-family: arial;
    font-size: 13px;
    color: gray;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    border: inherit;
}
.contenedor_titulo_cotizacion {
    float: left;
    height: 48px;
    clear: none;
    width: 100%;
    background-image: url("../../images/perfil_artista/icono_carrito.png");
    background-attachment: scroll;
    background-size: auto;
    background-color: rgb(0, 151, 0);
    background-position: 14px 10px;
    background-repeat: no-repeat no-repeat;
}
.contenedor_titulo_cotizacion h3 {
    font-family: 'Oswald', sans-serif;
    float: left;
    font-size: 15px;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
    margin-left: 60px;
    margin-top: 18px;
    clear: none;
    min-height: 0px;
    color: rgb(242, 242, 242);
    font-style: normal;
}
.foto_operadora {
    float: right;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 4.077253%;
    margin-top: -18.5px;
    clear: none;
    color: rgb(0, 0, 0);
}
.contenedor_general_artista {
    margin: 6px;
    background-color: rgb(255 255 255);
    border: 1px solid rgb(223, 223, 223);
    margin-bottom: 100px;
}

.foto_entreda_seccion {
    float: right;
    width: 493.45px;
}
.contenedor_texto_foto {
    float: left;
    height: 144px;
    margin-left: -99.859817%;
    margin-top: 0px;
    clear: none;
    width: 37.40295%;
    background-color: rgba(0, 0, 0, 0.380392);
}
.banner_seccion {
    float: left;
    width: 100%;
    max-width: 100%;
    height: 190px;
    margin-top: 20px;
    clear: none;
    color: rgb(0, 0, 0);
    min-width: 0px;
}
.secciones_menu h2 {
    font-family: 'Oswald', sans-serif;
    color: #666;
    float: none;
    font-size: 14px;
    width: 100%;
    height: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1em;
    word-wrap: break-word;
    margin-left: auto;
    margin-top: 16px;
    clear: none;
    min-height: 0px;
    text-transform: uppercase;
    margin-right: auto;
    font-style: normal;
}
.secciones_menu h2:hover {
    color: rgb(255, 255, 255);
}
.contenedor_titulo_artista {
    /* float: left; */
    /* height: auto; */
    /* margin-left: 0%; */
    /* clear: none; */
    /* width: 100%; */
    background-color: #fbfbfb;
    min-height: 50px;
    padding: 4px;
}
.num_opiniones {
    height: 40px;
}
.contenedor_estrellas {
    height: 40px;
}
.imagen_artista {
    /* float: left; */
    height: 181px;
    /* clear: both; */
    /* width: 100%; */
    min-height: 30px;
    background-color: #0b0906;
    min-width: 44px;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .div_sub_cat_en_seccion{
        /* max-width: 747px; */
        width: 100%;
    }
    .imagen_artista {
        padding-bottom: 100%;
    }
}
.imagen_artista_mini {
    width: 100%;
    height: 159px;
}
#image18 {
    float: left;
    max-width: 100%;
    width: 100%;
    clear: none;
    color: rgb(0, 0, 0);
}
.contenedor_general_artista span {
    float: left;
    font-size: 12px;
    margin-left: 11.446119%;
    margin-top: 14px;
    color: rgb(133, 132, 132);
    font-style: italic;
}
.contenedor_general_artista h2 {
    font-size: 16px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    /* line-height: 16px; */
    word-wrap: break-word;
    /* clear: none; */
    /* text-transform: uppercase; */
    /* font-style: normal; */
    /* color: rgb(104, 104, 104); */
    display: table-cell;
    vertical-align: middle;
    height: 61px;
    width: 400px;
}
.descripcion_artista {
    /* height: 66px; */
    display: grid;
    /* margin-left: 0px; */
    /* margin-top: 0px; */
    padding-left: 13;
    padding-top: 9px;
    /* clear: both; */
    width: 100%;
    border-top: 1px solid #E6E6E6;
}
.button-naranja_filtro {
    background: #ff7711;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffa941), to(#ff7711) );
    background: -moz-linear-gradient(-90deg, #ffa941, #ff7711);
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffa941', endColorstr= '#ff7711');
}
.button-naranja_filtro:hover {
    background: #ffa941;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7711), to(#ffa941) );
    background: -moz-linear-gradient(-90deg, #ff7711, #ffa941);
 filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ff7711', endColorstr='#ffa941');
}
.button-naranja_filtro:active {
    background: #F60;
}
.button-naranja_filtro {
    margin-bottom: 14px;
    margin-left: 28px;
    cursor: pointer;
    height: 30px;
    width: 134px;
    font: bold 14px'Trebuchet MS', Arial, Helvetica;
    line-height: 2;
    text-align: center;
    color: #fff;
    border: 1px solid #9c9c9c;
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    border-radius: 3px;
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
}
.button-naranja_filtror, .button span-naranja_filtro {
    -moz-border-radius: .3em;
    border-radius: .3em;
    -webkit-font-smoothing: antialiased;
    width: 96px;
    height: 29px;
}
.button-naranja_filtro span {
    border-top: 1px solid #fff; /* Fallback style */
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 0.4em 2.0em;
    color: white;
}
.button-naranja_filtror:hover {
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}
.button-naranja_filtro:active {
    position: relative;
    top: 1px;
}
