/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4/10/2016, 03:09:37 PM
    Author     : DEMEDINA
*/

@import 'https://fonts.googleapis.com/css?family=Roboto';
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import 'https://fonts.googleapis.com/css?family=Cormorant+Garamond|Indie+Flower|Roboto+Slab';
@import 'https://fonts.googleapis.com/css?family=Abhaya+Libre';
@import url('https://fonts.googleapis.com/css?family=Droid+Serif|Slabo+27px');
html, body{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.content{
    width: 60%;
    margin: auto;
    text-align: center;
    margin-top: 10px;
    min-height: 60vh;
    position: relative;
}
#anio{
   width: 50px; 
}
#credito{
    width: 100px;
}
#anioNoti{
    width:50px;
}
#folioNoti{
    width: 100px;
}
.title{
    font-size: 16px;
}
#centerFooter{
    position:relative; 
    width:100%;
    margin-top: 100px;
}
.campos_footer{
    width: 60%;
    //float: left;
    margin: auto;
    padding-left: 40px;
    background: rgba(245, 245, 245, 0.32);
    //box-shadow: 1px 1px 55px white
}
.cuadro_imagen{
    float:left;
}
.footer_menu{
    /*color: #e57731;*/
    //text-align: left; 
    margin-top: 0px;
    padding: 0px;
    list-style: none;
}
.footer_menu li{
    color: black;
}
.footer_menu li a{
    color:#fbcd32;
}
.title_footer{
    color: #337ab7;
    margin-top: 0px;
    font-size: 24px;
    font-family: sans-serif;
    text-align: left;
    /* text-decoration: underline; */
    border-bottom: 1px solid white;
}
.color_btn{
    background-color: rgb(0,81,137);/*#335eab*//*COLOR DE ADMINISTRACION*/
    /*background-color: #404040;/*BEDA ELECTORAL*/ 
    color: white;
    margin-bottom: 15px;
}
.color_btn:hover{
    background-color: white;
    background-color: rgb(0,81,137);/*#335eab*//*COLOR DE ADMINISTRACION*/
    /*background-color: #404040;/*BEDA ELECTORAL*/ 
}
.button_block{
    padding: 20px 0px;
    display: none;
}
.check_button{
    float: left;
}
.encabezado{
    height: 100px;
    margin-bottom: 50px;
}
.encabezado img{
    height: 100px;
    
}
.btn:focus{
    color:white !important;
}
.btn:hover{
    color:gray !important;
}
.verifica_btn{
    color: white;
    background-color: rgb(0,81,137);/*#335eab*//*COLOR DE ADMINISTRACION*/
    /*background-color: #404040;/*BEDA ELECTORAL*/ 
    width: 50% !important;
    margin: auto;
    border: 1px solid #576a94 !important;
}
.verifica_btn:hover{
    background-color: white;
}
.response{
    display: none;
    min-height: 374px;
    /* width: 105%; */
    position: absolute;
    color: white;
    background:rgba(39, 39, 39, 0.95);
    z-index: 30;
    margin: 0;
    top: 0;
    right: 2%;
    margin-top: 97px;
    left: 2%;
}
.head_response{
    background-image: url(/consultaConstancia/Images/64.jpg);
    height: 100px;
    color: white;
    width: 100%;
    margin-top: -20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -69px;
}
.head_response h3{
    height: 100%;
    padding-top: 5%;
    text-shadow: -0.7px 0 black, 0 0.7px black, 0.7px 0 black, 0 -0.7px black;
}
#form_valid{
    width: 90%;
    margin: auto;
}

@media screen and (max-width: 680px) {
   .content{
        width: 90% !important;

    } 
}
@media screen and (max-width: 680px) {
   #logo_footer{
        top: -11% !important;
        left: 32% !important;
    }
    #centerFooter{
        height: 498px !important;
    }
    .head_response{
        height: 179px !important;
    }
}