body {
    font-size: 95%;
}
body, a {
    color: #4C4C4C;
}

/* -------------------- BANNER -------------------- */
#banner {
    box-shadow: 0px 0px 3px #333;
    background-color: #0E3F68;
}
#banner img {
    max-height: 80px;
}
#links {
    display: none;
    float: right;
    font-size: 90%;
    padding: 1em 2em 0em 0em;
}
.js #links {
    display: block;
}
#links li {
    padding-left: 1.5em;
}
#links li a {
    color: #FFF;
}
#links li a:hover {
    text-decoration: underline;
}
#links #imprimir {
    padding-bottom: 0.5em;
    background: url("../imagenes/imprimir.png") no-repeat;
}
#links #recargar {
    background: url("../imagenes/recargar.png") no-repeat;
}
/* -------------------- FIN BANNER -------------------- */


/* -------------------- MENU -------------------- */
#menu .boton {
    margin: 0.2em;
    padding: 0.4em;
    background-color: #FFF;
    box-shadow: 0px 0px 3px #3C465F;
    font-weight: normal;
    border-radius: 5px;
    -webkit-transition: background-color 0.15s ease, color 0.15s ease;
    -moz-transition: background-color 0.15s ease, color 0.15s ease;
    -o-transition: background-color 0.15s ease, color 0.15s ease;
    -ms-transition: background-color 0.15s ease, color 0.15s ease;
    transition: background-color 0.15s ease, color 0.15s ease;
}
#menudesplegable {
    display: none;
}
.I #menudesplegable {
    display: block;
    text-align: center;
}
#menubotones {
    text-align: center;
}
#menu li {
    display: inline-block;
    margin-bottom: 1em;
}
.botonjs {
    display: none;
}
.js .botonjs {
    display: inline;
}
.js .botonnojs {
    display: none;
}
/* -------------------- FIN MENU -------------------- */



/* -------------------- PAGINA -------------------- */

/* -------------------- INDICES -------------------- */
#indicesmunicipios {
    width: 240px;
    float: left;
    border: 1px solid #CCC;
    box-shadow: 0px 0px 5px #CCC;
    background-color: #FFF;
    margin-bottom: 1em;
}
#interiorindicesmunicipios {
    margin: 0.5em 0.2em 0.5em 1em;
}
#interiorindicesmunicipios span {
    display: none;
    padding: 0 0.2em;
    cursor: pointer;
}
.js #interiorindicesmunicipios span {
    display: inline-block;
}
.js .linkmuninojs {
    display: none;
}
#interiorindicesmunicipios .indices li {
    -webkit-transition: background-color 0.15s ease, color 0.15s ease;
    -moz-transition: background-color 0.15s ease, color 0.15s ease;
    -o-transition: background-color 0.15s ease, color 0.15s ease;
    -ms-transition: background-color 0.15s ease, color 0.15s ease;
    transition: background-color 0.15s ease, color 0.15s ease;
}
#interiorindicesmunicipios .indices li:hover,
#interiorindicesmunicipios .indices li.act {
    background-color: #909090;
}
#interiorindicesmunicipios .municipios {
    padding-left: 1em;
    background-color: #FFF;
    max-height: 200px;

}
#indiceselecciones {
    display: none;
    background-color: #FFF;
}
#interiorindiceselecciones {
    margin: 0.5em 0.2em 0.5em 0.5em;
}
.indices li {
    border-bottom: 1px solid #DDD;
}
.indices li a {
    display: inline-block;
    padding: 0.3em;
}
.indices li:hover > span,
.indices li:hover > a,
.indices li.act > a,
.indices li.act > span {
    color: #FFF;
}
#interiorindicesmunicipios .municipios li:hover,
#interiorindicesmunicipios .municipios li.act {
    background-color: #FFF;
}
#interiorindicesmunicipios .municipios li a {
    border-left: 5px solid #FFF;
}
#interiorindicesmunicipios .municipios li:hover a,
#interiorindicesmunicipios .municipios li.act a {
    color: #08456C;
    border-left-color: #909090;
}
.indices .municipios li a:hover {
    color: #2096D3;
}
.total {
    font-weight: bold;
}
#interiorindicesmunicipios li .ambitos {
    text-align: center;
    background-color: #F3F3F3;
    border-bottom: 1px solid #DDD;
}
#interiorindicesmunicipios li .ambitos span {
    padding: 0 0.6em;
}
#interiorindicesmunicipios li .ambitos span.act {
    border-bottom: 5px solid #909090;
}
#interiorindicesmunicipios li.mun {
    display: none;
}

