@charset "iso-8859-1";

@font-face {
    font-family: Roboto;
    src: url('../Fuentes/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: HelveticaCondensed;
    src: url('../Fuentes/Helvetica/HelveticaNeueLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: dislexia;
    src: url(../Fuentes/OpenDyslexic/OpenDyslexic-Regular.otf);
    font-weight: normal;
    font-style: normal;
}

/* INICIO ESTILOS GENERALES */

    html,body {
        font-family: HelveticaCondensed;
        padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0px;
    }
    
    /* INICIO MENSAJE DE ERROR */
    
    .ui-widget {
        font-family: HelveticaCondensed !important;
    }
    
    .ui-growl-message{
        font-size: 16px;
    }
    
    .ui-growl-item-container .ui-growl-title{
        display: none;
    }
    
    /* FIN MENSAJE DE ERROR */
    
    .ui-panelgrid-content{
        border: none; 
    }
    
    #formulario{
        max-width: 1090px;
        min-height: 550px;
        margin: 0 auto auto auto;        
    }

/* FIN ESTILOS GENERALES */

/* INICIO PLECA DEL PROCESO */

    #pleca-proceso-b{
        width: 100%;
        height: 50px;
        margin: 30px 0px 30px 0px;
        display: inline-table;
    }
    
    #pleca-proceso-logo-b{
        height: 65px;
        width: 70px;
        margin: 0px;
        float: left;
    }
    
    #pleca-proceso-subtitulo-b{
        color: #9F2241;
        font-size: 15px;
        margin-bottom: 8px;
    }

    #pleca-proceso-titulo-b{
        color: #9F2241;
        font-size: 30px;
    }

/* FIN PLECA DEL PROCESO */

/* INICIO PLECA DEL PROCESO OPCION 2*/

    #pleca-proceso-c{
        max-width: 960px;
        height: 18px;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .seccion{
            width: 33.3%;
            height: 18px;
            color: #000;
            background-color: #D3D9DE;
            text-align: center;
            float: left;
    }
    
    .seccion.active{background-color: #9F2241;}

/* FIN PLECA DEL PROCESO OPCION 2*/

/* INICIO PASOS FORMULARIO */

    .pasosFormulario{
        width: 960px;
        height: 55px;
        border: 0px;
        margin: 0 auto;
    }
    
    .contenido{
        width: 90%;
        height: 119px;
        border: 0px;
        margin: 0 auto;
    }
    .contenido2{
        width: 90%;
        height: 220px;
        border: 0px;
        margin: 0 auto;
        margin-bottom: 3%;
    }

/* FIN PASOS FORMULARIO */

    .textoAvisoObligatorio{
        width: 765px;
        margin: 8px auto 0px auto;
        font-size: 12px;
        font-style: italic;
    }

/* INICIA FORM DE INICIO */

    .form-inicio{
        width: 100%;
    }

    .form-inicio p{
        margin: 0px 0px 15px 0px;
        font-size: 12px;
        text-align: justify;
    }

    .form-inicio-content{
        margin: 5% 8% 5% 15%;
    }
    
    .inputPrincipal{
        text-align: center;
        width: 200px;
        display: block;
        margin: 23px 0;
    }

/* FIN FORM DE INICIO */

/* INICIO PLECA DE AVISOS */

    #pleca-avisos{
        display: table;
        width: 960px;
        min-height: 50px;
        margin: 0 auto;
    }

    #pleca-avisos-titulo{
        display: inline-block;
        /*vertical-align: middle;*/
        width: 33.22%;
        border: 0px;
        /*background: #4e5760;*/
        color: #fefefe;
        font-weight: normal;
        text-align: center;
        background-color: #9F2241;
    }
    
    #pleca-avisos-titulo img {
        vertical-align: middle;
    }
    
    #pleca-avisos-contenido{
        display: table;
        width: 66.78%;
        border: 0px;
        background: #edeeef;
        color: black;
        float: right;
        min-height: 50px;
    }

    #aviso-parrafo {
        display: table-cell;
        vertical-align: middle;
        width: 80%;
        font-size: 11px;
        text-align: justify;
        margin: 0;
    }
    
    #aviso-parrafo-completo {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        font-size: 11px;
        text-align: justify;
        margin: 0;
    }
    
    #aviso-parrafo p {
        margin: 10px;
    }
    
    #aviso-parrafo-completo p {
        margin: 10px;
    }
    
    .plecaLeyenda{
        max-width: 960px;
        margin: 0 auto;
    }
    
    .leyendaPrivacidad{
        background: #9F2241;
        color: white;
        font-weight: normal;
        border-radius: 5px;
        padding: 10px;
        width: 64.70%;
        margin-right: 0px;
        margin-left: auto;
    }
    
    .plecaSMS{
        max-width: 960px;
        margin: 0 auto;
    }
    
    .leyendaSMS{
        background: #9F2241;
        color: white;
        font-weight: normal;
        border-radius: 5px;
        width: 66.78%;
        margin-right: 0px;
        margin-left: auto;
        font-size: 13px; 
        position: relative; 
        text-align: justify;
    }
    
    .leyendaSMS p{
        padding: 10px 65px 10px 10px;
    }
    
    .linkCAPS{
        color: black;
        text-decoration: underline;
    }
    
    .linkCAPS:hover{
        text-decoration: none;
    }
    
    .white2{
        color: #ffffff;
        text-decoration: none;
        font-size: 13px;
        
    }
    
    .white2:hover{
        text-decoration: underline;
    }
    
    #aviso-contenido-icono {
        display: table-cell;
        vertical-align: middle;
        width: 20%;
        text-align: center;
        font-size: 11px;
        margin-top: 10px;
    }

    #aviso-contenido-icono a{
        color: #010101;
        text-decoration: none;
    }

    #aviso-contenido-icono img{
        max-width: 30px;
        height: 30px;
        border: 0px;
    }
    
