/* CSS Document */

/* 
    Created on : 27/12/2015, 11:22:37 PM
    Author     : ray
*/

.titulo-slp{
    color: rgb(3,166,81);
}

.titulo-slp2{
    color: rgb(3,166,81);
    font-size: 14px;
    font-weight: bold;
}

.centrado{
    margin: 0px auto;
}

.justificado{
    text-align: justify;
}

.sb-menu-item{
    color: #fff;
    text-align: center;   
}

.sb-menu-item a{
    text-decoration: none;
    color: #fff;
}

.sb-menu-item a:hover{
    color: rgb(23,164,83);
}

.sb-menu-item:hover{
    cursor: pointer;
}

.sb-menu-item  img{
    display: block;
    margin: 0px auto;
}
.sb-menu-item  span{
    font-size: 11px;
}

.ul-slp{
    font-size: 12px;
}

.texto-slp{
    color: rgb(88,89,91);
    width: 600px;
    margin-left: 50px;
    float: left;
}

.texto-slp b{
    color: rgb(88,89,91);
}

.derecha{
    float: right;
}

.izquierda{
    float: left;
}

.foto-galeria{
    margin: 5px;
    cursor: pointer;
    width: 168px;
    height: 168px;
}

.info-gris{
    color: rgb(88,89,91);
    text-align: justify;
    background-color: rgb(228,228,228);
    padding: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.info-gris > .texto{
     width: 600px;
     margin-left: 340px;
}

@media screen and (max-width: 990px) {
    .info-gris > .texto{
        width: 95%;
        margin-left: 15px;
   }
}

.info-verde {
    color: #fff;     
    background-color: rgb(23,164,83);
    padding: 5px; 
    margin-left: 15px;
    margin-right: 15px;
}

.info-verde > .texto{
     width: 600px;
     margin-left: 340px;
}

@media screen and (max-width: 990px) {
    .info-verde > .texto{
        width: 95%;
        margin-left: 15px;
   }
}


.table-slp{
    width: 600px; 
    color: rgb(88,89,91); 
}

.table-slp td,th{
    text-align: center;
    padding: 10px;
}

.table-slp tr:nth-child(even) {background-color: #f2f2f2}

.table-slp .td-izq{
    text-align: left;
}

.table-slp tr:first-child{
    background-color: rgb(3,166,81); 
    color: #fff; 
    font-size: 18px
}

.table-slp .tr-gris{
    background-color: rgb(88,89,91) !important; 
    color: #fff; 
    font-size: 14px
}

.dialogHist{
    text-align: center;
}
.dialogHist img {
     width: 90% !important;  
     /*opacity: 1;
     z-index: 100;*/
}

.dialogHist .divcv{
    text-align: justify;
}
