

.body-back{
    background-color: #EAEDEB
}

.dir-bosques{
    font-family: 'Roboto', sans-serif;
    font-size: 24px; 
    color: #000000; 
    margin-top: 28px;
}

.contaner-top{
    background-color: #FFFFFF; 
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border: 0px solid #000000;

}

.navbarcolor { 
    background-color: #5CBCEE !important; 
    border-color: #5CBCEE !important;
} 

.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF !important;
}

.container-center{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    background: white;
    background: -webkit-linear-gradient(#FAFDFC, #CFD1D0);
    background: -moz-linear-gradient(#FAFDFC, #CFD1D0);
    background: -o-linear-gradient(#FAFDFC, #CFD1D0);
    background: linear-gradient(#FAFDFC, #CFD1D0);
    border: 0px solid #000000
}

.container-bottom{
    width: 100% !Important; 
    background-color: #5CBCEE; 
    min-height: 200px
}

.itext-mat{
    width: 220px; 
    height: 50px !Important; 
    font-size: 30px !Important; 
    text-align: center; 
    text-transform: uppercase;
}

.button-frm-mat{
    width: 100px; 
    margin-left: 5px; 
    margin-right: 5px; 
    margin-bottom: 25px !Important;
}

.footer-label {
    /*font-family: 'Roboto', sans-serif; */
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    color: #FFFFFF;
}

/* Define las filas de una tabla */
.table .ui-widget-content{
    border: 1px solid #dddddd !important;
    background: white;
    color: #C5C6C6 !important;
}

.table .ui-outputlabel{
    color: #07220E !important;
}

.table .ui-datatable-odd{
    background-color: #f9f9f9 !important;
}
