body{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    /* margin-bottom: 0.83em; */
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.cabeza{
    height: 60px;
    width: 100%;
    background: white;
    position: relative;
    /* position: fixed; */
}

.linea_naranja{
    border: 1px solid #F7A501;
    background: #F7A501;
    border-top-left-radius: 12px;
    float: right;
    bottom: 0;
    right: 0;
    position: absolute;
    height: 10px;
    width: 200px;
}

.cbz_principal{
    display: table;
    height: 80px;
    width: 100%;
}

/* .cbz_logo_contenedor{
    width: 23px;
} */

.cbz_logo{
    float: left;
    margin: 5px;
    height: 50px;
}

.cbz_menu{
    float: right;
    margin: 0 100px 0 0;
}

/* .lst_menu{
    padding: 32px 0 32px 0;
} */

.lst_menu_item{
    display: block;
    text-align: center;
    color: white;
    padding: 32px 10px 32px 10px;
    text-decoration: none;    
}

.lst_menu_item:hover{
    background: #098BC7;   
}

.lst_menu_item:active {
    color: #00A0E6;
}

.space_header{
    /* padding-top: 80px; */
    /* text-align: center; */
}

.banner{
    width: 100%;
    height: 150px;
    background: #008FDD; 
    color: white;
    position: relative;
    background-image: url('../img/img_libro_2.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* text-align: center; */
}



.banner_display{
    display: inline-block;
}

.banner_titulo{
    display: table;
    height: 150px; 
}
.banner_titulo_hijo {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px 0 30px;
}

.frm_central{
    text-align: center;
    /* display: table; */
    width: 100%;
    position: absolute;
    top: 180px;
}

.formularios{
    /* margin: 0 auto; */
    /* float: left; */
    display: inline-block;
    width: 75%;
    border-radius: 20px;
    background: #D9E1E4;
    padding-right: 5px;
}

.frm_radio{
    width: 100%;
    text-align: center;
}

.frm_100{
    float: left;
    text-align: center;
    width: 100%; 
}

.frm_50{
    float: left;
    text-align: center;
    width: 50%;
}

.line_black{
    text-align: left;
    display: inline-block;
    border-bottom: solid 1px black;
    padding-bottom: 10px;
    width: 98%;
}

.frm_100_items{
    text-align: left;
    display: inline-block;
    width: 98%;
    margin: 20px 10px 0 10px; 
}

.rbt{
    float: left;
    margin: 0 10px 10px 10px;
}

.txt_100{
    width: 100%;
    float: left;
}

.txt_50{
    width: 50%;
    float: left;
    /* padding-right: 1px; */
}

.txt_combo_100{
    width: 100%;
    /* margin: 5px 0 5px 0; */
}

.txt_input_100{
    width: 75%;
    margin: 5px 0 5px 0;
}

.txt_combo_50{
    width: 50%;
    margin: 5px 0 5px 0;
}

.btn_enviar{
    padding: 10px 0px 10px 0px;
    border-radius: 15px;
    width: 200px;
    background: #009FE3;
    color: white;
}

.div_btn{
    margin-bottom: 10px;
}

input[type=text], select , textarea{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.alert_message{
    font-size: 11px;
    width: 100%;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

input::placeholder, textarea::placeholder{
    color: #CACFD2;
}

.subTitulo{
    color: #009FE1;
}