/*
Estilos para el carrusel de imagenes.
*/

#screen{
        width:800px;
        padding:0;
}
        #screen li{
                float:left;
                list-style:none;
        }
        #screen .jq-ss-crop{
                margin:5px 5px;
                float:left;
        }
                #left,#right{
                        font-weight:bolder;
                        font-size:36px;
                        margin-top:85px;
                        display:block;
                        text-decoration:none;
                        color:black;
                }
        #view{
                margin:15px;
                width:620px;
                /*border:1px white solid;*/
                height:140px;
                overflow:hidden;

        }
                #images{
                        width:3818px !important;
                        width:3822px;
                        padding:0;
                }
                        #images li img{
                                border:0;
                        }
/* estilos para segundo carrusel  */
#screen2{
        width:800px;
        padding:0;
}
        #screen2 li{
                float:left;
                list-style:none;
        }
        #screen2 .jq-ss-crop{
                margin:5px 5px;
                float:left;
        }
                #left2,#right2{
                        font-weight:bolder;
                        font-size:36px;
                        margin-top:85px;
                        display:block;
                        text-decoration:none;
                        color:black;
                }
        #view2{
                margin:15px;
                width:620px;
                /*border:1px white solid;*/
                height:140px;
                overflow:hidden;

        }
                #images2{
                        width:3818px !important;
                        width:3822px;
                        padding:0;
                }
                        #images2 li img{
                                border:0;
                        }


/* estilos para segundo carrusel  */
#screen3{
        width:800px;
        padding:0;
}
        #screen3 li{
                float:left;
                list-style:none;
        }
        #screen3 .jq-ss-crop{
                margin:5px 5px;
                float:left;
        }
                #left3,#right3{
                        font-weight:bolder;
                        font-size:36px;
                        margin-top:85px;
                        display:block;
                        text-decoration:none;
                        color:black;
                }
        #view3{
                margin:15px;
                width:620px;
                /*border:1px white solid;*/
                height:140px;
                overflow:hidden;

        }
                #images3{
                        width:3818px !important;
                        width:3822px;
                        padding:0;
                }
                        #images3 li img{
                                border:0;
                        }
