/*
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 : 27/03/2018, 10:25:37
    Author     : stroya
*/

body{
    font-family: 'Roboto', sans-serif;
}

.div-menu{
    margin-bottom: 14px;
    margin-top: 4px;
}
.div-menu a{
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
}
.oculto{
    display: none;
}
ol li{
    font-weight: bold;
    margin-bottom: 4px;
}

.requerido{
    border-color: #a94442;
}

table{
    font-size: 12px;
}

.alert-danger {
    color: #f4f2f2;
    background-color: #f00;
    border-color: #ebccd1;
}
.tarjeta{
    margin-right: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.titulo-tarjeta{
    font-size: 1.25em;
    font-weight: bold;
    margin-left: 6px;
}
.tabla-tarjeta tr{
    border-bottom: 1px dotted #c1c1c1;
}
.tabla-tarjeta tr:last-child{
    border-bottom: none;
}