
#wrapper{
   width: 620px; /*100 px mes del q2ue fan les imantges*/
   height: 490px; /*100 px mes del q2ue fan les imantges*/
   border: 1px solid black;
   background-repeat: no repeat;
   position: absolute; /*Posicionamiento absoluto*/
   top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
   left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
   margin-top: -267px; /*Restamos la mitad de alto del DIV para centrarlo verticalmente*/
   margin-left: -310px; /*Restamos la mitad de ancho del DIV para centrarlo horizontalmente*/
}

#slider1{
   width: 620px; /* important to be same as image width */
   height: 448px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   list-style-type: none;
}

#slider1 li{
   list-style-type: none;
}

#slider1Content{
/*    position: absolute;*/
/*    top: 0;*/
/*    margin-left: 0;*/
}
.slider1Image{
    float: left;
    position: relative;
    display: none;
}


.slider1Image span{
    position: absolute;
    font: 12px/15px Arial, Helvetica, sans-serif;
    line-height:25px;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
   clear: both;
}
.slider1Image span strong{
    font-size: 15px;
}
.top {
   top: 0;
   left: 0;
}
.bottom {
   bottom: 0;
   left: 0;
}
.left {
   top: 0;
   left: 0;
   width: 110px !important;
   height: 375px;
}
.right {
   right: 0;
   bottom: 0;
   width: 110px !important;
   height: 400px;
}

#entrar a{
   font-family: ITCAvantGardeStd-Bk, candara, Arial, sans-serif;
   text-decoration: none;
   margin-left: 280px;
}
a {
   color: rgb(110,110,110);
}

a:hover{
   color:rgb(117,41,41);
}

