body {
background-color:#DEE1FA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

ul#gallery {
  padding:0; 
  margin:0; 
  width:756px; 
  height:566px; 
  position:relative; 
  background:#888 url(images/foto_mig.jpg);
  margin-left:15px;
  }
#gallery li {
  list-style-type:none; 
  width:108px; 
  height:81px; 
  float:left; 
  z-index:100;
  }
#gallery li.lft {
  float:left; 
  clear:left;
  }
#gallery li.rgt {
  float:right; 
  clear:right;
  }
#gallery a {
  position:relative; 
  width:108px; 
  height:81px;
  border: 1px solid #ffffff;
  display:block; 
  float:left; 
  z-index:100; 
  cursor:default;
  }
#gallery a img {
  position:relative; 
  width:106px; 
  height:80px;
  border: 1px solid #ffffff;
  border:1px solid #888; 
  z-index:100;
  }
#gallery a:hover {
  width:270px; 
  height:202px;
  border: 1px solid #ffffff;
  padding:182px 243px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:20;
  }
#gallery a:hover img {
  background:#eee; 
  position:relative;
  width:270px; 
  height:202px;
  border: 1px solid #ffffff;
  /*border:0;*/ 
  z-index:20;
  }
#gallery a:active, #gallery a:focus {
  background:transparent; 
  width:539px; 
  height:404px;
  border: 1px solid #ffffff;
  padding:81px 108px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  }
#gallery a:active img, #gallery a:focus img {
  background:#eee; 
  position:relative; 
  width:539px; 
  height:402px;
  border: 1px solid #ffffff;
  /*border:0;*/ 
  z-index:10;
  }
/* hack for Internet Explorer */
#gallery li.pad {
  height:0; 
  display:block; 
  margin-top:-2px; 
  width:756px; 
  font-size:0;
  }

/* hack for Opera 7+ */
@media all and (min-width:0px){
#gallery a:hover {
  background:#888; 
  width:539px; 
  height:404px; 
  padding:81px 108px; 
  position:absolute; 
  left:0; 
  top:0; 
  z-index:10;
  }
#gallery a:hover img {
  background:#aaa; 
  position:relative; 
  width:539px; 
  height:404px; 
  border:0; 
  z-index:10;
  }