/*
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 : 04/05/2018, 03:44:03 PM
    Author     : jdiazi
*/
        .imgD {
            width: 100%;
            height: auto;
        }
        .containerD {
            position: relative;
            width: 100%;
        }
        .overlay {
            position: absolute;
            bottom: 100%;
            left: 0;
            right: 0;
            background-color: #060606;
            opacity: 0.8;
            overflow: hidden;
            width: 100%;
            height:0;
            transition: .5s ease;
        }

        .containerD:hover .overlay {
            bottom: 0;
            height: 100%;
        }

        .text {
            white-space: nowrap;
            color: white;
            font-size: 20px;
            position: absolute;
            overflow: hidden;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        }
        a {
            color: #333333 !important;
            text-decoration:none;
        }
        a:hover {
            color: #b4a77b !important;
            text-decoration:none;
            cursor: pointer;
            cursor: hand;
        }
        a:visited {
            color: #333333 !important;
            text-decoration:none;
        }
        a:focus {
            color: #333333 !important;
            text-decoration:none;
        }
        .highcharts-credits{
            display: none !important;
        }
        @media screen and (max-width: 720px) {
            #BarraFichaTecnicaIndex{
                display: none !important;
            }

        }