/* FIN PLECA DE AVISOS */

/* INICIO PLECA LINK */

    #pleca-link{
        margin: 2px 0px 2px 0px;
        display: none;
        height: 42px;
    }

    #pleca-link-contenido{
        max-width: 100%;
        height: 42px;
    }

    #pleca-link-titulo {
        width: 100%;
        height: 100%;
        background: #95969a;
        color: white;
        font-size: 20px;
        border-radius: 12px 12px 12px 12px;
        display: table-cell;
        vertical-align: middle;
    }

    #pleca-link a{
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #fefefe;
        display: table;
        text-align: center;
        vertical-align: middle;
    }
    
/* FIN PLECA LINK */

/* INICIO PLECA LINK 2*/

    #pleca-link-2{
        margin: 2px 0px 2px 0px;
        display: none;
        height: 42px;
    }

    #pleca-link-contenido-2{
        max-width: 100%;
        height: 42px;
    }

    #pleca-link-titulo-2 {
        width: 100%;
        height: 100%;
        background: #9F2241;
        color: white;
        font-size: 20px;
        border-radius: 12px 12px 12px 12px;
        display: table-cell;
        vertical-align: middle;
    }

    #pleca-link-2 a{
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #fefefe;
        display: table;
        text-align: center;
        vertical-align: middle;
    }
    
/* FIN PLECA LINK 2*/

/* INICIO SECCIONES FORMULARIO*/

    .ui-panelgrid-cell.ui-grid-col-2.border-right{
        border-right: 1px #AAA solid;
    }

    .etiquetaSeccion{
        width: 100%;
        height: 100%;
        min-height: 45px;
        font-size: 14px;
        color: #555;
    }

    .etiquetaSeccion div{
        float: left
    }

    .etiquetaSeccion div:first-child{
        width: 45px;
    }
    
    .etiquetaSeccion div:last-child{
        width: 87px;
        padding: 10px 0px 0px 6px;
    }
    .etiquetaSeccion img{
        width: 45px;
        height: 45px;
        margin-top: -2px;
    }
    
    .icono-1{
        width: 45px;
        height: 45px;
        margin-top: -2px;
    }
    
    .icono-2{
        width: 45px;
        height: 45px;
        margin-top: -2px;
        display: none;
    }
    
    .panelDatos>div,
    .panelDomicilio>div{
            min-width: 185px;
            margin: 5px 0px 5px 0px;
    }
    
/* FIN SECCIONES FORMULARIO*/

