@charset "utf-8";
.txt_pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.txt_en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #57625e;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
a.submenu:link {
	color: #FFFFFF;
	font-family: "Adobe Garamond Pro", "Times New Roman", Georgia;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
}
a.submenu:visited {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 11px;
	font-family: "Adobe Garamond Pro", "Times New Roman", Georgia;
	text-decoration: none;
}
a.submenu:hover {
	color: #000000;
	font-family: "Adobe Garamond Pro", "Times New Roman", Georgia;
	font-size: 11px;
	text-decoration: underline overline;
	background-color: #FFFFFF;
}
a.submenu:active {
	color: #99E5CB;
	font-family: "Adobe Garamond Pro", "Times New Roman", Georgia;
	background-color: #000000;
	font-size: 11px;
	text-decoration: none;
}
.ttl_pt {
	font-family: Garamond, "Times New Roman", Arial;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.ttl_en {
	font-family: Garamond, "Times New Roman", Arial;
	font-size: 24px;
	font-weight: bold;
	color: #57625e;
	text-decoration: none;
}
.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
	color: white; /*header text is indented 10px*/
	font-family: "Adobe Garamond Pro", "Times New Roman", Georgia;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	width: 150px;
	display: block;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
	line-height: 130%;
	text-decoration: none;
	position: relative;
	overflow: visible;
	vertical-align: middle;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(../imagens/titlebar.png);
	background-repeat: no-repeat;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #555555;
background: url(../imagens/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #555555;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #555555;
background-color: #99E5CB;
}
.submenuttl {
	font-family: "Adobe Garamond Pro", "Times New Roman", Georgia;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #99E5CB;
	height: 40px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding: 20px;
}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
