/* Eric Meyer's Reset CSS v2.0 - https://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1;
    background-color: #eee;
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: 'Majerit Headline Regular';
    src: url('/fonts/v1.x/v1.0/majerit/majeritheadline-roman-webfont.eot');
    src: url('/fonts/v1.x/v1.0/majerit/majeritheadline-roman-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/v1.x/v1.0/majerit/majeritheadline-roman-webfont.woff') format('woff'), url('/fonts/v1.x/v1.0/majerit/majeritheadline-roman-webfont.ttf') format('truetype'), url('/fonts/v1.x/v1.0/majerit/majeritheadline-roman-webfont.svg#majeritheadlineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*Benton Sans Book*/
@font-face {
font-family: 'Benton Sans';
src: url('/fonts/especiales/benton/bentonsans-book-webfont.eot');
src: url('/fonts/especiales/benton/bentonsans-book-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/especiales/benton/bentonsans-book-webfont.woff') format('woff'), url('/fonts/especiales/benton/bentonsans-book-webfont.ttf') format('truetype'), url('/fonts/especiales/benton/bentonsans-book-webfont.svg#bentonsans') format('svg');
font-weight: 300;
font-style: normal;
}

/*Benton Sans Regular*/
@font-face {
font-family: 'Benton Sans';
src: url('/fonts/especiales/benton/bentonsans-regular-webfont.eot');
src: url('/fonts/especiales/benton/bentonsans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/especiales/benton/bentonsans-regular-webfont.woff') format('woff'), url('/fonts/especiales/benton/bentonsans-regular-webfont.ttf') format('truetype'), url('/fonts/especiales/benton/bentonsans-regular-webfont.svg#bentonsans') format('svg');
font-weight: normal;
font-style: normal;
}

/*Benton Sans Bold*/
@font-face {
font-family: 'Benton Sans';
src: url('/fonts/especiales/benton/bentonsans-bold-webfont.eot');
src: url('/fonts/especiales/benton/bentonsans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/especiales/benton/bentonsans-bold-webfont.woff') format('woff'), url('/fonts/especiales/benton/bentonsans-bold-webfont.ttf') format('truetype'), url('/fonts/especiales/benton/bentonsans-bold-webfont.svg#bentonsans') format('svg');
font-weight: 700;
font-style: normal;
}
/* Roboto Condensed */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fonts/v1.x/v1.0/roboto/robotocondensed-regular-webfont.eot');
    src: url('/fonts/v1.x/v1.0/roboto/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/v1.x/v1.0/roboto/robotocondensed-regular-webfont.woff') format('woff'), url('/fonts/v1.x/v1.0/roboto/robotocondensed-regular-webfont.ttf') format('truetype'), url('/fonts/v1.x/v1.0/roboto/robotocondensed-regular-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('/fonts/v1.x/v1.0/roboto/robotocondensed-bold-webfont.eot');
    src: url('/fonts/v1.x/v1.0/roboto/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/v1.x/v1.0/roboto/robotocondensed-bold-webfont.woff') format('woff'), url('/fonts/v1.x/v1.0/roboto/robotocondensed-bold-webfont.ttf') format('truetype'), url('/fonts/v1.x/v1.0/roboto/robotocondensed-bold-webfont.svg#robotocondensedbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
body,
span,
div {
    font-family: 'Benton Sans', Arial, Helvetica, sans-serif;
}


#widget {
    position: relative;
    background-color: #fff;
    box-shadow: rgba(0,0,0,.2) 0 1px 2px;
    border: 1px solid #ddd;
}
body.modo_app #widget {
    border: 0;
}
html,body,.t_widget {
    height:100%;
}
body.modo_app,body.modo_app .t_widget {
    height:auto;
}
h2 {
    font-size: 18px;
}
h2.grf_titulo {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}
a {
    text-decoration: none;
    cursor: pointer;
}
body.girar {
    background: #eee url(/elecciones/widget/catalanas_27S/img/girar.png) no-repeat center center;
    background-size: 200px auto;
}
body.incompatible {
    background: #eee url(/elecciones/widget/catalanas_27S/img/incompatible.png) no-repeat center center;
    background-size: 200px auto;
}
body.aumenta_alto_ventana {
    background: #eee url(/elecciones/widget/catalanas_27S/img/aumenta_alto.png) no-repeat center center;
    background-size: 200px auto;
}
body.aumenta_ancho_ventana {
    background: #eee url(/elecciones/widget/catalanas_27S/img/aumenta_ancho.png) no-repeat center center;
    background-size: 200px auto;
}

