/*
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 : 03-ene-2017, 10:59:53
    Author     : Alberto Linares Bullejos
*/
div.main{
    height: auto;
    padding: 0;  
}
div.carousel-inner img {
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    width: 100%;
    border-radius: 5px 5px 0 0;
    margin: auto;
}
div.carousel-caption h3 {
    color: #fff !important;
}
div.texto{
    padding: 1.5% 3%;
}
@media only screen and (max-width: 690px){
    #myCarousel div.item div.carousel-caption{
        display: none;
    }
}