body {
	background-color: #C06E41;
	background-image: url(images/back.gif);
	margin: 0px;
}


.fonte_footer {				font-family: Tahoma, Arial, Verdana; font-size: 9px; color: #999999;}
.fonte_footer a:link{		color: #999999; text-decoration:underline;}
.fonte_footer a:visited{	color: #999999; text-decoration:underline;}
.fonte_footer a:hover{		color: #333333; text-decoration:none;}
.fonte_footer a:active{		color: #999999; text-decoration:underline;}



.back_text {
	background-image: url(images/back_text.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.fonte_11 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}
.fonte_11_cap {
	font-family: Arial, Tahoma, Verdana;
	text-transform:uppercase;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}
.fonte_11 a:link{		color: #333333; text-decoration:underline;}
.fonte_11 a:visited{	color: #333333; text-decoration:underline;}
.fonte_11 a:hover{		color: #000000; text-decoration:none;}
.fonte_11 a:active{		color: #333333; text-decoration:underline;}

.fonte_11_right {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	padding-left: 15px;
}
.fonte_11_right a:link{		color: #333333; text-decoration:underline;}
.fonte_11_right a:visited{	color: #333333; text-decoration:underline;}
.fonte_11_right a:hover{		color: #000000; text-decoration:none;}
.fonte_11_right a:active{		color: #333333; text-decoration:underline;}

.fonte_subtitle {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	line-height: 17px;
	color: #B04B00;
	font-weight: bold;
}
.fonte_about {
font-family: Tahoma, Arial, Verdana; font-size: 10px; color: #B04B00;
}

.foto_borda {	border: 1px solid #FFA664;	color: #FFA664;}
.foto_borda a:link{	border: 1px solid ##FFA664;	color: #FFA664;}
.foto_borda a:visited{	border: 1px solid #FFA664;	color: #FFA664;}
.foto_borda a:hover{	border: 1px solid #FFA664;	color: #FFA664;}
.foto_borda a:active{	border: 1px solid #FFA664;	color: #FFA664;}

.foto_borda2 {	border: 1px solid #B04B00;}
.foto_borda2 a:link{	border: 1px solid #B04B00;}
.foto_borda2 a:visited{	border: 1px solid #B04B00;}
.foto_borda2 a:hover{	border: 1px solid #B04B00;}
.foto_borda2 a:active{	border: 1px solid #B04B00;}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
border: 1px solid #FFA664;	
color: #FFA664;
position: relative;
z-index: 0;
}

.thumbnail:hover{
border: 1px solid #B04B00;
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #EBEBEB;
padding: 5px;
left: -1000px;
border: 1px #EBEBEB;
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 on hover*/
visibility: visible;
top: 80;
left: -300px; /*position where enlarged image should offset horizontally */

}
.bot_click {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C06E41;
	border: 1px solid #000000;
}


a#table {
	display:block;
	/*width:185px;
	height:30px;*/
	text-align:left;
	text-decoration:underline;
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#333333;
 }
a#table:hover {
     color:#000000;
	 text-decoration:none;
 }

a#table_submenu {
	display:block;
/*	width:160px;
	height:20px;*/
	text-align:left;
	text-decoration:none;
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#333333;
	padding-left: 10px;
 }
a#table_submenu:hover {
     color:#000000;
 }
 
.espacop{
margin-top:5px;
clear:both;}