/* estilos graficas */

.grf_etiqueta_fuera_tarta,
.grf_etiqueta_dentro_tarta {
    pointer-events: none;
}
.grf_etiqueta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.grf_etiqueta,
.grf_etiqueta_fuera_tarta,
.grf_etiqueta_dentro_tarta,
.grf_etiqueta_valor,
.grf_texto_mayoria,
.grf_tip,
.grf_etiqueta_valor,
.grf_n_partido {
    font: normal 13px/12px 'Roboto Condensed', sans-serif;
}
.grf_numero_mayoria {
    font-size: 13px;
}
.grf_etiqueta_valor {
    font-size: 11px;
}
.grf_n_partido {
    font-weight: bold;
    font-size: 14px;
}
.grf_etiqueta_mayoria {
    line-height: 8px;
    text-align: center;
}
.grf_etiqueta_dentro_tarta {
    color: #fff;
    padding: 2px 3px 1px 3px;
    border-radius: 3px;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: rgba(0,0,0,.9) 0 1px 0;
    line-height: 12px;
}
.grf_agujero {
    text-align: center;
}
.grf_numero_escanos {
    display: block;
    font-size: 22px;
}
.grf_etiqueta_escanos {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
}
.grf_etiqueta_fuera_tarta .grf_electos,
.grf_etiqueta_dentro_tarta .grf_electos {
    font-weight: normal;
    padding: 2px 0;
}
.grf_etiqueta_dentro_tarta .grf_electos {
    border-radius: 4px;
    display:  block;
    /* font-size: 15px; */
    font: bold 15px/12px 'Benton Sans',sans-serif;
}
.grf_cabecera {
    position: relative;
    height: 80px;
    color: #333;
    text-align: center;
}
.grf_cabecera h2 {
    font-size: 16px;
    font-weight:bold;
}
.grf_cabecera h2,
.grf_cabecera .grf_dato {
    display: inline;
    text-align: center;
}
.grf_cabecera .grf_escrutado {
    color: #666;
    position: absolute;
    top: 20px;
    left: 0;
}
.grf_cabecera .grf_actualizado {
    position: absolute;
    top: 21px;
    right: 0;
    color: #666;
    font-size: 10px;
    display: inline-block;
}
.grf_cabecera .grf_dato {
    font: normal 14px 'Benton Sans', sans-serif;
    padding-left: 6px;
    white-space: nowrap;
}
.grf_escrutado,
.grf_actualizado {
    font-size:11px;
    text-transform: uppercase;
    margin-top: 10px;
}
.grf_escrutado span {
    font-size: 12px;
}
.grf_porcentaje {
    font-weight:bold;
    color: #000;
}
.grf_tip,
.mpa_mapa_tip {
    background-color: #333;
    background-color: rgba(0,0,0,.85);
    border-radius: 4px;
    color: #fff;
    padding: 5px;
    z-index: 500;
}
.wdg_mensaje_error,
.grf_mensaje_error,
.grf_cargando,
.grf_mensaje,
.wdg_c_cargando {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
}
.wdg_contenedor_mensaje,
.wdg_mensaje_error,
.grf_mensaje_error .grf_contenedor_mensaje,
.grf_c_icono_cargando,
.grf_mensaje .grf_contenedor_mensaje,
.wdg_cargando {
    display: table-cell;
    vertical-align: middle;
    font: normal 14px 'Roboto Sans', Arial, Helvetica, sans-serif;
    color: #666;
}
.grf_mensaje_error .grf_contenedor_mensaje p,
.wdg_contenedor_mensaje p {
    color: #f10000;
    margin: 0 20px;
    border: 1px dashed #f10000;
    padding: 5px;
    display: inline-block;
    font-size: 12px;
}
.grf_mensaje_resultados_inminentes p {
    padding-top: 71px;
    background: url(https://rsl00.epimg.net/elecciones/2015/portadas/andaluzas/img/animacion_urna.gif) no-repeat center 10px;
    border: 0;
}
.grf_cargando .grf_icono_cargando,
.wdg_c_cargando .wdg_imagen_cargando {
    overflow: hidden;
    width: 32px;
    height: 32px;
    text-indent: 50px;
    display: inline-block;
    border-radius: 40px;
    background: #ccc url(https://rsl00.epimg.net/elecciones/widget/generales/img/spinner.gif) no-repeat center center;
}
.grf_mensaje_quedan_dias p {
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
    padding-top: 130px;
    background: url(/elecciones/widget/catalanas_27S/img/22m_2.png) no-repeat;
    background-size: 232px auto;
    text-align: left;
    padding-left: 27px;
    width: 177px;
    padding-right: 25px;
}
.grf_recuadro {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 10px;
    margin-left: 4px;
    vertical-align: middle;
    margin-right: 3px;
}
.grf_etiqueta_leyenda .grf_n_partido {
    font-weight: normal;
    font-size: 12px;
    font: normal 11px 'Roboto Condensed',sans-serif;
    color: #666;
}
.grf_etiqueta_leyenda .grf_electos {
    font-weight: bold;
    font-size: 12px;
    margin-left: 5px;
    padding: 0 5px;
    font: bold 12px 'Benton Sans',sans-serif;
}
.grf_etiqueta_leyenda {
    margin-right: 15px;
    white-space: nowrap;
    display: inline-block;
}
.grf_texto_mayoria {
    display: none
}
.grf_c_leyenda {
line-height: 20px;}
.grf_c_leyenda.grf_leyendademasiadogrande {

}
.grf_c_leyenda.grf_leyendademasiadogrande:hover {
    background-color: #fff;
    height: auto !important;
    z-index: 1000;
    border-bottom: 0;
}

/* fin estilos graficas */

/* mapa */

.mpa_etiqueta_territorio {
    pointer-events: none;
}
.mpa_etiqueta_territorio .mpa_nombre_territorio {
    display: none;
}
.mpa_sin_datos .mpa_etiqueta_territorio {
    color: #999;
    text-shadow: none;
}
.mpa_etiqueta_territorio span {
    font: bold 11px "Benton Sans", sans-serif;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3), -1px -1px 0 rgba(0,0,0,.3), 1px -1px 0 rgba(0,0,0,.3), -1px 1px 0 rgba(0,0,0,.3), 1px 1px 0 rgba(0,0,0,.3);
    color: #fff;
    letter-spacing: .5px;
}
.mpa_escrutado_territorio {
    display: none;
}
.mapa_comunidades .mpa_escrutado_territorio {
    display: block;
    white-space: nowrap;
}
.mapa_comunidades span.mpa_escrutado_territorio {
    width: 28px;
    text-align: center;
    padding: 1px 2px 1px 0px;
    border-radius: 15px;
    display: inline-block;
    color: #000;
    font-family: 'Roboto Condensed',sans-serif;
}
.mapa_comunidades .mpa_escrutado_territorio .mpa_simbolo {
    padding-left: 1px;
}
.mapa_comunidades .mpa_escrutado_territorio em {
    display: none;
}
.mpa_mapa_tip {
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
}
.mpa_mapa_tip span {
    display: block;
    white-space: nowrap;
}
.mpa_mapa_tip span span {
    display: inline;
}
.mpa_nombre_territorio {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 0;
}
.mpa_mapa_porciento_escrutado {
    margin-top: 4px;
    font-size: 10px;
    color: #ccc;
    text-transform: uppercase;
}
.mpa_leyenda {
    position: absolute;
    top: -32px;
    left: 10px;
    font-size: 12px;
}
.wdg_mapa svg polygon {
    cursor: pointer;
}
.wdg_mapa svg polygon:hover {
    opacity: .7;
}
.mpa_desplegable {
    position: absolute;
    right: 3%;
    bottom: -10px;
    z-index: 100;
    font: normal 14px 'Roboto Condensed', sans-serif;
    background-color: #fff;
    border: 1px dashed #999;
    padding: 5px;
    color: #666;
}
/* fin mapa */

