*{margin:0,padding:0,outline:0;}


body{
   background-color: #b2b3b3;
   background-image: url('images/bg.jpg');
   background-position: top left;
   background-repeat: repeat-x;
   font-family: Verdana;   
   text-align: center;
}
#contenedor{
   position:relative;
   width: 649px;
   height: 498px;
   margin: 0 auto;
   
}
#wrap-header{width:100%; height:180px;background-image:url('images/sgs.jpg'); background-repeat:no-repeat; background-position:top right;}

#header{
   width: 649px;
   height: 180px;
   background-image: url('images/header.png');
   background-position: top center;
   background-repeat: no-repeat;
   margin:0 auto;
}
#flash{
   width: 649px;
   height: 498px;
}
#footer{
   width: 649px;
   height: 25px;
   text-align: center;
   font-family: Verdana;
   font-size: 12px;
   color: #6f6e6e;
  
}
#usuarios-ie{
   width: 800px;
   height: auto;
   border: 1px solid #8e8e8e;
   padding: 5px;
   font-size: 12px;
   text-align: left;
   color: #aaaaaa;
}

a{
  color: 8b8b8b;
  outline:0;
  }