.I #pagina {
    width: 100%;
}
.I #indicesnojs ul li {
    display: inline-block;
}
.I #indicesnojs {
    margin: 1em auto;
}
.I a:hover {
    color: #2096D3;
}

.IE #indicesnojs {
    width: 90%;
}
.IE #indicesnojs ul {
    text-align: center;
}
.IE #indicesnojs ul li a {
    display: inline-block;
    margin: 0.3em;
}
.IE #indicesnojs ul li a:hover {
    text-decoration: underline;
}

.IM #indicesnojs {
    width: 95%;
}
.IM #indicesnojs li.prov {
    display: block;
    margin-bottom: 0.5em;
}
.IM #indicesnojs a.prov {
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;    
}
.IM #indicesnojs a.muni {
    margin: 0.2em;
}
.IM #indicesnojs a.muni:hover {
    text-decoration: underline;
}
.IM p.tit {
    margin: 0.2em 0 0 1em;
    text-decoration: underline;
}
/* -------------------- FIN INDICES -------------------- */



/* -------------------- CONTENIDO -------------------- */
#contenido {
    margin-left: 240px;
    font-size: 95%;
}
#interiorcontenido {
    width: 97%;
    margin: auto;
}
/* -------------------- CABECERA -------------------- */
#cabecera {
    width: 100%;
}
#titulo {
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 3px #BBB;
    margin-bottom: 0.5em;
}
#titulo p {
    padding: 0.3em 0;
    text-transform: uppercase;
    font-weight: bold;
}
#subtitulo {
    margin-bottom: 0.5em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #CFCFCF;
    overflow: hidden;
}
#literalsubtitulo {
    width: 60%;
    float: left;
}
#literalsubtitulo p {
    padding: 0 1em;
    font-weight: bold;
}
#horafecha {
    width: 40%;
    margin-left: 60%;
    text-align: right;
    font-size: 80%;
}
#fechacorta {
    display: none;
}
#participacion {
    width: 100%;
    margin-bottom: 1em;
}
#participacion p {
    margin-left: 2em;
    padding-left: 0.5em;
    font-size: 95%;
}
#participacion span {
    font-weight: bold;
}
/* -------------------- FIN CABECERA -------------------- */

/* -------------------- DATOS -------------------- */
#datos {
    width: 100%;
}
#datosmesasygraficos {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1em;
}
/* ---------- MESAS ---------- */
#datosmesas {
    float: none;
    margin: auto;
    width: 100%;
    text-align: center;
}
#datosmesashabilitadas {
    float: left;
    width: 50%;
}
#tablamesashabilitadas {
    width: 80%;
    text-align: right;
    box-shadow: 2px 2px 6px #DDD;
    max-width: 25em;
    margin: 0 auto;
    border: 1px solid #DDD;
}
#datosmesasescrutadas {
    width: 50%;
    margin-left: 50%;
}
#tablamesasescrutadas {
    text-align: right;
    box-shadow: 2px 2px 6px #DDD;
    max-width: 25em;
    margin: 0 auto;
    border: 1px solid #DDD;
    width: 80%;
}
#datosmesas thead .literal {
    text-align: center;
}
#datosmesas th,
#datosmesas td {
    padding: 0.2em 0.5em;
    border-bottom: 1px solid #DDD;
}
#datosmesas tbody tr:hover {
    background-color: #FDFFDE;
}
#datosmesas th {
    text-align: center;
}
#datosmesas tbody .literal {
    text-align: left;
}
/* ---------- FIN MESAS ---------- */

/* ---------- CARGELE ---------- */
#cargele {
    width: 100%;
    margin: 0px auto 0.5em;
}
#cargele p {
    text-align: center;
}
#cargele p span {
    font-weight: bold;
}
#infocargos {
    text-align: center;
    font-size: 90%;
    margin-bottom: 2em;
}
/* ---------- FIN CARGELE ---------- */

