/*
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 : 28/02/2018, 02:40:22 PM
    Author     : Chaz
*/

*{
    font-family: 'Oswald', sans-serif;
}
.cabecera{
    background-color: #1B5693 !important;
    color: white;
    text-align: center;
    padding-bottom: 0rem;
    padding-top: 0rem;
    font-variant: small-caps;
}

.cabecera-login{
    background-color: #1B5693 !important;
    color: white;
    text-align:center;
    padding-bottom: 0.5rem;
    padding-top: 2rem;
    font-variant: small-caps;
    background-image: url('//comunidad2.uaq.mx/portal/cds/img/logo_portal.png');
    background-size: 10rem;
    background-repeat: no-repeat;
}

.div-cabecera-logo img{
    width:  100%;
    text-align: left;                
}
.div-cabecera-logo{
    padding-left: 0.8rem;                
    text-align: left;
}
.div-cabecera-titulo{
    vertical-align: middle;
    text-align: center;
}
.div-cabecera-right{
    text-align: right;
    padding-right: 1.1rem;
}

.botonIcono{
    cursor: pointer;
    font-size: 1.5rem;
}
.contenido, .contenido *{
    font-size: 0.8rem;
}

.btn{}

.error{
    font-size: 0.6rem;
    font-weight: normal;
}
.error strong{
    font-size: 0.8rem;
    display: block;
}
.seleccionable{
    cursor: pointer;
}