/* CSS Document */
.boxtexto{
	border-style:groove;
	border-color:transparant;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	width: 170;
}

.boxidioma{
	border-style:groove;
	border-color:transparant;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
	width: 20;
}

a{
color:#000000;
text-decoration:none;
} /*links sem underline*/

a:hover{
color:#D9EA06;
text-decoration:none;
} /*links sem underline*/

.texto_form{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.texto_form{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.footer{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#999999;
font-size:10px;
}

.data{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:11px;
}

.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
}

#myGallery {
	width: 100%;
	height: 370px;
}
#myGallery img {
	border: 2px solid #52697E;
}
a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}