﻿@charset "utf-8";
/* CSS Document */


/* <AUTORES> */
#fBlanca{
    background-color:#fff;
    padding-top:20px;
    padding-bottom:40px;
}
#fBlanca h1 {
    font-size:200%;
    font-weight:300 !important;
    padding-bottom:25px;
}
#fBlanca h3 {
    font-size:130%;
    margin-top:10px;
}


.autores hr  {
    margin-top: 25px;
    margin-bottom: 45px;
    border: 0;
    border-top: 2px solid #eeeeee !important;
}

/* </AUTORES> */

.input-lg {
    font-size: 100% !important;
    border-radius: 0px !important; 
}
.form-control {
    color: #111 !important;
}


.requerido:after {
    content: " *";
}