/* 
    Created on : 07-may-2018, 16:53:03
    Author     : Tomas Morales
*/
.space-mobile{
    padding: 5px!important;
}
.fondo-orange{
    background-color: #eb6a27 !important ;
    color: white;
}
.fondo-azul{
    background-color: #256092 !important ;
    color: white;
}
.fondo-blanco{
    background-color: white !important ;
    color: #256092;
}
.centrar-texto-titulo{
    padding-top: .60rem !important;
    color: #256092;
}
.centrar-texto-normal{
    padding-top: .05rem !important;
}
.centrar-texto{
    padding-top: .92rem !important;
    color: white;
}
.centrar-texto-4{
    padding-top: .98rem !important;
    color: white;
}
.centrar-title-4{
    padding-bottom: .28rem !important;
    color: white;
}
.blanco{
    color:white;
}
ot-title{
    color: #256092 !important;
}
ot-footer {
  width:100%;
    height:100px;
    display:block;
    margin:0 auto auto auto;
}
section-form {
    border: 1px solid #e0e0e0;
    padding: 15px;
}
text-orange{
    color:#eb6a27;
}
.text-muni-primary {
    color:#256092 !important;
}
.text-muni-secondary {
    color:#eb6a27 !important;
}
.title-muni-primary {
    color:#256092 !important;
    font-weight:700!important;
}
.title-muni-secondary {
    color:#eb6a27 !important;
    font-weight:700!important;
}
.nav-intranet {
    position: relative;
    background: #eb6a27;
}
.nav-intranet:before {
    content: ' ';
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    background-image: url('../img/foto-fondo.jpg') !important;
    background-repeat: no-repeat;
    background-position: 1% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.nav-intranet div{
    z-index: 2;
}
.nav-intranet-old {
    position: relative;
    background: #eb6a27;
    overflow: hidden;
    height: 69px !important;
    z-index: 1; 
}
.nav-intranet-old:before {
    content: '';
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    background-image: url('../img/foto-fondo.jpg') !important;
    background-repeat: no-repeat;
    background-position: 1% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.nav-intranet-old table{
    z-index: 2;
    position: relative;
}