/* ---------- AGRUPACIONES ---------- */
#datosagrupaciones {
    text-align: center;
    width: 100%;
    margin: 0em auto 2em auto;
}
#tablaagrupaciones {
    font-size: 95%;
    width: 90%;
    margin: auto;
    text-align: left;
    box-shadow: 2px 2px 6px #DDD;
    border: 1px solid #DDD;
}
#tablaagrupaciones .agrup {
    font-weight: bold;
}
#tablaagrupaciones .carg {
    text-align: center;
}
#tablaagrupaciones .lista .denom {
    padding-left: 2em;
    font-style: italic;
}
#tablaagrupaciones .lista .vot,
#tablaagrupaciones .lista .pvot {
    font-style: italic;
}
#tablaagrupaciones th {
    text-align: center;
}
#tablaagrupaciones th,
#tablaagrupaciones td {
    padding: 0.4em 0.5em;
}
#tablaagrupaciones .vot,
#tablaagrupaciones .pvot {
    text-align: right;
}
#tablaagrupaciones .denom span {
    border-bottom: 6px solid;
    display: block;
    box-shadow: 1px 1px 4px #CCC;
    margin-top: 0.2em;
}
.previos #tablaagrupaciones .denom span {
    border-bottom: none;
    margin-top: 0;
    box-shadow: none;
}
/* ---------- FIN AGRUPACIONES ---------- */

/* ---------- VOTOS ---------- */
#datosvotos {
    text-align: center;
    width: 100%;
    margin-bottom: 2em;
}
#tablavotos {
    width: 60%;
    max-width: 35em;
    margin: auto;
    text-align: left;
    box-shadow: 2px 2px 6px #DDD;
    border: 1px solid #DDD;
}
#tablavotos thead .literal {
    text-align: center;
}
#tablavotos th,
#tablavotos td {
    padding: 0.2em 0.5em;
    border-bottom: 1px solid #DDD;
}
#tablavotos td.ident {
    padding-left: 1.5em;
}
#tablavotos tbody tr:hover {
    background-color: #FDFFDE;
}
#tablavotos .vot,
#tablavotos .pvot {
    text-align: right;
}
/* ---------- FIN VOTOS ---------- */

/* ---------- RESUMEN ---------- */
#datosresumen {
    margin: 1em 0em 2.5em 0em;
}
#toggleresumen {
    width: 95%;
    margin: 0 auto 0.6em auto;
    text-align: center;
}
#toggleresumen {
    display: none;
}
.js #toggleresumen {
    display: block;
    width: 100%;
}
#toggleresumen div {
    display: inline-block;
    margin: 0 1em;
    padding: 0.2em 0.8em;
    border: 1px solid #CCC;
    box-shadow: 0px 0px 2px #DDD;
    cursor: pointer;
}
#toggleresumen .act {
    background-color: #909090;
    color: #FFF;
    font-weight: bold;
}
#toggleresumen .none {
    display: none;
}
#tablaresumen {
    font-size: 85%;
    width: 98%;
    max-width: 1400px;
    margin: auto;
    box-shadow: 2px 2px 6px #DDD;
}
.js #tablaresumen .reg {
    display: none;
}
.js #tablaresumen tbody tr {
    cursor: pointer;
}
#tablaresumen th,
#tablaresumen td {
    padding: 0.4em 0.5em;
    border: 1px solid #DDD;
}
#tablaresumen th.literal {
    padding: 0.5em 0;
}
#tablaresumen th.denom {
    text-align: left;
    padding-left: 1em;
}
#tablaresumen .vot,
#tablaresumen .pvot {
    text-align: right;
}
/* ---------- FIN RESUMEN ---------- */

