.scrollup {
    width: 43px;
    height: 43px;
    position: fixed;
    bottom: 40px;
    right: 22px;
    display: none;
    background-color: #14AAB4;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 3px;
    z-index: 100000;
    display: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-shadow: -2px 9px 16px -6px rgba(0,0,0,0.29);
    -moz-box-shadow: -2px 9px 16px -6px rgba(0,0,0,0.29);
    box-shadow: -2px 9px 16px -6px rgba(0,0,0,0.29);
}
.scrollup i {
    color: #fff;
    text-align: center;
    display: block;
    line-height: 37px;
    font-size: 17px;
    width: auto;
    margin-top: -1px;
    margin-right: -3px;
}
.scrollup:hover {
    background: #5fc4cc;
}

.headerUac{
    padding-top: 12px;
    padding-bottom: 10px;
    background: #21AAB3;
    width: 100%;  
    border-bottom:4px solid #16BDCB;
}

.vigiladaMineducacion{
    display: inline-block;
    color: #fff;
    border-top:2px solid #84D2D8;
    border-bottom:2px solid #84D2D8;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-right: 8px;
    font-size: 12px;
}

.infoCell{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    font-family: 'Segoe UI Bold';
}

.AlinDerechaHeader{
    display: inline-block;
    float: right;
}

.ContentRedesSociales{
    display: inline-block;
}
.iconoRedesSoc{
    color: #C0E8EB;
    font-size: 19px;
    margin-right: 2px;
    cursor: pointer;

}
.ContenedorGeneralUac {
    padding-left: 50px;
    padding-right: 50px;
}
.contentHeaderMenu{
    position: relative;
}

.itemBackToTop{
    display: none;
}



.contentFooter {
    width: 100%;
    background: #00707E;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contentLogoUac {
    display: inline-block;
    text-align: left;
}
.ContentMenuItem{
    float: right;
    margin-top: 14px;
    /*margin-right: 140px;*/
}




.t3-module {
 margin-bottom: 0px !important;

}

.navbar-default .navbar-nav > li > a {
    color: #4e4c4c;
    font-size: 16px;
    font-family: 'Segoe UI';
    text-transform: uppercase;
    font-weight: bold;
}

.rutadenavegacionClass {
    background: #EEEEEE;
}
.rutadenavegacionClass li a, .rutadenavegacionClass li span {
    font-size: 15px;
    color: #333333 !important;
}


#system-message-container{
    display: none;
}

.itemToolbar{
    display: none;
}
.onepages-agenda{
    padding: 40px 0px;
}
.tituloAgenda{
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
}
.fondoAgenda{
    background: #F2F8FD;
}
.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th{
    background-color: #ffffff !important;
}
.tablaAgenda tbody td{
    font-weight: bold;
}