@charset "utf-8";
/* CSS Document */
body{
  background-color: #3c3c3c; 
  margin:0px;
  /*background-image: url(../images/tileFondo.jpg);
  background-repeat:repeat-x;
  background-position: top center;  */
  }

#fondoflash {
  position:absolute;
  width:969px;
  height:565px;
  /*background-image: url(../images/fondo_flash.jpg);*/
  background-repeat: no-repeat;
  background-position: top center;
  vertical-align: top;
  text-align:center;
}

#flashcontent { 
  position:relative; 
  top:8px;
  left:1px; 
  
}

/*flashplash*/

.fsplash_background {
  width:100%;
  background-image: url(../images/dario_moreno_fondo.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height:790px;
  vertical-align: top;
  padding-top:117px;
}


.footer{
  color: #666666;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
}