
:focus {
	outline: 0;
}
.sliderContainer{
    width: 1152;
    height: 675;
    position: relative;
    /*margin: 25px auto;*/
}





#slider {
    width: 100%;
    max-width: 1152px;  
    height: 675px;
   
   
    overflow: hidden;
    position: relative;
    margin: auto;
}

#slider .slide{
    width: 1152px;
    height: 675px;
    float: left;
}


/*
.imagenslide{ width: 100%};

*/

.prev, .next{
    display: block;
    height: 56px;
    width: 56px;
    position: absolute;
    top: 300px;
    z-index: 1000;
}
.prev{
    background: url('../imagenes/slider-prev.png') no-repeat;
    background-position: 0 0;
    left: 0;
}
.prev:hover{
    background-position: 0 -56px;
}
.next{
    background: url('../imagenes/slider-next.png') no-repeat;
    background-position: 0 0;
    right: 0;
}
.next:hover{
    background-position: 0 -56px;
}




@media screen and (max-width: 1024px) {

#slider {
    
    width: 100%;
    max-width: 980px;
    height: 675px;
   
   
    overflow: hidden;
    position: relative;
    margin: auto;
}

    



}

