#left img {
	margin: 1px;
}
h2 {
	background-image: url(/img/en/photogallery/titulo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
}
/*************************************************************************************
GALERIA DE FOTOS
*************************************************************************************/
#galeriafotos {
	background-color: #e3e3e3;
	width: 480px;
	height: 290px;
}
.marco {
	margin-top: 13px;
	padding: 5px;
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	background-color: #f4f4f4;
	border: 1px solid #aaa;
}
* html .marco {
	padding-bottom: 12px;
}
* + html .marco {
	padding-bottom: 12px;
}
.marco a {
	display: inline;
	float: left;
	width: 77px;
	height: 47px;
	border: 1px solid #999;
	margin: 12px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 4px;
	background-color: #eee;
}
* html .marco a {
	margin-bottom: 9px;
}
* + html .marco a {
	margin-bottom: 9px;
}
.marco a:hover {
	border: 1px solid #000;
	background-color: #fff;
}
.marco a img {
	margin: 0 !important;
	border: 1px solid #999;
}