.wdg_cabecera {
    background-color: #1D93C7;
    position: relative;
}
.wdg_cabecera h1 {
    background-position: 12px 15px;
    background-repeat: no-repeat;
    color: #000;
    font-family: 'Benton Sans', Arial, Helvetica, sans-serif;
    margin: 0 auto;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 0 6px 0;
    line-height: 16px;
    font-size: 18px;
    font-weight: normal;
    text-indent: 10px;
}
.wdg_cabecera h1 b {
    font-weight:700;
}

@media (-webkit-min-device-pixel-ratio: 1.5) {

}
.wdg_cabecera h1 strong {
    font-weight: normal;
    text-transform: uppercase;
}
.wdg_menu {
    position: relative;
    height: 54px;
}
.modo_app .wdg_menu {
    text-align:left;
}
.wdg_menu ul {
    background-color: #fff;
    border-bottom: 1px solid #E7E7E7;
    padding-left: 7px;
    height: 36px;
}
.wdg_menu ul ul {
    background-color: #ffffff;
}
.wdg_menu ul li.activo > a {
    color: #1D93C7;
    position: relative;
    border-color: #1D93C7;
}
.wdg_menu ul ul li.activo > a {
    background-color: #fff;
    color: #000;
    font-weight: bold;
}
.wdg_submenu {
    height: 37px;
    padding-top: 5px;
    position: relative;
    position: absolute;
    width: 100%;
    left: 0;
    top: 48px;
    z-index: 300;
}
.wdg_submenu_mapa {
    top: 10px;
}
.wdg_submenu .wdg_escanos_nvotos {
    position: absolute;
    top: 0;
    left: 10px;
}
.wdg_submenu .wdg_otros_anios {
    position: absolute;
    top: 0;
    right: 10px;
}
.wdg_submenu ul li {
    font-size: 12px;
}
.wdg_menu ul li,
.wdg_submenu ul li {
    display: inline-block;
}

