@import url("mapa.css");
@import url("graficas.css");
@import url("pop_ups.css");
@import url("modo_dia-noche.css");
@import url("preguntas_frecuentes_base_datos.css");
@import url("redes_sociales.css");
@import url("tarjetas.css");
@import url("tablas.css");

/*----FUENTES---*/
@import url("../fonts/roboto/font_roboto.css");
@import url("../fonts/ine-publicacion/style.css");
@import url("../fonts/switch-publicacion/style.css");
/*----RESET CSS---*/
* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
hr {
    display: block;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: solid 1px #000;
    margin:25px 0px;
}
ul {
	list-style: none
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
:root {
    --font-size: 1;
}
body {
    font-family: 'Roboto';
    font-weight:400;
    color:#000;
    margin:0px auto;
	overflow-y: scroll;
    overflow-x: hidden;
    font-size: calc(var(--font-size) * 1em);
	background-color:#34344e;
}
body.dark {
	 background-color: #1d1d1d;
	 color:#000;
}
.clear {
	clear: both;
}
html, body{
    height: 100%;
    min-height: 100%;
    position: relative;
}
a {
	text-decoration:none;
	color:#d5137f;
}
p {
	display:block;
}
.background_index {
	display:block;
	position:absolute;
	background-color:#FFF;
	position:fixed;
	width:100%;
	height:100vh;
}
body.dark .background_index {
	background-color: #1d1d1d;
	display:block;
	position:absolute;
	position:fixed;
	width:100%;
	height:100vh;
}
p.logo_prep_inicio {
    display:block;
	width:auto;
	height:40vh;
    margin:50px auto;
	background-image:url(../imagenes/prep_ine_vertical.svg);
	background-repeat: no-repeat;
	background-position:center;
	background-size:contain;
}
body.dark p.logo_prep_inicio {
	background-image:url(../imagenes/prep_ine_vertical_blanco.svg);
}
p.text_inicio {
	display:block;
	width:80%;
	margin:20px auto;
	text-align:center;
} 
body.dark p.text_inicio {
	color:#fff;
} 
:root {
	--PAN: #006bb6;
}
:root {
	--PRI: #ef3e42;
}
:root {
	--PRD: #ffce00;
}
:root {
	--PT: #ed1c24;
}
:root {
	--PVEM: #4daf59;
}
:root {
	--MC: #ff8200;
}
:root {
	--MORENA: #b3282d;
}
:root {
	--NAEM: #00abbd;
}
:root {
	--PES: #5e2a78;
}
:root {
	--PRSP: #c45357;
}
:root {
	--PFM: #e16598;
}
:root {
    --PAN_PRI_PRD: #CE0082;
}
:root {
	--PT_MORENA_NAEM: #b3282d;
}
:root {
	--PT_MORENA_NAEM_: #b3282d;
}
:root {
	--CI: #D3D3D3;
}
/*---FINAL RESET CSS---*/

/*---BARRA SUPERIOR---*/
section.barra_superior {
    display: flex;
    justify-content: flex-end;
    align-items:center;
    color:#fff;
    width: 100%;
    background-color: #34344e;
}
body.dark section.barra_superior {
	background-color: #000;
}
section.barra_superior a {
    display: block;
    color: #fff;
    font-size: .8em;
    padding: 0px 1.2em 0px 2.7em;
    border-right: solid 1px #fff;
}
section.barra_superior a.pregunta {
    background-image: url(../imagenes/pregunta.svg);
    background-repeat: no-repeat;
    background-position: 1.2em center;
    background-size: auto 100% ;
}
section.barra_superior a.informacion {
    background-image: url(../imagenes/informacion.svg);
    background-repeat: no-repeat;
    background-position: 1.2em center;
    background-size: auto 100% ;
}
.font-controls {
    top: .5em;
    right: .5em;
    display: flex;
    justify-content: center;
    align-items:center;
    font-size: 1em;
    color: #fff;
    margin-left: 15px;
    padding-right: 1em;
    border-right: solid 1px #fff;
}
.font-controls p.manor {
    font-size: .3em;
}
.font-controls p.mayor {
    font-size: 1.4em;
}
#font-normal {
    padding: .2em .5em;
}
.slider_range {
    -webkit-appearance: none;
    width: 5em;
    height: 2px;
    margin: 0px .5em;
    border-radius: 5px;
    background: #fff;
    outline: none;
    -webkit-transition: .2s;
}
.slider_range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #fff;
    border: solid 1px #fff;
    cursor: pointer;
    border:solid 1px #ccc;
}
.slider_range::-moz-range-thumb {
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #fff;
    border: solid 1px #fff;
    cursor: pointer;
    border:solid 1px #ccc;
  }
