/* Sign In Option 1 */
body.pull_top{
    background: #00546e;
    background-image: none;
}
#informe{
    margin-bottom: 0px;
    margin-top: -35px;
}
#informe .header{
    text-align: center;
    margin: 0;
    color: #ffffff;
    margin-top: 85px;
}
#informe .header h4{
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 38px;
}
#informe .header h5{
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 38px;
    font-weight: 300;
    text-shadow: 1px 1px 0px #000000;
}
#informe .header p{
    font-style: italic;
    font-size: 17px;
    margin: 0 0 40px 0;
}
#informe .app{
    text-align: right;
    color: #ffffff;
    margin-top: 50px;
    margin-bottom: 20px;
}
#play img{
    height: 60px;
}
#apple img{
    height: 60px;
}

ul.ui-autocomplete{
    list-style: none;
    font-size: 18px;
    background-color: #ffffff;
}
li.ui-menu-item{
   padding: 5px;
}
li.ui-menu-item:hover{
   background-color:#21B354;
   color: white;
}
#informe .proof{
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 78%;
    float: none;
}
#informe .footer{
    text-align: center;
    margin-left: 0;
}
#informe .footer form{
    margin: 0 0 46px 0;
}
#informe .footer input[type="text"],
#informe .footer input[type="password"] {
    border-radius: 3px;
    font-size: 16px;
    height: 25px;
    margin: 0 10px 0px 0;
    color: black;
    width: 31%;
}
#informe .footer input[type="submit"]{
    text-transform: uppercase;
    color: #fff;
    background: #187CCC;
    font-size: 15px;
    padding: 8px 18px;
    border: 0 none;
    border-radius: 3px;
    -webkit-transition: background linear .2s, box-shadow linear .2s;
    -moz-transition: background linear .2s, box-shadow linear .2s;
    -o-transition: background linear .2s, box-shadow linear .2s;
    transition: background linear .2s, box-shadow linear .2s;
}
#informe .footer input[type="submit"]:hover{
    background: #252528;
}

/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {

}
@media (min-width: 980px) {

}
@media (max-width: 979px) {
    
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
    #informe .footer input[type="text"], 
    #informe .footer input[type="password"]{
        width: 25%;
    }
}   
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
    #informe{
        
    }
    #informe .header h4{
        color: #333;
        line-height: 35px;
        text-shadow:none;
    }
    #informe .header p{
        line-height: 24px;
    }
    #informe .header p,
    #informe .division span{
        color: #333;
    }
    #informe .division .line{
        border-color: #333;
    }
    #informe .footer input[type="text"], 
    #informe .footer input[type="password"]{
        font-size: 13px;
        width: 97%;
        margin-bottom: 12px;
    }
    #informe .footer input[type="submit"]{
        margin: 10px auto 0;
        display: block;
    }
    #informe .proof{
        width: 100%;
    }
}
