@charset "utf-8";
/* CSS Document */

#Gallery {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 920px;
}
html>body #Gallery {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
	width: 900px;
}
#Gallery .item {
	float: left;
	width: 280px;
	height: auto;
	text-align: center;
	background-color: #dff56c;
	margin: 10px;
}
#Gallery .item a {
	text-decoration: none;
	cursor:hand;	
}
#Gallery .item img {
	margin: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
#Gallery .item .titulo {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
#Gallery2 {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
html>body #Gallery2 {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding: 0px;
}
#Gallery2 .item {
	float: left;
	width: 200px;
	height: auto;
	text-align: center;
	background-color: #dff56c;
	margin: 10px;
}
html>body #Gallery2 .item {
	float: left;
	width: 200px;
	height: auto;
	text-align: center;
	background-color: #dff56c;
	margin: 10px;
}
#Gallery2 .item a {
	text-decoration: none;
	cursor:hand;
}
#Gallery2 .item img {
	margin: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 10px;
}
#Gallery2 .item .titulo {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}#Gallery .item .titulo a {
	color: #FF0000;
	text-decoration: none;
}
#Gallery2 .item .titulo a {
	color: #FF0000;
	text-decoration: none;
}