/*----HEADER----*/
header.principal {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    margin: 0px auto;
}
body.dark header.principal {
	background-color: #1d1d1d;
}
header section.cabezal_logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
    width: 100%;
    padding: 30px  25px;
    margin: 0px auto;
}
header section article a {
    display: block;
    height: 75px;
    float: left;
    margin-right: 15px;
}
header section article img {
    display: block;
    float: right;
    height: 75px;
}
header .main_menu {
    display: block;
    width: 100%;
    position: relative;
}
header .main_menu ul{
    display: block;
    width: 100%;
    background-color: #fff;
    margin: 0px auto;
    position: relative;
    z-index: 10;
    box-shadow: 4px 4px 8px  rgba(0,0,0,0.3);
}
body.dark header .main_menu ul {
	background-color: #1d1d1d;
	border-top:solid 1px #3b3b3b;
	border-bottom:solid 1px #3b3b3b;
}
header .main_menu ul li{
    display:block;
    float: left;
    margin: 0px;
    padding: 0px;
}
header .main_menu ul li a {
    display:block;
    padding: 1.5em;
    color:#d5137f;
    transition:all .2s;
}
body.dark header .main_menu ul li a {
	color:#fff;
}
header .main_menu ul li a:hover {
    background-color: #d82084;
    color:#fff;
    transition:all .2s;
}
header .main_menu ul li a.activo {
    background-color: #d5137f;
    color:#fff;
}
body.dark header .main_menu ul li a.activo {
	 background-color: #d77bae;
    color:#000;
}
header .main_menu ul li.inicio a{
    display:block;
    background-color: transparent;
    color:#34344e;
    padding: 10px 25px;
}
body.dark header .main_menu ul li.inicio a{
    color:#fff;
}
header .main_menu ul li.inicio a::before {
    content: "\e902";
    font-family: 'ine-publicacion';
    font-size:1.55em;
    color:#34344e;
    display: block;
    margin: 0px 5px;
}
body.dark header .main_menu ul li.inicio a::before {
    color:#fff;
}
header .main_menu ul li.inicio a:hover, header .main_menu ul li.inicio a:hover::before {
    background-color: transparent;
    color: #d82084;
}
body.dark header .main_menu ul li.inicio a:hover, body.dark header .main_menu ul li.inicio a:hover::before {
    color: #fff;
}
header .main_menu ul li.BD  {
    float: right;
}
header .main_menu ul li.BD a{
    background-color: transparent;
    color:#34344e;
    position: relative;
}
body.dark header .main_menu ul li.BD a{
    color:#fff;
}
header .main_menu ul li.BD a::before {
    content: "\e900";
    font-family: 'ine-publicacion';
    font-size:1.55em;
    color:#34344e;
    position: absolute;
    left: 0em;
    top: 28%;
}
body.dark header .main_menu ul li.BD a::before {
    color:#fff;
}
/*----HEADER AVANCE----*/
section.avance_distrital {
    width: 67%;
    padding: 20px  10px;
    margin: 20px 1% 20px 2%;
    position: relative;
    border: solid 1px #9B9B9C;
    float: left;
    border-radius: 8px;
    min-height: 210px;
    background-color: #fff;
}
body.dark section.avance_distrital {
    border: solid 1px #000;
	background-color: #1d1d1d;
    color:#fff;
}
section.avance_distrital .box_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.avance_distrital h2{
    font-size: 1.5em;
    margin-bottom: 20px;
}
section.avance_distrital .box_content article {
    display: block;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: solid 1px #9B9B9C;
    width: 32%;
    min-height: 120px;
    padding: 8px;
    box-shadow: 4px 4px 3px  rgba(0,0,0,0.2);
}
body.dark section.avance_distrital .box_content article {
    background-color: #2c2c2c;
	border: solid 1px #2c2c2c;
	box-shadow: none;
}
section.avance_distrital .box_content article h3 {
    font-size: .9em;
    font-weight: 600;
}
section.avance_distrital .box_content article h3 a.pregunta {
    background-color: #34344e;
    color:#fff;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    font-size: 1em;
    border-radius: 25px;
    text-align: center;
    margin-right: 5px;
    font-family: 'Roboto';
    font-weight:400!important;
}
body.dark section.avance_distrital .box_content article h3 a.pregunta {
    background-color: #fff;
    color:#000;
}
section.avance_distrital .box_content article p {
    display: block;
    font-size: .9em;
    text-align: right;
}
section.avance_distrital input.actualizar {
    display: block;
    width: auto;
    border: none;
    position: absolute;
    padding: 5px 25px;
    top: 10px;
    right: 10px;
    background-color: #d5137f;
    color:#fff;
    font-weight: 300;
    padding-top: 2em;
    border-radius: 50px;
    background-image: url(../imagenes/actualizar-01.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 1.1em;
    cursor: pointer;
    transition: all 0.3s;
    font-size: .8em; 
}
body.dark section.avance_distrital input.actualizar {
    background-color: #d77bae;
	background-image: url(../imagenes/actualizar-01.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: 1.1em;
    cursor: pointer;
} 
.txt_impotante {
    font-size: 1.1em;
    font-weight: 600;
    color: #000;
}
body.dark .txt_impotante {
    color: #fff;
}
section.avance_distrital .box_content article p.txt_centrado .txt_impotante {
    font-size: 1em;
    font-weight: 600;
    color: #000;
}
body.dark section.avance_distrital .box_content article p.txt_centrado .txt_impotante {
    color: #fff;
}
section.avance_distrital .box_content article p.txt_importante_small {
    font-size: .8em;
}
body.dark section.avance_distrital .box_content article p.txt_importante_small {
    color:#fff;
}
section.avance_distrital .box_content article p.txt_centrado {
    display: block;
    text-align: center;
    font-size: 1.1em;
    padding: 20px;
}
section.avance_distrital .box_content article span.hora_local {
    display:inline-block;
    color: #000;
    font-size: .5em;
    text-align: left;
    padding-left: 5px;
    margin-left: 5px;
    border-left: solid 1px #000;
}
body.dark section.avance_distrital .box_content article span.hora_local {
    color: #fff;
    border-left: solid 1px #fff;
}
/*---- MAIN ----*/
main {
    display: block;
    position: relative;
    margin: 0px auto;
    width: 100%;
}
/*---- CHECKBOX ----*/
.tooltip_ocultar, .tooltip_mostrar {
    display: block;
    position:absolute;
    padding: 10px;
    border-radius: 10px;
    text-align:center;
    background-color: #000;
    z-index:5;
    color: #fff;
    transform: scale(0.0);
    transition: all ease .2s;
    opacity: 0;
}
body.dark .tooltip_ocultar, body.dark .tooltip_mostrar {
    background-color: #343237;
}
.tooltip_ocultar {
    top: 7px;
    left:19%; 
}
.tooltip_ocultar::before {
    content: "Ocultar Menú";
    transition: all ease .2s;
}
.checkbox:checked ~ .tooltip_ocultar::before {
    content: "Mostrar Menú";
    transition: all ease .2s;
}
.checkbox:checked ~ .tooltip_ocultar {
    top: 7px;
    left:2.3em;
    transition: all ease .2s;
}
.menu-toogle:hover ~ .tooltip_ocultar {
    transform: scale(1);
    opacity: 1;
    transition: all ease .2s;
}
.checkbox { 
    display: none;
}
.checkbox:checked ~ .right {
    left:10px;
    width: 99%;
}
.checkbox:checked ~ .menu-toogle { 
    left:0px;
}
.menu-toogle {
    display: block;
    position:absolute; 
    width: 2em;
    height:2em;
    line-height:1.8em;
    text-align:center;
    top: 10px;
    left:16.2%;
    background-color: #fff;
    transition: all .5s; 
    z-index:5;
    cursor:pointer;
    border-radius: 50%;
    box-shadow: 4px 4px 3px  rgba(0,0,0,0.2);
}
body.dark .menu-toogle {
    background-color: #343237;
}
.menu-toogle::before {
    content:"\2039";
    font-size:2em;
    color:#000;
}
body.dark .menu-toogle::before {
    color:#fff;
}
.checkbox:checked ~ .menu-toogle::before { 
    content:"\203A";
}

/*-------------------- CONTENIDO IZQUIERDO --------------------------*/
main section.left {
    display: block;
    float: left;
    width: 17%;
    padding: 5px;
    font-size: .9em;
	background-color:#34344e;
}
body.dark main section.left {
	background-color: transparent;
}
main section.left article{
    display: block;
    width: 100%;
    padding: 10px;
}
main section.left article h3, main section.left article p{
    color:#fff;
}
main section.left form{
    color:#fff;
}
main section.left label{
    display: block;
}
main section.left select {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1em;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 7px;
    font-family: 'Roboto';
    font-weight:400;
    background-image: url(../imagenes/flecha.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; 
}
body.dark main section.left select {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1em;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 7px;
    font-family: 'Roboto';
    font-weight:400;
    background-image: url(../imagenes/flecha.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; 
}
main section.left select:focus {
    outline: none;
}
.btn_activo {
    display: block;
    background-color: #e97ebd;
    border-radius: 5px;
    padding: 10px;
    margin: 15px auto;
    color:#000;
    text-align: center;
}
.btn_inactivo {
    display: block;
    background-color: #7c517b;
    border-radius: 8px;
    padding: 10px;
    margin: 15px auto;
    color:#a683a4;
    text-align: center;
}
.btn_regresar {
    display: block;
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 10px;
    margin: 15px auto;
    color:#34344e;
    text-align: center;
}
body.dark .btn_regresar {
    background-color: #ed58a2;
	color:#1d1d1d;
}
.btn_inicio{
    display: block;
    background-color: #d82084;
    border-radius: 8px;
    padding: 10px;
    margin: 15px auto;
    color:#34344e;
    text-align: center;
    color: #fff;
	width:300px;
}
.btn_inicio.inactivo{
    display: block;
    background-color: #d8d8d8;
    border-radius: 8px;
    padding: 10px;
    margin: 15px auto;
    color:#34344e;
    text-align: center;
    color: #34344e;
	width:300px;
}
body.dark .btn_inicio{
    color:#fff;
}
/*-------------------- CONTENIDO DERECHO --------------------------*/
main section.right {
    display: block;
    position:absolute;
    float: left;
    width: 83%;
    left:17%; 
    background-color: #f4f4f4;
    transition:all .5s;
}
body.dark main section.right {
    background-color: #000000;
}
main section.right .resul_tu_cas {
    width: 28%;
    display: block;
    float: left;
    padding: 5px 10px;
    background-color: #34344e;
    color: #fff;
    border-radius: 8px;
    margin: 20px 0px;
    min-height: 210px;
}
body.dark main section.right .resul_tu_cas {
    background-color: #1d1d1d;
}
main section.right .vista_mapa {
    display: block;
    font-size: .9em;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    margin: 0px 2%;
    border: solid 1px #9B9B9C;
    box-shadow: 4px 4px 3px  rgba(0,0,0,0.2);
}
body.dark main section.right .vista_mapa {
    background-color: #1d1d1d;
    border: solid 1px #000;
    color:#fff;
}
main section.right .vista_mapa header{
    display: block;
    float: left;
    width: 80%;
}
main section.right .vista_mapa header.RP_header{
    display: block;
    width: 100%;
}
main section.right .vista_mapa .visualizacion{
    display: block;
    float: right;
    font-size: .8em;
    width: 15%;
    margin-left:5% ;
}
main section.right .vista_mapa .visualizacion a{
    display: block;
    float: left;
    width: 50%;
    height: 80px;
    background-color: #181a2f;
    color:#fff;
    text-align: center;
    margin-top: 5px;
    padding-top: 55px;
    cursor: pointer;
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: auto 40%;
    border:solid .5px #181b2f;
}
body.dark main section.right .vista_mapa .visualizacion a{
    background-color: #d77bae;
    color:#1d1d1d;
}
main section.right .vista_mapa .visualizacion a.mapa {
    background-image: url(../imagenes/iconos-visualiza/Mapa-B.svg);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
body.dark main section.right .vista_mapa .visualizacion a.mapa {
    background-image: url(../imagenes/iconos-visualiza/Mapa-A.svg);
}
main section.right .vista_mapa .visualizacion a.mapa_inactivo {
    background-color: #f7f6f6;
    background-image: url(../imagenes/iconos-visualiza/Mapa-B.svg);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    opacity: .5;
    color: #181b2f;
}
body.dark main section.right .vista_mapa .visualizacion a.mapa_inactivo {
    background-color: #d77bae;
    background-image: url(../imagenes/iconos-visualiza/Mapa-A.svg);
    opacity: .2;
    color: #1d1d1d;
}
main section.right .vista_mapa .visualizacion a.tarjetas {
    background-image: url(../imagenes/iconos-visualiza/Tarjetas-A.svg);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
body.dark main section.right .vista_mapa .visualizacion a.tarjetas {
    background-image: url(../imagenes/iconos-visualiza/Tarjetas-B.svg);
}
main section.right .vista_mapa .visualizacion a.tarjetas_inactivo {
    background-color: #f7f6f6;
    background-image: url(../imagenes/iconos-visualiza/Tarjetas-B.svg);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    opacity: .5;
    color: #181b2f;
}
body.dark main section.right .vista_mapa .visualizacion a.tarjetas_inactivo {
    background-color: #d77bae;
    background-image: url(../imagenes/iconos-visualiza/Tarjetas-B.svg);
   opacity: .2;
    color: #1d1d1d;
}
main section.right .vista_mapa .visualizacion a.grafica {
    background-image: url(../imagenes/iconos-visualiza/Grafica-B.svg);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
body.dark main section.right .vista_mapa .visualizacion a.grafica {
    background-image: url(../imagenes/iconos-visualiza/Grafica-A.svg);
}
main section.right .vista_mapa .visualizacion a.grafica_inactivo {
    background-color: #f7f6f6;
    background-image: url(../imagenes/iconos-visualiza/Grafica-B.svg);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    opacity: .5;
    color: #181b2f;
}
body.dark main section.right .vista_mapa .visualizacion a.grafica_inactivo {
    background-image: url(../imagenes/iconos-visualiza/Grafica-A.svg);
    color: #fff;
}
main section.right .resul_tu_cas h3 {
    color: #fff;
    font-size: 1em;
}
main section.right .resul_tu_cas a.pregunta {
    background-color: #fff;
    color: #34344e;
    display: block;
    float: left;
    width: 1em;
    height: 1em;
    font-size: .8em;
    border-radius: 25px;
    text-align: center;
    margin-top:2px ;
    margin-right: 5px;
    font-family: 'Roboto';
    font-weight:600!important;
}
body.dark main section.right .resul_tu_cas a.pregunta {
    background-color: #343237;
    color: #fff;
}
main section.right .resul_tu_cas p{
    margin-top: 8px;
    font-size: .8em;
}
main section.right form{
    color:#fff;
    display: flex;
    margin: 10px 0px 0px 0px;
}
main section.right form div{ 
    margin: 0px 2%;
    float: left;
    display: block;
}
main section.right select {
    width: 100%;
    margin-bottom: 15px;
    font-size: 1em;
    background: #fff;
    border: none;
    border-radius: 5px;
    padding: 7px;
    font-family: 'Roboto';
    font-weight:400;
    background-image: url(../imagenes/flecha.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; 
}
body.dark main section.right select {
    background: #000;
}
main section.right select:focus {
    outline: none;
}
main section.right input {
    width: 100%;
    margin-bottom: 15px;
    font-size: 1em;
    background: #fff;
    border:none;
    border-radius: 5px;
    padding: 7px;
    font-family: 'Roboto';
    font-weight:100;
}
body.dark main section.right input {
   background: #1d1d1d;
	border:solid 2px #3b3b3b;
}
main section.right input.btn {
    display: block;
    background-color: #e97ebd;
    color: #fff;
    width: 100%;
    font-size: .9em;
    color: #000;
    font-weight: 500;
    padding: 8px 20px;
}
body.dark main section.right input.btn {
    color: #fff;
    background-color: #e97ebd;
}
main section.right section h2 span {
    font-weight: 400;
    font-family: 'Roboto';
    color:#000;
}
body.dark main section.right section h2 span {
    color:#fff;
}
main section.right section h2 span.nivel_3 {
    font-weight: 400;
    font-family: 'Roboto';
    color:#d5137f;
}
body.dark main section.right section h2 span.nivel_3 {
    color:#d77bae;
}
main section.right section h3{
    font-size: 1.4em;
}
main section.right section article {
    width: 50%;
    float: left;
}
main section.right section article.caja_izquierda {
    padding-right: 20px;
}
main section.right section article.caja_derecha {
    padding-left: 20px;
}
main section.right section article.caja_derecha h3{
    border-left: solid 0px transparent;
    padding-left:0px;
}
main section.right section .resumen_votacion h3 {
    border-left: solid 0px transparent;
    padding-left:0px;
}
main section.right .avance_distrital h3 {
    border-left: solid 0px transparent;
    padding-left:0px;
}
main section.right .RP h3 {
    border-left: solid 0px transparent;
    padding-left:0px;
}
main section.right .resul_tu_cas h3 {
    border-left: solid 0px transparent;
    padding-left:0px;
    margin-top: 15px;
    margin-bottom: 15px;
}
main section.right .resumen_votacion_2 h3{
    border-left: solid 0px transparent;
    padding-left:0px;
}
main section.right .observacion_actas h3{
    border-left: solid 0px transparent;
    padding-left:0px;
}
/*-------------------- CONTENIDO DERECHO - RESUMEN DE VOTACION --------------------------*/
section.resumen_votacion {
    width: 100%;
    background-color: #EDEDED;
    padding: 15px;
    margin: 25px 0px;
    border-radius: 3px;
}
body.dark section.resumen_votacion {
    background-color: #2c2c2c;
}
section.resumen_votacion_2 {
    width: 70%;
    float: left;
    background-color: #EDEDED;
    padding: 15px;
    margin: 25px 0px;
    border-radius: 3px;
    min-height: 175px;
}
body.dark section.resumen_votacion_2 {
    background-color: #2c2c2c;
}
.observacion_actas {
    width: 29%;
    float: right;
    background-color: #EDEDED;
    padding: 15px;
    margin: 25px 0px;
    border-radius: 3px;
    min-height: 175px;
}
body.dark .observacion_actas {
    background-color: #2c2c2c;
}
section.resumen_votacion article, section.resumen_votacion_2 article{
    width: 100%!important;
    margin: 25px 0px;
    position: relative;
}
section.resumen_votacion p, section.resumen_votacion_2 p {
    display: block;
    width: 20%;
    float: left;
    text-align: center;
}
section.resumen_votacion p.signo, section.resumen_votacion_2 p.signo {
    text-align: center;
    width: 5%;
    margin: 0px ;
    font-size: 2em;
    font-family: 'Roboto';
    font-weight:700;
}
section.resumen_votacion p span, section.resumen_votacion_2 p span {
    display: block;
}
section.resumen_votacion p span.informacion span, section.resumen_votacion_2 p span.informacion span{
    display: inline;
    width: auto;
}
section.resumen_votacion p span.resumen_importante, section.resumen_votacion_2 p span.resumen_importante {
    font-size: 2em;
    font-family: 'Roboto';
    font-weight:700;
}
section.resumen_votacion p span.resumen_total {
    font-size: 3em;
    color: #d5137f;
    font-family: 'Roboto';
    font-weight:700;
}
section.resumen_votacion_2 p span.resumen_total {
    color: #d5137f;
    font-size: 3em;
    font-family: 'Roboto';
    font-weight:700;
}
section.resumen_votacion p span.total_porcentaje {
    color: #d5137f;
    font-size: 1em;
    font-family: 'Roboto';
    font-weight:700;
}
section.resumen_votacion_2 p span.total_porcentaje {
    color: #d5137f;
    font-size: 1em;
    font-family: 'Roboto';
    font-weight:700;
}
body.dark section.resumen_votacion p span.resumen_total, body.dark section.resumen_votacion_2 p span.resumen_total, body.dark section.resumen_votacion p span.total_porcentaje {
    color: #d77bae;
}
/*-------------------- CONTENIDO DERECHO - ESTADISTICA ESTATAL --------------------------*/
section.estadistica, section.RP, .box_general {
    width: 96%;
    background-color: #fff;
    padding: 15px;
    margin: 25px 2%;
    border-radius: 8px;
    border: solid 1px #9B9B9C;
    box-shadow: 4px 4px 3px  rgba(0,0,0,0.2);
}
body.dark section.estadistica, body.dark section.RP, body.dark .box_general {
    background-color: #1d1d1d;
	border: solid 1px #000;
    color: #fff;
    box-shadow: none;
}
section.estadistica .estadistica_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
section.estadistica .estadistica_box article {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
    margin: 10px;
}
section.estadistica .estadistica_box article h4{
    align-self: flex-start;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    text-align: left;
    font-family: 'Roboto';
    font-weight:700;
    margin-top: 25px;
    margin-bottom: 25px;
}
section.estadistica .contenedor_grafica p span {
    display: block;
    text-align: center;
    font-size: .9em;
    margin: 5px 0px;
}
section.estadistica .contenedor_grafica p span.actas_importante {
    font-size: 1.3em;
    font-family: 'Roboto';
    font-weight:700;
}
section.estadistica .actas_urbanas, section.estadistica .actas_rural {
    display: block;
    width: 50%;
    color:#fff;
    margin-top: 20px;
	padding-top:35px;
	background-repeat: no-repeat;
	background-size:auto 40px;
}
section.estadistica .actas_urbanas {
	background-image:url(../imagenes/estadistica/Ciudad.svg);
	background-position: 15% -4px;
}
body.dark section.estadistica .actas_urbanas {
	background-image:url(../imagenes/estadistica/Nourbanos_obscuro.svg);
	color:#1d1d1d;
}
section.estadistica .actas_rural {
	background-image:url(../imagenes/estadistica/Nourbanos.svg);
	background-position: 85% 0px;
}
body.dark section.estadistica .actas_rural {
	background-image:url(../imagenes/estadistica/Nourbanos_obscuro.svg);
	color:#1d1d1d;
}
section.estadistica .actas_urbanas span, section.estadistica .actas_rural span{
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}
section.estadistica .actas_rural span.actas_importante{ 
    border-top-right-radius: 8px;
    border-bottom-right-radius: 0px;
}
section.estadistica .actas_rural span{ 
    border-bottom-right-radius: 8px;
}
section.estadistica .actas_urbanas span.actas_importante{ 
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
}
section.estadistica .actas_urbanas span{ 
    border-bottom-left-radius: 8px;
}
section.estadistica span.actas_importante {
    font-size: 1.7em;
    font-family: 'Roboto';
    font-weight:700;
    padding: 10px 0px;
}
section.estadistica .actas_urbanas span{
    background-color:#d01d7e;
}
body.dark section.estadistica .actas_urbanas span{
    background-color:#f0b2d6;
}
section.estadistica .actas_rural span{
    background-color: #820b4c;
}
body.dark section.estadistica .actas_rural span{
    background-color: #e780bc;
}
section.estadistica .lista_nominal p {
    display: block;
    margin-bottom: 10px;
    font-size: .9em;
}
section.estadistica .lista_nominal .actas_contabilizadas{
    display: block;
    width: 70%;
    margin: 10px 0px;
    text-align: right;
}
section.estadistica .lista_nominal .actas_contabilizadas span{
    display: block;
    color: #d01d7e;
    font-size: 1.3em;
}
body.dark section.estadistica .lista_nominal .actas_contabilizadas span{
    color: #e780bc;
}
section.estadistica .lista_nominal .actas_contabilizadas_2{
    display: block;
    width: 100%;
    margin: 10px;
    text-align: center;
}
section.estadistica .lista_nominal .actas_contabilizadas_2 span{
    display: block;
    font-size: 2.3em;
    font-weight: bold;
}
section.RP {
    padding: 40px;
    text-align: center;
}
section.RP p{
    width: 70%;
    text-align: center;
    margin: 0px auto;
}
section.RP .btn {
    display: block;
    background-color: #d5137f;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 25px auto;
    color:#000;
    text-align: center;
    border: none;
    font-size: .8em;
    color:#fff;
    cursor: pointer;
    width: 150px;
}
body.dark section.RP .btn {
    background-color: #d77bae;
}
.box_general .box_izquierda, .box_general .box_derecha {
    display: block;
    width: 50%;
    float: left;
    padding: 0px 40px;
    font-size: .8em;
}
.box_general .box_izquierda p,.box_general .box_derecha p{
    display: block;
    margin: 10px 0px;
}
.box_general .box_izquierda span.morado {
    color:#5d3881;
}
body.dark .box_general .box_izquierda span.morado {
    color:#f194c2;
}
.box_general .box_derecha h2.verde {
    color:#177e79;
}
body.dark .box_general .box_derecha h2.verde {
    color:#ed58a2;
}
ul.procedencia_acta {
    display: flex;
    margin: 5px 0px;
}
ul.procedencia_acta_2 {
    display: flex;
    margin: 5px 0px;
}
ul.procedencia_acta_2 li{ 
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    background-color: #d5137f;
    border-radius: 8px;
    padding: 5px 20px;
    text-align: center;
    margin-right: 20px;
}
ul.procedencia_acta_2 li img{ 
    width: auto;
    height: 27px;
    padding: 4px 10px 4px 0px;
    float: left;
}
ul.procedencia_acta li{
    font-size: .8em;
    padding: 10px 10px 10px 3em;
    margin-right: 1.3em;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 1.5em;
}
ul.procedencia_acta li.en_proceso{
    background-image: url(../imagenes/en_proceso.svg);
}
ul.procedencia_acta li.escaner{
    background-image: url(../imagenes/scaner.svg);
    padding: 10px 10px 10px 3.5em;
}
body.dark ul.procedencia_acta li.escaner{
    background-image: url(../imagenes/scaner_rosa.svg);
}
ul.procedencia_acta li.movil{
    background-image: url(../imagenes/movil.svg);
}
body.dark ul.procedencia_acta li.movil{
    background-image: url(../imagenes/movil_rosa.svg);
}
ul.procedencia_acta li.movil_catd{
    background-image: url(../imagenes/movil_catd.svg);
    border-right:none;
}
body.dark ul.procedencia_acta li.movil_catd{
    background-image: url(../imagenes/movil_catd_rosa.svg);
}
/*-------------------- CONTENIDO DERECHO - PARTICIPACION CIUDADANA --------------------------*/
section.estadistica .participacion_importante {
    font-size: 2em;
    font-family: 'Roboto';
    font-weight:900;
    padding: 10px 0px;
    color:#d5137f;
}
body.dark section.estadistica .participacion_importante {
    color:#d77bae;
}
section.estadistica .participacion p.texto_participacion {
    display: block;
    left: -10%;
    text-align: left;
    width: 80%;
    margin: 10px 0px;
    position: relative;
    font-size: .9em;
}
section.estadistica .participacion p.texto_participacion_importante {
    display: block;
    left: -10%;
    text-align: left;
    width: 80%;
    margin: 10px 0px;
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
}
section.estadistica .participacion p.texto_participacion span{
    display: block;
    position: absolute;
    right: -20%;
    top:0px;
    width: 20%;
    text-align: right;
    font-family: 'Roboto';
    font-weight:900;
    font-size: 1.5em;
}
section.estadistica .participacion p.texto_participacion_importante span{
    display: block;
    position: absolute;
    right: -20%;
    top:0px;
    width: 20%;
    text-align: right;
    font-family: 'Roboto';
    font-weight:900;
    font-size: 1.6em;
}
section.estadistica .participacion p.texto_votos {
    display: block;
    left: -10%;
    text-align: left;
    width: 80%;
    margin: 10px 0px;
    position: relative;
}
section.estadistica .participacion p.texto_votos span {
    display: block;
    position: relative;
    right: -20%;
    font-size: 2em;
    text-align: right;
    font-family: 'Roboto';
    font-weight:900;
}
/*-------------------- CONTENIDO GENERAL--------------------------*/
h1 {
    display: block;
    color:#000;
    font-family: 'Roboto';
    font-weight: 400;
    text-align: center;
    font-size: 1.5em!important;
}
body.dark h1 {
    color:#fff;
}
h1 span.rosa{
    color:#d5137f;
}
body.dark h1 span.rosa{
    color:#d77bae;
}
.principal p.logo_prep {
    display: block;
    width: 180px;
    height: 50px;
    background-image: url(../imagenes/LogoPREP.svg);
    background-repeat: no-repeat;
	background-position:right center; 
     background-size: auto 100%;
}
body.dark .principal p.logo_prep {
    background-image: url(../imagenes/LogoPREP_blanco.svg);
}
.principal p.logos_ieem {
    display: block;
    width: 220px;
    height: 60px;
    background-image: url(../imagenes/logos_ieem.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
}
body.dark .principal p.logos_ieem {
    background-image: url(../imagenes/logos_ieem_blanco.svg);
}
h1 span.span_2{
    display: block;
    font-size: .6em;
    font-weight: 300;
    font-family: 'Roboto';
    letter-spacing: .05em;
}
h2 {
    color:#d5137f;
    margin-bottom: 15px;
    font-family: 'Roboto';
    font-weight:900;
}
body.dark h2 {
    color:#fff;
}
h3 {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color:#31393F;
    font-family: 'Roboto';
    font-size: .9em;
}
body.dark h3 {
    color:#fff;
}
section.estadistica h3, section.right h3 {
    border-left:solid #d01d7e  5px;
    padding-left: 10px;
}
.migas_de_pan {
    display: block;
    margin: 20px 0px;
    font-size: 1.3em;
}
.migas_de_pan a{
    text-decoration: underline;
}
.texto_pequeño {
    font-size: .8em;
}
.texto_pequeño span.underline{
    font-size: .8em;
    text-decoration: underline;
}
.pequeno_centrado{
    font-size: .9em;
    margin-bottom: 15px;
    text-align: center;
}
.pequeño_centrado{
    font-size: .9em;
    margin-bottom: 15px;
    text-align: center;
}
/*------------- PIE -------------*/
footer {
    display: block;
    margin: 0px auto 20px auto;
	width: 100%;
}
footer section article.content_footer {
	width:100%;
	margin:0px auto;
}
footer p{
    display: block;
    text-align: center;
    color:#000;
    width:100%;
    font-size: .8em;
}
body.dark footer p{
    color:#fff;
}
p.texto_bajo {
    display: block;
    color: #fff;
    font-size: .7em;
    position: absolute;
    padding: 20px;
}
@media (max-width:1280px)  and (orientation:portrait) {
    header section.cabezal_logos {
        position: relative;
    }
    header section.cabezal_logos article{
        margin:0px 0px 0px 15%;
    }
    header section.cabezal_logos h1{
        display: block;
        width: 100%;
    }
    header section img.logo_prep {
        display: block;
        position: absolute;
        top: 50px;
        right: 18%;
    }
}
@media (max-width:800px)  and (orientation:portrait) {
    .checkbox { 
        display: none;
    }
    .menu-toogle {
        display: none;
    }
    header section.cabezal_logos {
        justify-content: center;
        flex-wrap: row;
    }
    header section.cabezal_logos article{
        margin:0px;
    }
    header section img.logo_prep {
        display: block;
        position: relative;
        top: 0px;
        right: 0px;
    }
    main section.left {
        float: none;
        width: 100%;
    }
    main section.right {
        position: relative;
        float: none;
        width: 100%;
        padding: 25px;
        left:0px; 
    }
    .actualizar {
        display: block;
        width: 2.2em;
        height: 2.2em;
        background-size: 1.4em;
        position: absolute;
        top: 20px;
        right: 10px;
    }
    section.avance_distrital h2{
        display: block;
        width: 100%;
        text-align: center;
    }
    section.avance_distrital {
        width: 100%;
        padding: 30px  15px;
        margin: 20px auto 0px auto;
        position: relative;
        float: none;
    }
    main section.right .resul_tu_cas {
        width: 100%;
        display: block;
        float: left;
        padding: 15px;
        background-color: #34344e;
        color: #fff;
        border-radius: 8px;
        margin: 20px 0px;
        min-height: 280px;
    }
    main section.right .vista_mapa {
        margin: 0px ;
    }
}
@media (max-width:600px)  and (orientation:portrait) {
    main section.right section article {
        width: 100%;
        float: none;
    }
    main section.left {
        padding: 5px;
    }
    main section.right {
        padding: 15px ;
    }
    main section.right section article.caja_izquierda {
        padding-right: 0px;
    }
    main section.right section article.caja_derecha {
        padding-left: 0px;
    }
    main section.right section article.caja_derecha h3{
        margin-top:50px;
    }
    section.avance_distrital article{
        display: block;
        width: 100%;
        min-height: auto;
        margin-bottom: 25px;
    }
    section.resumen_votacion article{
        display: block;
        width: 100%;
    }
    section.resumen_votacion p.signo {
        font-size: 2em;
        margin: 20px 0px;
    }
    main section.right form div{ 
        margin-right: 0px;
        flex-basis: 100%;
    }
    main section.right select {
        width: 100%;
    }
    main section.right input {
        width: 100%;
    }
    .checkbox:checked ~ .right {
        left:0px;
        width: 100%;
    }
    section.barra_superior a {
        padding: 0px 1em 0px 4em;
        border-right: solid 1px #fff;
    }
    section.barra_superior a.pregunta {
        background-position: 1.2em center;
    }
    section.barra_superior a.informacion {
        background-position: 1.2em center;
    }
    .font-controls {
        margin-left: 10px;
    }
    .font-control {
        margin: 10px 5px;
        margin-left: .3em;
    }
    header .main_menu ul li{
        width: 40%;
    }
    header .main_menu ul li.inicio {
        width: 20%;
    }
    header .main_menu ul li.BD  {
        display: none;
    }
    main section.right section .tabla_v_obtenidos {
        float: none;
        margin-bottom: 40px;
    }
    section.estadistica .estadistica_box {
        display: block;
    }
    section.estadistica .estadistica_box article {
        width: 100%;
        padding-right: 20px;
    }
    .switch-button {
        display:block;
        position: absolute;
        top:50px;
        right: -15px;
        z-index: 5;
    }
}
@media (max-width:800px)  and (orientation: landscape) {
    header section.cabezal_logos {
        justify-content: center;
        flex-wrap: row;
    }
    section.estadistica .estadistica_box {
        display: block;
    }
    section.estadistica .estadistica_box article {
        width: 100%;
        padding-right: 20px;
    }
    main section.right section article.left {
        width: 100%;
    }
    main section.right section article.caja_izquierda {
        width: 100%;
        margin-bottom: 50px;
    }
    main section.right section article.caja_derecha {
        width: 100%;
    }
    .actualizar {
        display: block;
        width: 2.2em;
        height: 2.2em;
        background-size: 1.4em;
        position: absolute;
        top: 20px;
        right: 10px;
    }
    section.estadistica .participacion  {
        position: relative;
        top: -60px;
    }
}

/* FONDO DE AGUA SIMULACRO */
/* body, main section.left, main section.right .resul_tu_cas, header .main_menu ul, main section.right, header.principal, section.estadistica, section.RP, .box_general, section.avance_distrital, main section.right .vista_mapa {
        background-image: url(../imagenes/marca_agua_simulacro.png);
        background-repeat: repeat;
    }
body.dark, body.dark main section.left, body.dark main section.right .resul_tu_cas, body.dark header .main_menu ul, body.dark main section.right, body.dark header.principal, body.dark section.estadistica, body.dark section.RP, body.dark .box_general, body.dark section.avance_distrital, body.dark main section.right .vista_mapa {
        background-image: url(../imagenes/marca_agua_simulacro_dark.png);
        background-repeat: repeat;
    } */
/* FINAL FONDO DE AGUA SIMULACRO */
