/* CSS Document */



body  {

   height: 100%;

   text-align:center;

   font: 18px Calligraph421 BT;

   color: #000000;

   background-image:url(../imagenes/fondo/fondo_index.jpg);

   background-attachment: fixed;

   background-repeat: no-repeat;

   background-position: center center;

   }

   a:link {

   color: #000000;

   text-decoration: none;

}

a:visited {

   color: #000000;

   text-decoration: none;

}

a:hover {

   color: #FFFF66;

   text-decoration: none;

}

a:active {

   color: #000000;

   text-decoration: none;

}

   #contenedor{  

position: absolute;

left:50%;

top:50%;

width: 980px;

margin-left: -490px;

height:600px;

margin-top: -300px;

} 

#flashmovie {

   position: absolute;

   top: 0px;

   left:89px;

   width: 800px;

   height: 600px;

   }

   #link {

   position: absolute;

   top: 300px;

   left:890px;

   width: 85px;

   height: 20px;

   }