/* -------------------- MAPAS -------------------- */
#datosmapa,
#datosmaparesumen,
.js.ie7 #datosmapa,
.js.ie7 #datosmaparesumen,
.js.ie8 #datosmapa,
.js.ie8 #datosmaparesumen {
    display: none;
}
.js.blackberry #datosmapa,
.js.blackberry #datosmaparesumen {
    display: none;
}
.js #datosmapa,
.js #datosmaparesumen {
    display: block;
}
.js #datosmaparesumen {
    margin: auto;
    padding-bottom: 1.5em;
    width: 95%;
    overflow: hidden;
    max-width: 100em;
}
.js #interiormaparesumen {
    float: left;
    width: 50%;
}
.js #maparesumen {
    height: 350px;
    width: 100%;
    padding: 0.5em 0;
}
.js #datosleyendaresumen {
    width: 50%;
    height: 100%;
    margin-left: 50%;
}
.js #interiorleyendaresumen {
    width: 95%;
    margin: auto;
    margin-top: 1em;
}
.js #datosleyendaresumen p {
    width: 100%;
    text-align: center;
    font-weight: bold;
}
.js #inforesumen {
    margin-top: 4em;
    padding: 0.5em 0;
    box-shadow: 0px 0px 5px #A1A1A1;
}
.js #datosleyendaresumen #opcionesresumen {
    text-align: center;
    font-size: 0;
}
.js #datosleyendaresumen #opcionesresumen li {
    box-shadow: 0px 6px 5px #CCC;
    font-size: 14px;
    width: 10%;
    display: inline-block;
    padding: 0.6em 1em;
    margin: 0;
    text-align: center;
    background-color: #F9F9F9;
    cursor: pointer;
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    -moz-transition: background-color 0.4s ease, color 0.4s ease;
    -o-transition: background-color 0.4s ease, color 0.4s ease;
    -ms-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
}
.js #datosleyendaresumen #opcionesresumen li.act {
    font-weight: bold;
}
.js #datosleyendaresumen #opcionesresumen li.reg {
    display: none;   
}
.js #datosleyendaresumen #leyendaresumen {
    text-align: center;
    margin-top: 2em;
}
.js #datosleyendaresumen #leyendaresumen li {
    padding-left: 0.5em;
    margin: 0.2em 0.7em 0.2em 0.2em;
    border-left: 35px solid;
    display: inline-block;
    white-space: nowrap;
    line-height: 10px;
}
.js #hemi {
    margin: auto;
    height: 10em;
}
.js .PR.p99 #datosmapa {
    width: 30%;
    float: left;
    margin-bottom: 2em;
}
.js .PR.p99 #datosmapa #mapa {
    height: 500px;
}
.js .PR.p99 #datosmapa #mapa path,
.js .PR.p99 #datosmapa #mapa circle,
.js .R #maparesumen path,
.js .R #maparesumen circle {
    cursor: pointer;
}
.js .p99.PR #leyendamapa {
    display: none;
}
.js .PR.p99 #datosagrupaciones,
.js .PR.p99 #datosmesasygraficos{
    width: 70%;
    margin-left: 30%;
}
.js .PR.p99 #datosmesas {
    float: none;
    margin: auto;
    width: 100%;
}
.js .PR.p99 #datosmapa #mapa path[data-code="99"],
.js .PR.p99 #datosmapa #mapa path[data-code="_1"],
.js .PR.p99 #datosmapa #mapa path[data-code="_0"],
.js .R.p99 #datosmaparesumen #maparesumen path[data-code="99"],
.js .R.p99 #datosmaparesumen #maparesumen path[data-code="_1"],
.js .R.p99 #datosmaparesumen #maparesumen path[data-code="_0"] {
    stroke: #CDCDCD;
    stroke-width: 2;
}
.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    color: #555;
    font-size: 90%;
    padding: 5px 7px;
    box-shadow: 2px 2px 6px #DDD;
    text-align: center;
}
.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFF;
    padding: 5px;
    color: #2A2A2A;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    border: 1px solid #CCC;
}
.jvectormap-zoomin {
    top: 10px;
}
.jvectormap-zoomout {
    top: 35px;
}
.jvectormap-zoomin:hover, 
.jvectormap-zoomout:hover {
    background-color: #ededed;
}
.PR .jvectormap-marker,
.R .jvectormap-marker {
    stroke: #FFF;
    stroke-width: 1;
}
.R .jvectormap-region {
    stroke: #FFF;
    stroke-width: 2;
}
.PR .jvectormap-region,
.R.p99 .jvectormap-region {
    stroke: #FFF;
    stroke-width: 5;
}
.PR.previos .jvectormap-marker,
.R.previos .jvectormap-marker {
    stroke: #CDCDCD;
    stroke-width: 1;
}
.PR.previos .jvectormap-region,
.R.previos .jvectormap-region {
    stroke: #CDCDCD;
    stroke-width: 2;
}
.PN .jvectormap-region {
    stroke-width: 0;
}
.PN.previos .jvectormap-region {
    stroke: #C0C0C0;
    stroke-width: 0.05;
}
#titmapa {
    text-align: center;
}
#titmapa p {
    margin: 0.5em auto;
    font-size: 80%;
}
#titleyenda p {
    text-align: center;
    font-size: 80%;
    margin-top: 0.5em;
}
#leyendaescrutado {
    width: 95%;
    text-align: center;
}
#leyendaescrutado p {
    display: inline-block;
    width: 4%;
    font-size: 80%;
}
#leyendaescrutado .min {
    text-align: right;
    padding-right: 5px;
}
#leyendaescrutado .max {
    text-align: left;
}
#leyendaescrutado .barra {
    border: 1px solid #AAA;
    display: inline-block;
    width: 80%;
    height: 5px;
    position: relative;
    background: -webkit-linear-gradient(left, #e4e6e6, #6d7777); 
    background: -o-linear-gradient(left, #e4e6e6, #6d7777); 
    background: -moz-linear-gradient(left, #e4e6e6, #6d7777); 
    background: linear-gradient(to right, #e4e6e6, #6d7777);
}
#leyendaescrutado .barra .marca {
    margin-top: -5px;
    border-right: 1px solid #000;
    height: 15px;
    position: absolute;
}
/* -------------------- FIN MAPAS -------------------- */

/* -------------------- OTROS -------------------- */
#datosmuni20 {
    width: 90%;
    margin: auto;
}
#muni20, #muni20 #botonmuni20, #muni20 ul {
    width: 240px;
}
#muni20 {
    margin: 0 auto 1em auto;
    border: 1px solid #DDD;
    box-shadow: 2px 2px 5px #CCC;
}
#muni20:hover ul {
    display: block;
}
#muni20 #botonmuni20 {
    padding: 0.3em 0;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background: url("../imagenes/flecha-abajo.png") #F5812E no-repeat 162px center;
}
#muni20 ul {
    display: none;
    position: absolute;
    border: 1px solid #DDD;
    box-shadow: 2px 2px 5px #CCC;
    background-color: #FFF;
}
#muni20 ul li {
    padding: 0.1em 0.5em 0.1em 0.8em;
    border-bottom: 1px solid #DDD;
}
#muni20 ul li:hover {
    background-color: #FEF2EA;
}
/* -------------------- FIN OTROS -------------------- */

