/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 24/05/2016, 09:14:49 AM
    Author     : fmora10
*/

.puntero {
    cursor: pointer;
}

.shadowExcel {
    display: none;
}


/* clases de leer más */

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

td {
    text-align: center;
}

.bgAA,
.btn-success {
    background: #77c043;
}

.bgAA:hover,
.btn-success:hover {
    background: #77c043;
}

.btn {
    border: none;
}

.backgroundAAEmploy {
    background: #37474F;
}

.backgroundAAEmploy:hover {
    background: #37474F;
}

.modalTitle {
    background: #77c043;
    min-height: 56px;
}

.modalTitle h4 {
    color: white;
}

.slick-track li a {
    height: 600px;
    overflow-y: overlay;
    cursor: default
}

@media all and (max-width: 480px) {
    .slick-track li {
        margin: 0;
        padding: 5px;
    }
    .slick-track {
        height: 600px
    }
    .noFancy img {
        width: 100%;
    }
    .testimonial-single-slide {
        padding: 0 !important;
    }
    .testimonial-single-slide iframe {
        width: 100% !important;
    }
}