.wdg_menu ul li a,
.wdg_submenu ul li a,
.wdg_pie_grafica ul li a {
    color: #fff;
    display: inline-block;
    padding: 13px 0px 10px 0px;
    text-decoration: none;
    font-size: 12px;
}
.wdg_menu ul li ul {
    position: absolute;
    left: 0;
    top: 41px;
    display: none;
}
.wdg_menu ul li.activo ul {
    display: block;
    margin-left: 2px;
}
.wdg_menu_nivel_1 ul li a.activo {
    padding-top: 6px;
}
.wdg_menu_nivel_1 ul li a {
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    color: #999;
}
.modo_app .wdg_menu_nivel_1 ul li a {
    font-size: 11px;
}
.wdg_menu_nivel_1 ul ul li a {
    border-right: 0;
    color: #55A39F;
    padding: 16px 8px;
}
.wdg_menu_nivel_1 ul ul li a#municipios_municipales,
.wdg_menu_nivel_1 ul ul li a#municipios_autonomicas {
    padding-left: 25px;
    background: url(/elecciones/widget/catalanas_27S/img/buscar.png) no-repeat 10px 15px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
.wdg_menu_nivel_1 ul ul li a#municipios_municipales,
.wdg_menu_nivel_1 ul ul li a#municipios_autonomicas {
    background-image: url(/elecciones/widget/catalanas_27S/img/buscar_3x.png);
    background-size: 12px 12px;
}
}
.wdg_menu ul li a {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-right: 6px;
}
.wdg_menu ul ul li a {
    font-size: 13px;
}
.wdg_submenu ul li a,
.wdg_pie_grafica ul li a {
    padding: 8px 5px;
    text-transform: uppercase;
    border-right: 0;
    color: #000;
    margin-right: 1px;
    font-weight: bold;
    color: #999;
}
.wdg_submenu ul li a:hover {
    background-color: #eee;
}
.wdg_submenu ul li a {
    background-position: 0 -62px;
    border-bottom: 1px solid #ddd;
}
.mapa_sin_datos {
    background: url(/elecciones/widget/catalanas_27S/img/datos_no_disponibles.png) no-repeat center center;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
.mapa_sin_datos {
    background-image: url(/elecciones/widget/catalanas_27S/img/datos_no_disponibles_2x.png);
    background-size: 124px 140px;
}
}
.wdg_submenu a.wdg_menu_nvotos {
    background-position: 0 -26px;
}
.wdg_submenu a.wdg_menu_escanos {
    background-position: 1px 8px;
}

