#imagegallery{
	background:#F2F2F2;
	clear:left;
	padding:10px;
	min-height:200px;
}


#items{
	float: left;
	width: 33%;
	border: 1px solid #DFDFDF;
	background:white;
}
#items .item {
	float: left;
	margin:10px;
	overflow:hidden;
	padding:5px;
	position: relative;
	width: 120px;
	height:90px;
	margin: 10px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid white;
}
#items .item:hover{border: 1px solid #ddd;}
#items .item img {
	width:120px;
	
}


#large{
	border: 1px solid #DFDFDF;
	width: 66%%;
	margin-left:34%;
	background-color: #fff;
	text-align:center;
	font-family:Georgia, Times, san-serif;
	font-size:12px;
}
#large .info{
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding:10px;
	color:#B3B3B3;
}
#items  p{
font-size: 0.7em;
	text-align: center;
	font-weight: bold;
	padding:1px;
	color:#B3B3B3;}
#large .item {
	margin-top:20px;
	margin-bottom:20px;
	border-width: 1px;
	cursor: default;
	text-align:center;
}
#large .item img{
	max-width:600px;
	max-height: 600px;
}
img.mg_pic_closed{
width:500px;
 
  border-color:#000;}

/*tooltip*/



.tool-tip {
border-style:dashed;
border-width:1px;
border-color:#000000;
	color: #fff;
	width: 139px;
	background: url(img/naranja.png) bottom left;
	z-index: 13000;
background-color:rgb(149, 196, 1);
font-family:verdana,arial,sans-serif;
font-size:15px;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #000000;
	padding: 8px 8px 4px;
	
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;

}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}


/*end ertxo*/