/* -------------------- FIN DATOS -------------------- */

/* -------------------- PIE -------------------- */
#pie {
    width: 100%;
    overflow: hidden;
    padding-bottom: 1em;
}
#literalpie {
    width: 60%;
    float: left;
}
#literalpie p {
    font-size: 80%;
    padding: 0.5em 1em 0em 0em;
    text-align: center;
}
#logopie {
    margin-left: 60%;
    width: 40%;
}
#logopie img {
    width: 100%;
    max-width: 250px;
}
/* -------------------- FIN PIE -------------------- */
/* -------------------- FIN CONTENIDO -------------------- */
/* -------------------- FIN PAGINA -------------------- */


@media only screen and (max-width: 1000px) {
    .js #links {
        display: none;
    }
    #menubotones {
        display: none;
    }
    #menudesplegable {
        display: block;
        text-align: center;
    }
    #menudesplegable li {
        margin: 0 0.5em 1em 0.5em;
    }
    #menudesplegable li:hover .boton {
        background-color: #909090;
        color: #FFF;
    }
    #contenido {
        width: 100%;
        margin: auto;
    }
    #indicesmunicipios, #indiceselecciones {
        position: absolute;
        z-index: 1000;
        display: block;
        opacity: 0;
        width: 0px;
        height: 0px;
        overflow: hidden;
    }
    #indicesmunicipios {
        left: -50%;
        overflow: auto;
    }
    #indiceselecciones {
        right: -50%;
    }
    .js .PR.p99 #datosmapa #mapa {
        height: 400px;
    }
    #muni20 #botonmuni20 {
        background-image: none;
    }
    #muni20 ul {
        display: block;
        height: 10em;
        overflow-y: scroll;
        position: static;
    }
    #muni20, #muni20 #botonmuni20, #muni20 ul {
        width: 100%;
        max-width: 400px;
    }
}

