@charset "utf-8";
/* CSS Document */

body {
   margin:15px 0;
   background:#CCCCCC;

}
#contenedor {
   margin:0 auto;
   width:1000px;
   height:712px;
   background: url(../img/fondo3.jpg) no-repeat;   
}
#flash {
   position:relative;
   width:530px;
   height:400px;
   top:306px;
   left:233px;

}
#pie {
   margin:0 auto;
   clear:both;
   width:1000px;
   height:145px;
}
#pie a {
   width:1000px;
   height:145px;
   display:block;
   background: url(../img/pie.jpg) no-repeat;
   border:0;

}
#pie a:hover {
   background: url(../img/pie_encendido.jpg) no-repeat;
}