header {
    margin-bottom: 25px;
    overflow: hidden;
}

h1{
    margin-left: 50px;
}

div#menu{
    margin-right: 25px; 
}

div#usuario{
    margin-top: 85px;
}

.rojo a{
    color: #993333;
}

input#cip{
    text-transform: uppercase;
}

#carga{
    display: none;
}

#fondo-carga{  
    z-index: 3;
    background: #fff;
    position: fixed;
    opacity: .75;
    filter: alpha(opacity=75); 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#spinner{   
    z-index: 4;
    position: fixed;   
    top: 50%;
    left: 50%;    
}

body {
    margin-bottom: 2em;
}

.form-mandatory {
    color: #f00;
    font-size: 10px;
}

.tooltip-inner {
    background: black;
    font-size: 90%;
    white-space:nowrap;
    max-width:none;
}

.g-recaptcha {
    display: inline-block;
}