/* INICIA TABLA DATOS*/

    .tabla-datos {
        font-size: 12px;
        max-width: 960px;
        margin: 0 auto;
    }

    .tabla-datos label{
        font-size: 1.0em;
    }

    .columna-izquierda-datos{
        min-width: 260px;
    }
    
    .columna-derecha-datos{
        font-weight: bold;
    }
    
    .columna-datos-bg{
        background: #ebeeef;
    }
    
     .columna-datos-bg-dark{
        background: #c8c8c8;
    }
    
    .separador {
        max-width: 960px;
    }
    
/* FIN DATOS DEL PREDIO*/

/* INICIO TABLA DE ADEUDOS */

    .tabla-dinamica{
        width: 100%;
        font-size: 12px;
    }

    .tabla-dinamica-columna span{
        color: black;
        font-weight: bold;
    }

    .tabla-dinamica-columna{
        text-align: center; 
    }
    
    .tabla-dinamica-columna.expan{
        text-align: left;
        width: 15px;
    }
    
    .tabla-dinamica-footer{
        color: black;
        font-weight: bold;
        text-align: left;
    }

    .highlight{
        background: white;
    }

    .highlight2{
        background: #edeeef;
    }

    .subtabla td:nth-child(1) {
        width: 170px;
    }

    .periodo-numero{
        display: none;
    }
    
/* FIN TABLA DE ADEUDOS */

/*INICIO BOTONES */

    .botones{
        text-align: center;
        font-size: 16px;
        padding-top: 9px;
    }

/* FIN BOTONES */

/* INICIO TABLA DE ACTUALIZACION DE DATOS DEL PROPIETARIO */

    .tabla-datos-B {
        font-size: 12px;
        max-width: 960px;
        margin: 0 auto;
    }
    
    .columna-tabla-datos-B{
        margin: 5px 0px 5px 0px;
    }

    .input{
        width: 94%;
    }
    
    .input2{
        width: 86%;
    }

    .combo{
        width: 96% !important;
    }

    .combo label{
        width: 96% !important;
    }
    
    .ui-selectonemenu-items-wrapper{
        font-size: 13px;
    }
    
/* FIN TABLA DE ACTUALIZACION DE DATOS DEL PROPIETARIO */

/*INICIO MAPA DE CONVENIOS */

    .mapaMunicipios {
        margin: 0 auto;
        width:100%;
        height:400px
    }
    
/*FIN MAPA DE CONVENIOS */

/* INICIO BLOQUEADOR DE PANTALLA PARA PAGINAS JSP */

.bloqueo-pantalla {
    display: none;
    z-index: 1002; 
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);

}

.bloqueo-mensaje {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 251.41px; 
    max-height: 51.8px;
    z-index: 1003; 
    display: none; 
    margin: auto;

    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.8);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.8);

    position: fixed;
    text-align: center;
    padding: 1em;

    border-radius: 4px;

    border: 1px solid #aaa;
    background: #fff;
    font-size: 17.6px;
} 
            
/* FIN BLOQUEADOR DE PANTALLA PARA PAGINAS JSP */
    

/*******************/

@media only screen and (max-width: 960px){
    
    #formulario{
        width: 100%;
    }

    .pasosFormulario{
        width: 100%;
    }
    
    .leyendaPrivacidad{
        padding: 9px;
    }
    
    #pleca-avisos{
        width: 100%;
    }
    .contenido{
        height: 150px
    }
        
}

@media only screen and (max-width: 787px){
    
    .columna-datos-bg{
        width: 100%;
    }
    
    .columna-derecha-datos{
        padding-left: 20px;
    }
}

@media only screen and (max-width: 768px){
    
    #aviso-parrafo {
        width: 100%;
    }
    
    .linkCAPS{
        display: none;
    }
    
    #aviso-contenido-icono {
        display: none;
    }
    
    .plecaLeyenda{
        display: none;
    }
    
    #pleca-link {
        display: block;
    }
    
    #pleca-link-2 {
        display: block;
    }
    
}
        
@media only screen and (max-width: 685px){

    .form-inicio-content{
        margin: 5% 2% 2% 2%;
    }
    .contenido{
        height: 50px
    }
}