@media only screen and (max-width: 700px) {
    #fechalarga {
        display: none;
    }
    #fechacorta {
        display: block;
    }
    #datosmesasygraficos {
        display: table;
    }
    #datosmesas {
        width: 100%;
        float: none;
        display: table-footer-group;
    }
    #tablamesashabilitadas,
    #tablamesasescrutadas {
        width: 90%;
        margin: 0 auto 1em auto;
        float: none;
    }
    #tablavotos {
        width: 80%;
    }
    .js .PR.p99 #datosmapa {
        width: 100%;
        float: none;
    }
    .js .PR.p99 #datosagrupaciones,
    .js .PR.p99 #datosmesasygraficos{
        width: 100%;
        margin-left: 0;
    }
    #tablaresumen {
        box-shadow: none;
    }
    #tablaresumen thead, 
    #tablaresumen th {
        display: none;
    }
    #tablaresumen tr,
    #tablaresumen td {
        display: block;
    }
    #tablaresumen tr {
        margin-bottom: 2em;
        box-shadow: 2px 2px 6px #DDD;
    }
    #tablaresumen .denom {
        text-align: center;
        background-color: #E9E9E9;
        padding: 0.3em 0;
    }
    #tablaresumen .denom:hover {
        background-color: #E9E9E9;
    }
    #tablaresumen td {
        background-color: #FFF;
        padding-right: 1em;
    }
    #tablaresumen td.vot {
        padding-right: 3em;
    }
    #tablaresumen td:before {
        position: absolute;
        left: 7%;
    }
    #tablaresumen td.pr.vot:before {
        content: 'Presidente - Votos';
    }
    #tablaresumen td.pr.pvot:before {
        content: 'Presidente - %';
    }
    #tablaresumen td.pn.vot:before {
        content: 'Parlasur Nacional - Votos';
    }
    #tablaresumen td.pn.pvot:before {
        content: 'Parlasur Nacional - %';
    }
    #tablaresumen td.sn.vot:before {
        content: 'Senador Nacional - Votos';
    }
    #tablaresumen td.sn.pvot:before {
        content: 'Senador Nacional - %';
    }
    #tablaresumen td.dn.vot:before {
        content: 'Diputado Nacional - Votos';
    }
    #tablaresumen td.dn.pvot:before {
        content: 'Diputado Nacional - %';
    }
    #tablaresumen td.pp.vot:before {
        content: 'Parlasur Regional - Votos';
    }
    #tablaresumen td.pp.pvot:before {
        content: 'Parlasur Regional - %';
    }
    #tablaresumen td.go.vot:before {
        content: 'Gobernador - Votos';
    }
    #tablaresumen td.go.pvot:before {
        content: 'Gobernador - %';
    }
    #tablaresumen td.sp.vot:before {
        content: 'Senador Provincial - Votos';
    }
    #tablaresumen td.sp.pvot:before {
        content: 'Senador Provincial - %';
    }
    .p18 #tablaresumen td.sp.vot:before {
        content: 'Diputado Proporcional - Votos';
    }
    .p18 #tablaresumen td.sp.pvot:before {
        content: 'Diputado Proporcional - %';
    }
    #tablaresumen td.dp.vot:before {
        content: 'Diputado Provincial - Votos';
    }
    #tablaresumen td.dp.pvot:before {
        content: 'Diputado Provincial - %';
    }
    .p18 #tablaresumen td.dp.vot:before {
        content: 'Diputado Departamental - Votos';
    }
    .p18 #tablaresumen td.dp.pvot:before {
        content: 'Diputado Departamental - %';
    }
    #tablaresumen td:hover {
        background-color: #FDFFDE;
    }
    .js #datosmaparesumen {
        width: 100%;
    }
    .js #interiormaparesumen {
        width: 95%;
        margin: auto;
        float: none;
    }
    .js #inforesumen {
        margin-top: 1em;
    }
    .js #datosleyendaresumen {
        clear: both;
        width: 95%;
        margin: auto;
    }
    .js #datosleyendaresumen #leyendaresumen {
        padding-top: 1em;
        padding-left: 0;
        margin: 0;
    }
    .js .R #tablaresumen .act .denom {
        background-color: #FFF7BA;
    }
}

@media only screen and (max-width: 500px) {
    #banner img {
        width: 69%;
    }
    #menudesplegable li {
        margin: 0.2em 0.1em 1em 0.1em;
    }
    #literalsubtitulo {
        width: 100%;
        float: none;
    }
    #horafecha {
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #fechacorta {
        margin-left: 2em;
    }
    #datosmesashabilitadas,
    #datosmesasescrutadas {
        float: none;
        width: 100%;
        margin: auto;
    }
    #literalpie {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }
    #literalpie p {
        text-align: center;
        padding: 0.5em 0;
    }
    #logopie {
        margin: 0;
        width: 100%;
        text-align: center;
    }
}

/* -------------------- COLORES -------------------- */
#menu .INI:hover .boton {
    background-color: #909090;
    color: #FFF;
}

#menu .R:hover .boton,
#menu .R.act .boton {
    background-color: #909090;
    color: #FFF;
}
#indiceselecciones .R:hover,
#indiceselecciones .R.act {
    background-color: #909090;
    color: #FFF;
}
.R #titulo {
    background-color: #909090;
    color: #FFF;
}
.R #datosresumen .r1 {
    background-color: #E9E9E9;
}
.R #datosresumen .r1:hover,
.R #datosresumen .r2:hover {
    background-color: #FDFFDE;
}
.js .R #tablaresumen .act {
    background-color: #FFF7BA;
    border: 1px double #000;
}

