/*
body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
	background: #ffffff;
}
*/
h1 {
  font-size: 16px;
  font-weight: bold;
  color: #336699;
}

.img-shadow {
  float:left;
  /* background: url(shadowAlpha.png) no-repeat bottom right !important; */
  background: url(imagen/cuadro_fondo.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}
 
.img-shadow a:hover{
	overflow:visible;
	z-index:1000;
	border:none;        
}
.img-shadow a:hover img{
	border:1px solid #999;  
	background:#fff;
	padding:2px;            
} 
 