@media only screen and (max-width: 560px){
    
    .form-inicio p{
        margin: 15px 0px 0px 0px;
    }
    
    .form-inicio-content{
        text-align: center;
    }
    
    .form-inicio-content input{
        width: 98%;
        margin: 23px auto;
    }
    
    .form-inicio-content button{
        width: 100%;
    }
    
    #pleca-avisos-titulo {
        width: 100%;
    }
    
    #pleca-avisos-contenido {
        width: 100%;
    }
    
    .plecaSMS{
        width: 100%;
        margin-top: 2px;
    }
    
    .leyendaSMS{
        width: 100%;
        min-height: 65px;
        text-align: center;
    }
    
    .leyendaSMS p{
        text-align: justify;
        margin: 0px;
        padding: 9px 9px 0px 9px;
    }
    
    .leyendaSMS img{
        position: inherit !important;
    }
    
    .imgAviso{    
        width: 80%;
        height: 80%;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 500px){
    
    .periodo-nombre{
        display: none;
    }

    .periodo-numero{
        display: block;
    }
}

@media only screen and (max-width: 470px){
    
    .tabla-dinamica th{ 
        font-size: 11px;
    }
    
    .tabla-dinamica-footer{
        font-size: 11px;
    }
    
    .tabla-dinamica-columna.expan{
        width: 10%;
        padding-left: 5px;
    }
    
    .tabla-dinamica-columna.ejercicio{
        width: 20%;
    }
    
    .tabla-dinamica-columna.periodo{
        width: 20%;
    }
    
    .tabla-dinamica-columna.subtotal{
        width: 30%;
    }
    
    .tabla-dinamica-columna.select{
        width: 20%;
    }
    
}

@media only screen and (max-width: 350px){

    .ui-datatable thead th, .ui-datatable tfoot td, .ui-datatable tfoot th {
        padding: 4px 0px;
    }
}

.imgAviso{
}

@media only screen and (max-width: 300px){
    
    .subtabla td:nth-child(1) {
        width: 70%;
    }
}

/*max -width: 480px*/
@media only screen and (max-width: 35em){
    
    .ui-panelgrid-cell.ui-grid-col-2{
        padding-left: 0px; 
        padding-right: 0px;
    }
    
    .seccion{width: 100%;}
    .seccion.hidden{display: none;}

    .etiquetaSeccion{
        background: #95969a;
        display: table;
    }

    .etiquetaSeccion>div{
        color: #FFF;
        font-weight: bold;
        text-transform: uppercase;
        vertical-align: middle;
        display: table-cell;
        float: none;
    }

    .etiquetaSeccion>div:first-child{
        padding: 5px 0px 5px 10px;
    }

    .etiquetaSeccion>div:last-child{
        width: auto; padding: 10px 10px 10px 10px;
    }

    .etiquetaSeccion img{
        margin-top: 0px;
    }
    
    .icono-1{
        display: none;
    }
    
    .icono-2{
        display: block;
    }

    .botones{
        padding-top: 15px;
    }

    .button{
        width: 100%
    }

    .input{
        width: 98%;
    }
    
    .input2{
        width: 98%;
    }
    
    .combo{
        width: 99.5% !important;
    }
    
    input[type="text"]{
        width: 98% !important;
    }
    
    select, textarea ,button {
        width: 100% !important;
    }
}




.clasePrueba #pleca-proceso-subtitulo-b, .clasePrueba #pleca-proceso-titulo-b{
    cursor: url(../..//imagenes/cursor/cursorText.png) 20 20, text !important;
}
.clasePrueba h3, .clasePrueba .ui-selectonemenu-items-wrapper ul li, .clasePrueba .ui-grid-col-6 .ui-selectonemenu-label ui-inputfield ui-corner-all, 
.clasePrueba .ui-grid-col-6 div, .clasePrueba .ui-grid-col-6 div label, .clasePrueba .ui-grid-col-6 button, .clasePrueba a{
    cursor: url(../..//imagenes/cursor/cursorwhitehand.png) 20 0, pointer !important;
}
.clasePrueba, .clasePrueba label, .clasePrueba html, .clasePrueba .cl{
    cursor: url(../..//imagenes/cursor/cursorArrow.png) 0 0  , auto !important;
}
.clasePrueba .ui-grid-col-6 .ui-outputlabel ui-widget, .clasePrueba .ui-grid-col-6 input{
    cursor: url(../..//imagenes/cursor/cursorText.png) 20 20, text !important;
}

 .dislexia *{
    font-family: "dislexia" !important;
 }
