.p0 {
            padding: 0;
        }
        
        .resCarousel-inner .item {
            /*border: 4px solid #eee;*/
            /*vertical-align: top;*/
            text-align: center;
        }
        
        .resCarousel-inner .item .tile div{
            display: table;
            width: 100%;
            height: 60px;
            text-align: center;

            /*box-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
        }

        .resCarousel-inner .item .tile div p:nth-child(1){
            font-size:10px;
        }

        .banner .item div {
            display: table;
            width: 100%;
            height:570px;
            text-align: center;
            /*box-shadow: 0 1px 1px rgba(0, 0, 0, .1);*/
        }
        
        .resCarousel-inner .item .cont-slider,  
        .resCarousel-inner .item a{
            display: table-cell;
            vertical-align: middle;
            color: white;
        }

        
        .banner .item .slide1{
            background: url('../images/slides/slide1.jpg');
            min-height: 570px;
            background-position: center center; 
            /* La imagen de fondo no se repite */
            background-repeat: no-repeat;
            width:100%;
            /*background-size: 100% 100%;*/
        }
        .banner .item .slide2{
            background: url('../images/slides/slide2.jpg');
            min-height: 570px;
            background-position: center center; 
            /* La imagen de fondo no se repite */
            background-repeat: no-repeat;
            width:100%;
            /*background-size: 100% 100%;*/
        }
        .banner .item .slide3{
            background: url('../images/slides/slide3.jpg');
            min-height: 570px;
            background-position: center center; 
            /* La imagen de fondo no se repite */
            background-repeat: no-repeat;
            width:100%;
            /*background-size: 100% 100%;*/
        }
        .banner .item .slide4{
            background: url('../images/slides/slide4.jpg');
            min-height: 570px;
            background-position: center center; 
            /* La imagen de fondo no se repite */
            background-repeat: no-repeat;
            width:100%;
            /*background-size: 100% 100%;*/
        }
        
        .item .tile div {
            margin:0 auto;
            background-color: #363d54;
            color: white;
            border-radius: 3px;

        }
            .p-venta{
                line-height: 15px; 
                color:#a1a1a1; 
                font-size:12px
            }

    

        .item .tile div:hover{
            background-color: #d3d3d3;

        }
        
        .cont-slider {
            color: white;
            padding-bottom: 100px;
        }