#menu .PR:hover .boton,
#menu .PR.act .boton {
    background-color: #2096D3;
    color: #FFF;
}
#indiceselecciones .PR:hover,
#indiceselecciones .PR.act {
    background-color: #2096D3;
    color: #FFF;
}
.PR #titulo {
    background-color: #2096D3;
    color: #FFF;
}
.PR #participacion p {
    border-left: 8px solid #2096D3;
}
.PR #participacion span {
    color: #2096D3;
}
.PR table thead .literal {
    color: #2096D3;
}
.PR #tablaagrupaciones .r1 {
    background-color: #E3F3FC;
}
.PR #tablaagrupaciones .r1:hover,
.PR #tablaagrupaciones .r2:hover {
    background-color: #FDFFDE;
}
.js #datosleyendaresumen #opcionesresumen .PR:hover,
.js #datosleyendaresumen #opcionesresumen .PR.act,
#inforesumen.PR {
    background-color: #2096D3;
    color: #FFF;
}

#menu .SN:hover .boton,
#menu .SN.act .boton {
    background-color: #F28773;
    color: #FFF;
}
#indiceselecciones .SN:hover,
#indiceselecciones .SN.act {
    background-color: #F28773;
    color: #FFF;
}
.SN #titulo {
    background-color: #F28773;
    color: #FFF;
}
.SN #participacion p {
    border-left: 8px solid #F28773;
}
.SN #participacion span {
    color: #F28773;
}
.SN #cargele p span {
    color: #F28773;
}
.SN table thead .literal {
    color: #F28773;
}
.SN #tablaagrupaciones .r1 {
    background-color: #FEF3F1;
}
.SN #tablaagrupaciones .r1:hover,
.SN #tablaagrupaciones .r2:hover {
    background-color: #FDFFDE;
}
.js #datosleyendaresumen #opcionesresumen .SN:hover,
.js #datosleyendaresumen #opcionesresumen .SN.act,
#inforesumen.SN {
    background-color: #F28773;
    color: #FFF;
}

#menu .DN:hover .boton,
#menu .DN.act .boton{
    background-color: #C67DC6;
    color: #FFF;
}
#indiceselecciones .DN:hover,
#indiceselecciones .DN.act {
    background-color: #C67DC6;
    color: #FFF;
}
.DN #titulo {
    background-color: #C67DC6;
    color: #FFF;
}
.DN #participacion p {
    border-left: 8px solid #C67DC6;
}
.DN #participacion span {
    color: #C67DC6;
}
.DN #cargele p span {
    color: #C67DC6;
}
.DN table thead .literal {
    color: #C67DC6;
}
.DN #tablaagrupaciones .r1 {
    background-color: #FFF2FF;
}
.DN #tablaagrupaciones .r1:hover,
.DN #tablaagrupaciones .r2:hover {
    background-color: #FDFFDE;
}
.js #datosleyendaresumen #opcionesresumen .DN:hover,
.js #datosleyendaresumen #opcionesresumen .DN.act,
#inforesumen.DN {
    background-color: #C67DC6;
    color: #FFF;
}

#menu .GO:hover .boton,
#menu .GO.act .boton {
    background-color: #63A163;
    color: #FFF;
}
#indiceselecciones .GO:hover,
#indiceselecciones .GO.act {
    background-color: #63A163;
    color: #FFF;
}
.GO #titulo {
    background-color: #63A163;
    color: #FFF;
}
.GO #participacion p {
    border-left: 8px solid #63A163;
}
.GO #participacion span {
    color: #63A163;
}
.GO table thead .literal {
    color: #63A163;
}
.GO #tablaagrupaciones .r1 {
    background-color: #E9F9E9;
}
.GO #tablaagrupaciones .r1:hover,
.GO #tablaagrupaciones .r2:hover {
    background-color: #FDFFDE;
}
.js #datosleyendaresumen #opcionesresumen .GO:hover,
.js #datosleyendaresumen #opcionesresumen .GO.act,
#inforesumen.GO {
    background-color: #63A163;
    color: #FFF;
}

#menu .SP:hover .boton,
#menu .SP.act .boton {
    background-color: #4E7A90;
    color: #FFF;
}
#indiceselecciones .SP:hover,
#indiceselecciones .SP.act {
    background-color: #4E7A90;
    color: #FFF;
}
.SP #titulo {
    background-color: #4E7A90;
    color: #FFF;
}
.SP #participacion p {
    border-left: 8px solid #4E7A90;
}
.SP #participacion span {
    color: #4E7A90;
}
.SP #cargele p span {
    color: #4E7A90;
}
.SP table thead .literal {
    color: #4E7A90;
}
.SP #tablaagrupaciones .r1 {
    background-color: #DCE4E9;
}
.SP #tablaagrupaciones .r1:hover,
.SP #tablaagrupaciones .r2:hover {
    background-color: #FDFFDE;
}
.js #datosleyendaresumen #opcionesresumen .SP:hover,
.js #datosleyendaresumen #opcionesresumen .SP.act,
#inforesumen.SP {
    background-color: #4E7A90;
    color: #FFF;
}

