/*
 * Codigo oficial
 */
*{
    font-family: Arial;
}

header {
     background: linear-gradient( to bottom, #99c983, #e6ff99);
    background-color: #e6ff99;
    font-size: 50px;
    height: 90px;
    text-shadow: black;
    width: 100%;
}
.todo{
    background-color: #2F4F4F;
    width: 100%;
    height: 100%;
    min-height: 120vh;
}
.main {
    background: linear-gradient( to bottom, #454852, #000000);
    padding:10px;
    color: whitesmoke;
    border:  2px solid #e6ff99;
}

aside{
    font-size: large;
    background-color: transparent;
    border-right: solid 2px aliceblue ;
    }
article{
    background-color: transparent;
    }
#select{
    color: black;
}
option{
    color: black;
}
a .glyphicon-pencil{
      font-size: 20px;
     }
.glyphicon-plus{
    padding: 2px;
    
}
.glyphicon-plus:hover{
    background-color: lightblue;
}
/*imagen de peril del cliente*/
tr:hover{
    background-color: rgba(0, 0, 0, 0.72); /*#474747 */
}
.perfil{
    width: 150px;
    height: 150px;
    margin-left: 20%;
    }
ul{
    list-style: none;
}

ol {
    float: left;
    margin-top: 20px;
    margin-right: 17px;
    font-size: large;
}
input{
    margin-top: -5px;
    padding: 3px;
    border-radius: 9px;
}
h1{
    position: absolute;
    }
.combo ol{
    float: left;
    }
.combo ol select{
    margin-top: 7px;
}
.especialidad{
    color: black;
}
/*encabezado de la tabla*/
tbody{
    color: whitesmoke;
}

.clasific{
    border: 2px solid #d5d5db;
}
.placeholder1{
    padding: 15px;
    margin-left: 40px;
}
#footer{
    position: relative;
    float: right;
    margin-right: 20%;
    background-color: transparent;
    color: #9b9b9b;
    z-index: 1000;
    margin-bottom: 7%;
}
.fechas{
    /*color: rgba(65, 164, 229, 0.8);*/
    color: rgba(68, 170, 238, 0.88);

}
@media (min-width: 500px)
  {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}
.main .page-header {
    margin-top: 0;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

@media screen and (max-width: 800px){

    .contenedor2 ul ol a{
        font-size: medium;
        float: left;
    }
h1{
    font-size: small;
    margin-top:5px;
    margin-left: 3px;
}

.combo ol {
    float: none;
}

.table-responsive{
    margin-left: 7%;
    padding-right: 10%;
    width: 90%;
}
table{
    width: 90%;
}
    tr:hover{
        background-color: rgba(55, 55, 55, 0.62); /*#474747 */
    }
}