@charset "utf-8";
body  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}

p {
	font-size:13px;
	color:#333333;
	text-indent:30px;
	padding-left:15px;
}
p.var {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	padding-right:150px;
	line-height:2px;
	text-align:center;
}
p.pequeno{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-indent:30px;
	padding-left:15px;
	line-height:2px;
}
p.asterico{
	font: Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #C00C00;
	padding:0px;
	text-indent:0px;
}
p.form {
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:0px;
	text-indent:0px;
}
h1{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#006666;
	text-indent: 0px;
	padding-left: 0px;
}
h2{
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#006666;
	text-indent: 0px;
	padding-left: 0px;
}
td{
	font-size:13px;
	color:#333333;
	text-indent:10px;
	padding-left:5px;
}

.parceiros{
	font-size:13px;
	color:#333333;
	padding:0px;
}
.menu-top{
	width:100%;
	height:30px;
	background:url(../img/background-menu.jpg) repeat-x;
	
}

.menu-topLinks{
	width:316px;
	height:30px;
	z-index:102;
	top:0px;
	position:relative;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	clear: both;
	float: none;
	margin: 0;
	vertical-align: middle;
	padding: 0px;
}
.logo{
	width:275px;
	height:155px;
	margin: 0 auto;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	z-index:101;
	float: left;
	position:absolute;
	top: 0px;
}
.twoColFixLtHdr #container { 
	width: 800px; 
	height:100%;
	background: #FFFFFF;
	background-image:url(../img/backgroundmain.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	margin: 0 auto;
	padding:0;
	text-align: left; 
} 
.twoColFixLtHdr #header {
	height:125px;
	margin: 0;
	background-image: url(../img/background-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 100;
	
} 

.twoColFixLtHdr #sidebar1 {	
	margin-top:0px;
	margin-right:5px;
	float: right;
	width: 266px;
	padding:1px;
	clear:both;
}

.twoColFixLtHdr #mainContent {
	margin-top:5px;
	margin-right:270px;
	padding-left:30px;
	padding-right: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-image:url(../img/lado.jpg);
	background-repeat: repeat-y;
	background-position:center right;
	top: auto;
	right: auto;
	bottom: auto;
} 

.twoColFixLtHdr #footer {
	text-align:center;
	font-size:6px;
	margin: 0 auto;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:35px;
} 

.small{	color:#333;	font-size:9px;}
a { text-decoration: none; color: #FFF; }
a:hover { text-decoration: none; color: #CCC; }

a.lrap { text-decoration: none; color: #333; }
a.lrap:hover { text-decoration: underline ; color: #999; }

.color{color:#000}
.color:hover{color:#FC0}
table.menu {}

table.menu th {
	background: url() no-repeat;
	background-position: center;
}

table.menu th.a:hover{background: url(../img/bt-click.jpg) no-repeat; position:relative;}

table.menu th.on{background: url(../img/bt-click.jpg) no-repeat; background-position: center;}

.gallerycontainer{
	margin-top:10px;
	margin-right:5px;
	float: right;
	width:250px;
	height: 330px;
	padding:1px;
	clear:both;
	/*height:220px;*/
	cursor: pointer;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #066;
margin: 0 2px 2px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #033;
cursor: pointer;
}

.thumbnail span{ /*CSS for enlarged image*/
width:300px;
height:410px;
position: absolute;
background-color: white;
padding: 5px;
/*left: -300px;*/
border: 1px dotted #033;
visibility: hidden;
color:#033;
text-decoration: none;
font-size:11px;
}

.thumbnail span img{ /*CSS for enlarged image*/
/*width:500px;
height:370px;
margin: 0px auto;
/*border-width: 0px;*/
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 160px;
left:300px; /*position where enlarged image should offset horizontally */
margin: 0px auto;
z-index:105;
}