#menu .DP:hover .boton,
#menu .DP.act .boton {
    background-color: #29A3A3;
    color: #FFF;
}
#indiceselecciones .DP:hover,
#indiceselecciones .DP.act {
    background-color: #29A3A3;
    color: #FFF;
}
.DP #titulo {
    background-color: #29A3A3;
    color: #FFF;
}
.DP #participacion p {
    border-left: 8px solid #29A3A3;
}
.DP #participacion span {
    color: #29A3A3;
}
.DP #cargele p span {
    color: #29A3A3;
}
.DP table thead .literal {
    color: #29A3A3;
}
.DP #tablaagrupaciones .r1 {
    background-color: #DDF1F1;
}
.DP #tablaagrupaciones .r1:hover,
.DP #tablaagrupaciones .r2:hover {
    background-color: #FDFFDE;
}
.js #datosleyendaresumen #opcionesresumen .DP:hover,
.js #datosleyendaresumen #opcionesresumen .DP.act,
#inforesumen.DP {
    background-color: #29A3A3;
    color: #FFF;
}

#menu .PN:hover .boton,
#menu .PN.act .boton {
    background-color: #CCA37A;
    color: #FFF;
}
#indiceselecciones .PN:hover,
#indiceselecciones .PN.act {
    background-color: #CCA37A;
    color: #FFF;
}
.PN #titulo {
    background-color: #CCA37A;
    color: #FFF;
}
.PN #participacion p {
    border-left: 8px solid #CCA37A;
}
.PN #participacion span {
    color: #CCA37A;
}
.PN #cargele p span {
    color: #CCA37A;
}
.PN table thead .literal {
    color: #CCA37A;
}
.PN #tablaagrupaciones .r1 {
    background-color: #F5EDE4;
}
.PN #tablaagrupaciones .r1:hover,
.PN #tablaagrupaciones .r2:hover {
    background-color: #FDFFDE;
}
.js #datosleyendaresumen #opcionesresumen .PN:hover,
.js #datosleyendaresumen #opcionesresumen .PN.act,
#inforesumen.PN {
    background-color: #CCA37A;
    color: #FFF;
}

#menu .PM:hover .boton,
#menu .PM.act .boton {
    background-color: #8A8AE6;
    color: #FFF;
}
#indiceselecciones .PM:hover,
#indiceselecciones .PM.act {
    background-color: #8A8AE6;
    color: #FFF;
}
.PM #titulo {
    background-color: #8A8AE6;
    color: #FFF;
}
.PM #participacion p {
    border-left: 8px solid #8A8AE6;
}
.PM #participacion span {
    color: #8A8AE6;
}
.PM #cargele p span {
    color: #8A8AE6;
}
.PM table thead .literal {
    color: #8A8AE6;
}
.PM #tablaagrupaciones .r1 {
    background-color: #E8E8FA;
}
.PM #tablaagrupaciones .r1:hover,
.PM #tablaagrupaciones .r2:hover {
    background-color: #FDFFDE;
}
.js #datosleyendaresumen #opcionesresumen .PM:hover,
.js #datosleyendaresumen #opcionesresumen .PM.act,
#inforesumen.PM {
    background-color: #8A8AE6;
    color: #FFF;
}

#menu .CO:hover .boton,
#menu .CO.act .boton {
    background-color: #F5812E;
    color: #FFF;
}
#indiceselecciones .CO:hover,
#indiceselecciones .CO.act {
    background-color: #F5812E;
    color: #FFF;
}
.CO #titulo {
    background-color: #F5812E;
    color: #FFF;
}
.CO #participacion p {
    border-left: 8px solid #F5812E;
}
.CO #participacion span {
    color: #F5812E;
}
.CO #cargele p span {
    color: #F5812E;
}
.CO table thead .literal {
    color: #F5812E;
}
.CO #tablaagrupaciones .r1 {
    background-color: #FEF2EA;
}
.CO #tablaagrupaciones .r1:hover,
.CO #tablaagrupaciones .r2:hover {
    background-color: #FDFFDE;
}