/* Formatea los mensajes Flash::xxx() de KumbiaPHP */
.flash {
    margin: 5px 0;
    min-height: 32px;
    padding:3px 10px 3px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    line-height: 32px;
    border-radius: 2px;
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
}

.valid {
    color: #4F8A10;
    background-color: #DFF2BF;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

h5 {
    color: #00695C;
    font-size: 18px;
}

hr {
    color: #00695C;
}

td {
    padding: 3px 3px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px; 
}

th {
    background-color: #00695C;
    border-radius: 0px;
    color: #fff;
}

H1 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #00695C;
}

.img-zoom img {
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    width:100%;
}

.img-zoom:hover img {
    -webkit-transform:scale(2);
    -moz-transform:scale(2);
    -ms-transform:scale(2);
    -o-transform:scale(2);
    transform:scale(2);
}

.img-zoom {/*Ancho y altura son modificables al requerimiento de cada uno*/
    width:100%;
    height:100%;
    overflow:hidden;
}

div.crop-img {
    border: 1px solid;
    border-color: #fff;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

div.crop-img img {
    display: block;
    max-width: none !important;
}

.caja1 {
    padding: 0 20px 0 20px;
}

.nombre {
    height: 145px;
}

.inactivo {
    opacity: 0.7;
}