*{
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

h4,h5{
    font-weight: bold;
}

.header{
    margin-top: 22px ;
}

div.contenedor{
    width: 89px;
    float: left;
    -webkit-transition: height .4s;
}

div#uno{
    background-color: rgb(208,101,3);
}

div#dos{
    background-color: rgb(233,147,26);
}

div#tres{
    background-color: rgb(22,145,190);
}

div#cuatro{
    background-color: rgb(22,107,162);
}

div#cinco{
    background-color: rgb(30, 71, 27);
}

div#seis{
    background-color: rgb(150, 28, 28);
}

div#siete{
    background-color:rgb(150, 127, 28);
}


img.icon{
    display: block;
    margin: 2px auto;
    background-color: rgba(255,255,255,.15);
    width: 23px;
    padding: 1px;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
    -webkit-transition: box-shadow .4s;
}

p.texto{
    font-size: 0.85em;
    color: white;
    text-align: center;
    opacity: .6;
    -webkit-transition: padding-top .4s;
}

div.contenedor:hover{
    height:50px;
}

div.contenedor:hover p.texto{
    padding-top: 3px;
    opacity: 1;
}

div.contenedor:hover img.icon{
    -webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.6);
}

p{
    margin: 0;
}

.iccc{
    margin: 5px 0px;
    width: 23px;
}

.icc{
    width: 45px;
}

.borde_central {
    /*    border: PowderBlue 5px double;*/
    border: #a0a4a5 4px double;
    border-radius: 20px;
}

.borde_izquierda {
    border: #a0a4a5 4px double;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.borde_derecha{
    border: #a0a4a5 4px double;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.borde_arriba{
    border: #a0a4a5 1px solid;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: none;

}
.borde_abajo{
    border: #a0a4a5 1px solid;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

fieldset.scheduler-border {
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-weight:bold;
    width: 45%;
    margin-bottom: 0px;
    border-bottom:none;
}

/*Tablas del directorio*/
input {
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    background: #fff;
    border: 1px solid #aac;
    vertical-align: middle;
}

label, tr {
    font-size: 13px;
    color: rgb(85, 85, 85);
}

.tabla_titulo{
    background: #2288bb;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 6px;
    border: 1px solid #ccc;
}

.tabla_celda_contenido{
    vertical-align: middle;
    padding: 5px 5px;
    font-family: 'Open Sans',sans-serif;
    font-size: 10px;
    color: #555;
    text-align: center;
    border: 1px solid #CCC;
}

.main-footer {
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}

.pswd_info{
    display:none;
    bottom: -115px\9; /* IE Specific */
    background:#fefefe;
    font-size:10px;;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}

.pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

.pswd_info::before {
    position:absolute;
    top:1px;
    left:-4%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}

.invalid {
    background:url(../img/invali.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid {
    background:url(../img/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}

/*md*/
@media (max-width: 992px) {
    .header {
        margin: 2px 45px;
    }

}
/*sm*/
@media (max-width: 768px) {
    div.contenedor{
        width: 40px;
        float: left;
        -webkit-transition: height .4s;
    }
    p.texto{
        font-size: 0em;
        color: white;
        text-align: center;
        opacity: .6;
        -webkit-transition: padding-top .4s;
    }

    div.contenedor:hover{
        height:30px;
    }

    img.icon {
        width: 20px;
    }

    .header {
        margin: 2px 5px;
    }

    .icc{
        width: 45px;
    }

}






































































