.mask {  
   top:0px;
   left:0px;
   position:absolute;  
   z-index:9998;  
   background-color:grey;
   display:none;  
}
.close{
	width:40px;
	height:41px;
	position:relative;
	float:right;
	cursor:pointer;
	cursor:hand;
	background-image:url('../imagenes/close.png');
	background-repeat:no-repeat;
}
.close:hover{
	background-image:url('../imagenes/close2.png');
}
.modal{
  position:absolute;
  display:none;
  z-index:9999;
  padding:20px;
  background-image:url('../imagenes/modalGris.png');
  background-repeat:no-repeat;
}
.modal2{
  position:absolute;
  display:none;
  z-index:9999;
  padding:20px;
}

.btnsModal button{
	float:right;
	color:white;
}

.titleModal{
	/*overflow:hidden;
	color:white;
	font-size:x-large;*/
	margin-bottom: 20px;
    margin-right: -30px;
    margin-top: -35px;
    overflow: hidden;
}

.ampliarImg{
	z-index:9998;
}
