

#capaModal
    {
      position: fixed;
      margin-left: -8px;
      margin-top: -8px;
      background-color:#000000;
      min-height: 100%;
      height: auto !important;
      height: 100%;
      _height:100%;
      width:100%;
      opacity: 0.5;
      z-index: 200;
    }

section
{
   position: absolute;
   width: 800px;
   height:600px;
   left: 50%;
   margin-left: -400px;
   top: 50%;
   margin-top: -300px;
   background: url('../images/fondo.png') no-repeat;
   visibility: hidden;
   z-index: 201;
}

article
{
   position: absolute;
   width: 750px;
   height:550px;
   margin-left: 20px;
   margin-top: 30px;
   color:black;
   text-align:center;
}

article h1
{
   position: absolute;
   font-size: 35px;
   width: 750px;
   font-family: fantasy;
   text-align: center;
}


article img
{
   position: absolute;
   margin-left: -250px;
   margin-top: 40px;
}

article p
{
   position: absolute;
   width: 750px;
   margin-left: 0px;
   margin-top: 390px;
   text-align: center;
}

#flechaDerecha
{
   position: absolute;
   width: 52px;
   height: 62px;
   margin-left: 700px;
   margin-top: -10px;
   cursor: pointer;
   background: url('../images/sigTrans.png') no-repeat;
}

#flechaDerecha:hover
{
   background: url('../images/sig.png') no-repeat;
}

#flechaIzquierda
{
   position: absolute;
   width: 52px;
   height: 62px;
   margin-left: 15px;
   margin-top: -10px;
   cursor: pointer;
   background: url('../images/sigTrans.png') no-repeat;
}

#flechaIzquierda:hover
{
   background: url('../images/sig.png') no-repeat;
}

