﻿/*VISUALIZADOR DE LA PAPELETA DE VOTO*/
.TablaContenidoPuntos
{
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.NombreVotacion
{
    /*color: #808080; */ /*height: 30px;*/ /*font-size: 15pt;*/ /*     font-size: 2.2rem;     font-weight: 600;     width: 100%;     display: block;     border-top: 2px solid #9B2F30;     border-bottom: 2px solid #9B2F30;*/ /**/
    margin-bottom: 15px;
}

.NombreVotacion h2
{
    font-size: 2.2rem;
    line-height: 2rem;
}
.PeriodoVotacion
{
    /*font-size: 010pt;     color: Black;     font-weight: normal;*/
}

.DescripcionVotacion
{
    /*font-size: 10pt;     color: Black;*/
    /*margin-bottom: 20px;*/
}

/*Puntos cuadricula*/
.contenedor-puntosCuadricula .contenedorOpcion
{
    display: inline-block;
    width: 12%;
    padding: 10px;
    margin: 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    min-width: 135px;
    background-color: white;
    vertical-align: top;
}


.contenedor-puntosCuadricula .contenedorOpcion .VotoCB input:checked + label
{
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    color: Green;
}

.contenedor-puntosCuadricula .VotoCB
{
    font-size: 9pt;
}
.fondoOpcionSeleccionada
{
    background-color: green;
}

.contenedor-puntosCuadricula .FilaOpcion
{
    display: block;
    width: auto;
    min-height: 50px;
}

.contenedor-puntosCuadricula .FilaOpcionImg
{
    display: block;
    width: auto; /*min-height:150px;*/
}

.contenedor-puntosCuadricula .minHeightImageOptionVotar
{
    /*min-height:150px;*/
}

.contenedor-puntosCuadricula .FilaOpcionImg img
{
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    max-width: 90%;
    max-height: inherit;
}
.headerVoto
{
    position: relative;
    margin: 0px;
    padding: 0px; /*background: #BB0070;*/
    width: 100%;
    z-index: 5; /*height: 120px;     vertical-align: middle;*/
}
.titleVoto
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.headerVoto h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px; /*color: #f9f9f9;*/
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.headerVoto h3
{
    margin: 0px;
    padding: 0px 0px 0px 20px; /*color: #CACACA;*/
    border: none; /*font-size: 10pt;*/
}

.headerVotoLogo
{
    font-size: 12pt;
    display: block;
    text-align: right; /*padding: 10px;*/
    padding-right: 10px;
    color: White;
}
/*Cabecera cliente*/
.clienteContenedor
{
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 0 24px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 24px -1px rgba(0,0,0,0.2);
    box-shadow: 0 0 24px -1px rgba(0,0,0,0.2); /*padding-left:15px;*/
    color: #EAEAEA;
    background-color: #525252;
}

/*FIN CABECERA CLIENTE*/
/*VOTACION*/
.contenedorPunto
{
    margin-bottom: 30px;
    padding: 20px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #f0f0f0;
}

.resumenVoto .contenedorPunto
{
    margin-bottom: 10px;
}

.cabeceraPunto
{
}
.contenedorOpcion
{
    /*min-height: 110px;*/
    margin-bottom: 5px;
}
.contenedorOpcionRecuento
{
    min-height: 20px;
    margin-bottom: 5px;
}

.resumenVoto .contenedorOpcion
{
    min-height: 0px;
}

.contenedorPuntos
{
}


.FilaImagenPunto
{
    display: none;
}

.resaltarPunto
{
    width: 20px;
    display: inline-block;
    height: 10px;
    border-top-style: solid;
    border-width: 2px;
    border-color: Black;
    margin-right: 15px;
}
.NumOpcionesVoto
{
    /*font-size: 9pt;     font-weight: normal;     color: Black;     font-style: italic;*/ /*display:block;*/
    margin-right: 10px;
}
.PuntoInfoExtra
{
    /* font-size: 9pt;     font-weight: normal;     color: Black;*/
    display: block;
}
.PuntoAdjunto
{
    /* font-size: 9pt;     font-weight: normal;     color: Black;*/
    display: block;
}
.FilaPunto
{
    /*background-color: #cacaca;*/
    margin-bottom: 20px;
    width: 75%;
    display: inline-block;
    vertical-align: top;
}

.FilaPuntoImg
{
    /*background-color: #eeeeee;*/ /*height: 30px;*/
    vertical-align: top;
    width: 25%;
    text-align: center;
    display: inline-block;
}

.FilaPuntonImg img
{
    max-height: 110px;
    max-width: 110px;
}

.FilaOpcion
{
    /*background-color: #eeeeee;*/ /*height: 30px;*/
    vertical-align: top;
    width: 75%;
    display: inline-block;
}
.FilaOpcionImg
{
    /*background-color: #eeeeee;*/ /*height: 30px;*/
    vertical-align: middle;
    width: 25%;
    text-align: center;
    display: inline-block;
}

.FilaOpcionImg img
{
    max-height: 110px;
    max-width: 110px;
}
.txtRecuento
{
    padding: 4px 4px 4px;
    font-size: 14px;
    width: 100px;
    text-align: right;
    margin-right: 10px;
}

.Voto
{
    font-size: 12pt;
    font-weight: normal;
    color: Black;
}

.voto label
{
    padding-left: 5px;
}
.VotoValorORDENACION
{
    font-size: 18pt;
    font-weight: bold;
    padding-right: 10px;
}
.VotoDDL
{
    font-size: 18pt;
    font-weight: normal;
    color: Black;
    margin-right: 10px;
}
.VotoCB input[type="checkbox"]
{
    font-size: 12pt;
    font-weight: normal;
    color: Black;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/*.VotoCB input[type="checkbox"]:checked + label {*/
.VotoCB input[type="checkbox"]:checked
{
    font-size: 12pt;
    font-weight: normal;
    color: Black;
    content: '\f14a';
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.InfoExtraVoto
{
    /*font-size: 9pt;*/ /*font-weight: normal;     color: Black;     padding-left: 40px;*/
    margin-top: 10px;
    margin-bottom: 10px;
}
.AdjuntoVoto
{
    /*font-size: 9pt;*/ /*font-weight: normal;     color: Black;     padding-left: 40px;*/
    margin-top: 10px;
    margin-bottom: 10px;
}
.FilaEnBlanco
{
    height: 30px;
}
.FilaEnBlancoEstrecha
{
    height: 15px;
}

.PuntoVotacion
{
    font-size: 1.8rem; /*font-weight: bold;*/
    color: Black;
}

.DivContenidoPreRegistro
{
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding:15px;
}


.bordeDebajoColorClaro
{
    border-bottom-style: solid;
    border-width: 1px;
    border-color: #959595;
}

.bordeEncimaColorClaro
{
    border-top-style: solid;
    border-width: 1px;
    border-color: #959595;
}

.bordeIzdaColorClaro
{
    border-left-style: solid;
    border-width: 1px;
    border-color: #959595;
}
.ancho10
{
    width: 10%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ancho20
{
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ancho30
{
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ancho40
{
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ancho50
{
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ancho60
{
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ancho70
{
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ancho80
{
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ancho90
{
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ancho100
{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contenedorControlFormulario {
    vertical-align: middle;
    /*white-space: nowrap;*/
    padding: 4px 8px 4px 8px;
}

.labelFaltanCampos
{
    /*font-style: italic;*/
    color: firebrick !important;
}






