/*
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 : 23-oct-2015, 13:03:56
    Author     : Miguel
*/
@font-face {
    font-family: 'Source Sans Pro', sans-serif;
}


/* Links */
a,
a:focus,
a:hover {
  color:rgb(163, 163, 163);
}
a:focus,
a:hover {
  color:rgba(163, 163, 163,.8);
  text-decoration: none;
}
a.current i,
a i:focus,
a i:hover {
  color:#a6c4d4;
  text-decoration: none;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

body{
    color:rgb(163, 163, 163);
    text-shadow: none;
    text-align: left;
}
h1{
    font-weight: bold;
    font-size: 16px;
    border-bottom:  2px solid #9bb7c4;
    padding-bottom: 12px;
    margin-right: 15px;
    margin-top: 40px;
}
.titulologin {
    width:510px;
    margin-right: 0px;
    padding-bottom: 5px;
    color: #799fb0!important;
    margin: auto;
}

form label{
    font-size: 16px;
    text-align: left !important;
    color: rgb(166, 196, 212);
    padding-left: 0px !important;
}
/*
form input{
    color: #FFF !important;
    background-color: #bed4df !important;
    font-weight: 400 !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    border-radius: 5px !important; 
    border: 1px solid #a6c4d4 !important;
    width: 100% !important;
    font-size: 12px !important;
    height: 18px !important;
    margin-top: 8px;
    height: 22px !important;
    line-height: 22px !important;
    
}*/

.btn {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    font-size: 13px;
    height: 19px;
    background: #c6c6c6;
    padding-top: 0%;
    padding-bottom: 1%;
    border: solid #bababa 1px;
    text-decoration: none;
    /* font-weight: bold; */
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
    background: #c6c6c6;

}
form label#msgError{
    font-size: 12px;
}
#menuPrincipal ul li a{
    font-size: 12px;
}
#menuPrincipal ul li a.current,#menuPrincipal ul li a:hover{
    color:#a6c4d4;
}

@media (max-width: 768px){
    form label{
        padding-left: 15px !important;
    }  
    h1{
        margin-left: 15px !important;
    }
    
}