.wdg_submenu ul li {
    font-family: 'Roboto Condensed',sans-serif;
}
.wdg_submenu ul li.activo a,
ul.wdg_otros_anios li.anio_activo a {
    color: #1D93C7;
    position:relative;
    border-bottom: 3px solid #1D93C7;
}
.wdg_pie {
    background-color: #fff;
    height: 40px;
}
body.modo_app .wdg_pie {
    border: 0;
    height: 0;
    position: static;
}
body.modo_app #widget {
    border: 0;
}
body.modo_app .wdg_cabecera h1 {
    font-size: 15px;
    padding-top: 8px;
}
.wdg_pie .wdg_logo {
    position: absolute;
    top: 9px;
    lefT: 0px;
}
.wdg_pie_grafica {
    position: absolute;
    width: 98%;
    bottom: 0px;
    height: 36px;
    left: 0;
}
.wdg_menu_pie_mapa {
    position: absolute;
    left: 6px;
    top: 0;
}
.wdg_pie_grafica ul {

    left: 5px;
    position: absolute;
}
.wdg_pie_grafica ul.wdg_c_resto_pie {
    position: absolute;
    right: 10px;
    top: 0;
}
.wdg_pie_grafica ul li {
    display: inline-block;
}
.wdg_pie_grafica .wdg_menu_detalles {
    background: url(/elecciones/widget/catalanas_27S/img/enlace_externo.png) no-repeat;
    background-size: 10px auto;
    background-position: left center;
    padding: 5px 0 5px 14px;
    font-size: 12px;
    color: #898C90;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 8px;
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: bold;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
.wdg_pie_grafica ul li.wdg_menu_detalles a {
    background-image: url(/elecciones/widget/catalanas_27S/img/enlace_externo_2x.png);
}
}
body.modo_app .wdg_pie .wdg_logo {
    float: none;
    left: auto;
    position: absolute;
    right: 5px;
    top: 8px;
}
body.modo_app .wdg_pie .wdg_logo a {
    height: 17px;
    height: auto;
    background-size: auto 15px;
    width: 66px;
}
.wdg_pie .wdg_logo a {
    background: url(/elecciones/widget/catalanas_27S/img/logo_elpais.png) no-repeat;
    display: block;
    height: 20px;
    text-indent: -1000px;
    width: 82px;
    overflow: hidden;
    background-size: auto 20px;
    width: 91px;
}
body.modo_app .wdg_pie .wdg_logo a {
    background: url(/elecciones/widget/catalanas_27S/img/logo_el_pais.svg) no-repeat;
    width: 60px;
    height: 26px;
    background-size: 60px auto;
    pointer-events: none;
}
body.modo_app .wdg_pie .wdg_llevate_widget {
    display: none;
}
.wdg_pie .wdg_llevate_widget {
    padding-top: 8px;
    width: 26px;
    overflow: hidden;
    position: absolute;
    top: 2px;
    left: 103px;
}
.wdg_pie .wdg_llevate_widget a {
    background: transparent url(/elecciones/widget/catalanas_27S/img/llevatelo.png) no-repeat;
    color: #666;
    display: inline-block;
    font: normal 9px  Arial, Helvetica, sans-serif;
    height: 20px;
    margin-left: 0;
    padding-left: 27px;
    padding-top: 4px;
    text-decoration: none;
    width: 30px;
    overflow: hidden;
    text-indent: -200px;
}
.wdg_capa {
    background-color: #fff;
    background-color: rgba(255,255,255,0.95);
}
.wdg_pie {
    margin: 0 10px;
    position: relative;
}
.wdg_pie_grafica {
    height: 40px;
}
.mapa_texto_encima {
    cursor: pointer;
    font: normal 9px Arial, Helvetica, sans-serif;
    z-index: 600;
}
.mapa_texto_encima span {
    display: block;
    white-space: nowrap;
}
.mapa_texto_encima .leyenda {
    position: relative;
}
.mapa_texto_encima .nombre_provincia {
    color: #fff;
    font-weight: bold;
    margin-bottom: 2px;
    text-shadow: rgba(0,0,0,0.7) 1px 1px 0;
    text-transform: uppercase;
}
.mapa_texto_encima .leyenda_sin_datos .nombre_provincia {
    color: #888;
    text-shadow: #fff 1px 1px 0;
    text-shadow: none;
}
.mapa_texto_encima .leyenda_sin_datos .sin_datos {
    background-color: #fff;
    border: 1px solid #aaa;
    box-shadow: rgba(0,0,0,.1) 2px 2px 0;
    color: #999;
    padding: 2px;
    text-transform: uppercase;
}
.mapa_texto_encima .porciento {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: rgba(0,0,0,0.15) 2px 2px 0;
    color: #666;
    padding: 2px;
}
.mapa_texto_encima .nombre_partido {
    background-color: #eee;
    border: 1px solid #ccc;
    border-top: 0;
    box-shadow: rgba(0,0,0,0.15) 2px 2px 0;
    font-weight: bold;
    padding: 2px;
}
.mapa_texto_encima .leyenda_girona .porciento {
    left: 0;
    position: absolute;
    top: -37px;
    width: 70px;
}
.mapa_texto_encima .leyenda_girona .nombre_partido {
    left: 0;
    position: absolute;
    top: -20px;
    width: 70px;
}
.mapa_texto_encima .leyenda_lleida .nombre_provincia {
    text-align: right;
}
.mpa_leyenda {
    padding: 10px 0;
    width: 90%;
    text-align: left;
    line-height: 20px;
}
.mpa_leyenda_item {
    white-space: nowrap;
    display: inline-block;
    font: normal 11px 'Roboto Condensed',sans-serif;
}
.mpa_leyenda .mpa_recuadro {
    background-color: #eee;
    display: inline-block;
    height: 10px;
    margin-left: 8px;
    width: 10px;
    border-radius: 18px;
    margin-right: 4px;
}
.mpa_leyenda .mpa_n_partido {
    font: normal 11px 'Roboto Condensed',sans-serif;
}
.mpa_leyenda .wdg_leyenda {
    display: inline-block;
    font: normal 11px  Arial, Helvetica, sans-serif;
    margin-right: 10px;
}
.wdg_resultados ul {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.wdg_resultados ul,
.wdg_resultados ul li {
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-height: 200px;
}
.wdg_resultados ul li {
    border: 1px solid #aaa;
    border-bottom: 0;
    padding: 0;
}
.wdg_resultados ul li a {
    background-position: right 10px;
    background-repeat: no-repeat;
    color: #111;
    display: block;
    margin-right: 10px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-size: 16px;
}
.wdg_resultados ul li:hover {
    background-color: #eee;
}
.wdg_resultados ul li:last-child {
    border-bottom: 1px solid #aaa;
}
.wdg_resultados {
    margin: 0 5% 0 5%;
    overflow: auto;
}
.wdg_resultados .wdg_no_resultados,
.wdg_resultados .wdg_buscando {
    border: 0;
    color: #666;
    font-size: 13px;
    font-style: italic;
    padding: 10px 0;
    padding: 10px;
    line-height: 19px;
}
.wdg_buscar_municipio {
    padding: 0 0 20px 0;
    margin: 56px 30px 10px 30px;
    border: 1px dashed #999;
    border-radius: 10px;
}
.wdg_resultados .wdg_buscando {
    background: #fff url(/elecciones/widget/catalanas_27S/img/spinner.gif) no-repeat 3px 3px;
}
.wdg_resultados,
.wdg_resultados .wdg_spinner {
    vertical-align: middle;
}
.wdg_resultados .wdg_spinner {
    background: #ccc url(/elecciones/widget/catalanas_27S/img/spinner.gif) no-repeat 1px 1px;
    display: inline-block;
    height: 16px;
    margin-right: 4px;
    padding: 1px;
    width: 16px;
}
.wdg_resultados ul li.wdg_error {
    color: #f10000;
    padding: 10px 0;
}
.wdg_resultados ul li.wdg_seleccionado {
    background-color: #666;
    color: #fff;
}
.wdg_resultados ul li.wdg_seleccionado a {
    color: #fff;
}
.wdg_elegir_municipio {
    padding: 10px 0;
    position: absolute;
    top: 25%;
    width: 100%;
}
.wdg_elegir_municipio a {
    border: 1px solid #666;
    box-shadow: #eee 0 3px 5px;
    color: #333;
    display: block;
    font-size: 14px;
    margin: 20px 0;
    margin-bottom: 50px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
}
.wdg_c_boton_detectar_localizacion,
.wdg_c_boton_buscar_municipio {
    background-color: #eee;
    margin: 0 10px;
}
.wdg_elegir_municipio a:hover {
    background-color: #eee;
}
.wdg_buscar_municipio h2 {
    color: #666;
    font-size: 13px;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 5% 5% 1% 5%;
    text-transform: uppercase;
    text-align: center;
}
.wdg_buscar_municipio input {
    border: 2px solid #666;
    display: block;
    font: normal 17px 'Benton Sans', sans-serif;
    margin: 0;
    margin: 2% 5% 0 5%;
    padding: 1%;
    width: 88%;
    outline: none;
}
.wdg_buscar_municipio input:focus,
.wdg_buscar_municipio input:active {
    border-color: #1D93C7 !important;
}
.wdg_resultados ul li:last-child {
    box-shadow: #ddd 0 2px 5px;
}
.patrocinio {
    border: 1px solid #ccc;
    border-top: 0;
    height: 44px;
    text-align: center;
}
.patrocinio img {
    margin: 6px 0 0 0;
}
body.modo_app .patrocinio {
    text-align: right;
}
body.modo_app .patrocinio img.patrocinado_por {
    height: auto;
    margin-right: 10px;
    width: 40px;
}
body.modo_app .patrocinio img.anunciante {
    height: auto;
    margin-right: 10px;
    width: 100px;
}
.patrocinio img,
.patrocinio a img {
    border: 0;
}
.wdg_patras {
    position: relative;
}
.wdg_patras .grf_cabecera {
    margin-left: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wdg_patras h2.grf_titulo {
    margin-top: 8px;
}
a.wdg_boton_atras {
    background: white url(/elecciones/widget/catalanas_27S/img/volver.png) no-repeat 3px 3px;
    cursor: pointer;
    display: inline-block;
    height: 33px;
    left: 5px;
    overflow: hidden;
    padding-right: 5px;
    position: absolute;
    text-indent: -1000px;
    top: 2px;
    width: 28px;
    z-index: 1000;
}
.wdg_municipio {
    margin-top: 10px;
}
a.wdg_boton_atras_municipio {
    top: 2px;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
a.wdg_boton_atras {
    background-image: url(/elecciones/widget/catalanas_27S/img/volver_2x.png);
    background-size: 28px 28px;
}
}
area {
    cursor: default;
    display: block;
}
.wdg_mapa area {
    cursor: pointer;
}
.wdg_resultados .wdg_no_resultados.wdg_error {
    color: #f10000;
    margin-top: 10px;
    border: 1px dashed #f10000;
}
/* noticias */

.c_noticias,
.wdg_noticias {
    -webkit-overflow-scrolling: touch;
}
.c_noticias .noticia {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: 10px;
}
.c_noticias .noticia img {
    width: 100%;
    height: auto;
    background: #ddd url(https://rsl00.epimg.net/elecciones/widget/generales/img/spinner.gif) no-repeat center center;
    margin-top: -10px;
}
.c_noticias .noticia h2,
.c_noticias .noticia p {
    margin: 5px 7px;
}
.c_noticias .noticia a {
    color: #000;
}
.c_noticias .noticia h2 {
    color: #000;
    font-size: 21px;
    line-height: 24px;
    font-family: 'Majerit Headline Regular';
    margin-top: 2px;
    letter-spacing: -0.05;
    letter-spacing: -0.09px;
}
.c_noticias .noticia p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
    line-height: 18px;
}
/* eskup */

.mensajes {
    padding: 15px 5px 20px 5px;
}
.mensajes .mensaje {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
    min-height: 40px;
}
.mensajes .mensaje p {
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
.mensajes .mensaje .identidad {
    width: 35px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0 5px 5px 0;
}
.mensajes .mensaje .comentario,
.mensajes .mensaje .pie,
.mensajes .mensaje .foto_mensaje {
    margin-left: 45px;
}
.mensajes .mensaje .foto_mensaje {
    margin-top: 10px;
}
.mensajes .mensaje .foto_mensaje img,
.mensajes .mensaje .identidad img {
    width: 100%;
    height: auto;
}
.mensajes .mensaje .pie {
    font-size: 11px;
    padding-top: 10px;
    color: #999;
    height: 10px;
}
.mensajes .mensaje .nombre {
    float: left;
}
.mensajes .mensaje .fecha {
    float: right;
}
.mensajes a {
    color: #1D93C7;
}
.mensajes a:after {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    background: url(/elecciones/widget/catalanas_27S/img/enlace_externo.png) no-repeat;
    background-size: 10px auto;
}
 @media (-webkit-min-device-pixel-ratio: 1.5) {
.mensajes a:after {
    background-image: url(/elecciones/widget/catalanas_27S/img/enlace_externo_2x.png);
}
}
.cargar_mas a {
    background-color: #1D93C7;
    color: #fff;
    display: block;
    padding: 10px;
    margin: 5px 0;
    text-align: Center;
    font-size: 12px;
    text-transform: uppercase;
}
.notificacion {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    border-top: 1px solid #fff;
    background: yellow;
    background-color: yellow;
    background-color: rgba(243,193,18,0.98);
    box-shadow: rgba(0,0,0,0.5) 0 0 20px;
    padding: 1.2em 0;
    font-size: 0.9em;
    color: #000;
    font-weight: bold;
    text-align: Center;
    z-index: 1000;
    display: none;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    transition-property: opacity;
    transition-duration: 1s;
    opacity: 1;
}
.notificacion.visible {
    display: block;
    opacity: 1;
}
.notificacion.quita {
    display: block;
    opacity: 0;
}
.cargando_mas {
    display: none;
    padding: 1em;
    color: #333;
    text-align: Center;
    font-size: 0.8em;
    font-weight: normal;
}
body .wdg_pie_grafica ul li.wdg_compartir {
    display: block;
    font-size: 1;
}
body .wdg_pie_grafica ul li.wdg_compartir a {
    width: 36px;
    height: 36px;
    padding: 0;
    display: inline-block;
    text-indent: -300px;
    overflow: hidden;
    background-color: transparent;
    background-size: 20px auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0;
    border: 0;
}
.wdg_pie_grafica ul li.wdg_compartir a.wdg_twitter {
    background-image: url(/elecciones/widget/catalanas_27S/img/twitter.svg);
    background-size: 19px auto;
}
.wdg_pie_grafica ul li.wdg_compartir a.wdg_facebook {
    background-image: url(/elecciones/widget/catalanas_27S/img/facebook.svg);
}
.wdg_pie_grafica ul li.wdg_compartir a.wdg_whatsapp {
    background-image: url(/elecciones/widget/catalanas_27S/img/whatsapp.svg);
}
.wdg_contenido {
}
.wdg_boton_idiomas {
    position: absolute;
    right: 2px;
    top: 6px;
    width: 20px;
    height: 26px;
}
body.modo_app .wdg_boton_idiomas {
    display: none;
}
.wdg_boton_idiomas span {
    background: url(/elecciones/widget/catalanas_27S/img/desplegar.png) no-repeat right center;
    display: block;
}
.wdg_boton_idiomas.wdg_activo span {
    background-image: url(/elecciones/widget/catalanas_27S/img/plegar.png);
}
.wdg_boton_idiomas {
    display: block;
    height: 26px;
    width: 16px;
    text-indent: 100px;
    overflow: hidden;
    background-image: url(/elecciones/widget/catalanas_27S/img/banderas.png);
    background-repeat: no-repeat;
    padding-left: 20px;
}
.wdg_bandera_es {
    background-position: 4px 4px;
}
.wdg_bandera_en {
    background-position: 4px -36px;
    border-top: 1px dotted #ccc;
    margin-top: 0;
    padding-top: 5px;
}
.wdg_bandera_fr {
    background-position: 4px -75px;
}
.wdg_bandera_de {
    background-position: 4px -116px;
}
.wdg_bandera_it {
    background-position: 4px -156px;
}
.wdg_bandera_pt {
    background-position: 4px -196px;
}
.wdg_bandera_cat {
    background-position: 4px -236px;
}
.wdg_bandera_eus {
    background-position: 4px -276px;
}
.wdg_bandera_gal {
    background-position: 4px -316px;
}
.wdg_capa_idiomas {
    position: absolute;
    right: 0;
    transition: opacity .2s ease-out;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    opacity: 1;
    box-shadow: rgba(0,0,0,.2) 0 0 20px;
    z-index: 100;
}
.wdg_capa_idiomas.wdg_oculto {
    max-height: 0;
    opacity: 0;
    padding: 0;
    border: 0;
}
.wdg_capa_idiomas a {
    display: block;
    color: #666;
    font-weight: normal;
    padding: 10px 10px 10px 32px;
    text-transform: uppercase;
    font-size: 13px;
    background-image: url(/elecciones/widget/catalanas_27S/img/banderas.png);
    background-repeat: no-repeat;
}
.wdg_capa_idiomas a.wdg_activo {
    color: #000;
    font-weight: bold;
}
.idioma_en #ultimahora_municipales,
.idioma_en #noticias_municipales,
.idioma_en #ultimahora_autonomicas,
.idioma_en #noticias_autonomicas,
.idioma_fr #ultimahora_municipales,
.idioma_fr #noticias_municipales,
.idioma_fr #ultimahora_autonomicas,
.idioma_fr #noticias_autonomicas,
.idioma_de #ultimahora_municipales,
.idioma_de #noticias_municipales,
.idioma_de #ultimahora_autonomicas,
.idioma_de #noticias_autonomicas,
.idioma_it #ultimahora_municipales,
.idioma_it #noticias_municipales,
.idioma_it #ultimahora_autonomicas,
.idioma_it #noticias_autonomicas,
.idioma_pt #ultimahora_municipales,
.idioma_pt #noticias_municipales,
.idioma_pt #ultimahora_autonomicas,
.idioma_pt #noticias_autonomicas,
.idioma_en #ultimahora_municipales,
.idioma_en #noticias_municipales,
.idioma_en #ultimahora_autonomicas,
.idioma_en #noticias_autonomicas {
    display: none;
}
svg polygon:hover {
    cursor: pointer;
    opacity: .7;
}
.mpa_leyenda_canarias3 span,
.mpa_leyenda_baleares2  span {
    text-shadow: none;
    color: #666;
}

@media (max-width: 370px) {
   .wdg_menu ul li a {
    max-width: 5.4em;
    overflow: hidden;
    text-overflow: ellipsis;
   }
}