@CHARSET "ISO-8859-1";



*
{
	padding: 0px;
	margin: 0px;
	font-family: verdana;
}

body
{
	background: #333;
}

#all
{
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -475px;
	width: 950px;
	height: 650px;
	background: url(../images/background.jpg) repeat-x;
	overflow: hidden;
}

#header
{
	display: block;
	width: 100%;
	height: 120px;
	clear: both;
}

#destaque
{
	display: block;
	width: 100%;
	height: 130px;
	background: url(../images/header.gif) no-repeat;
	border-bottom: solid 2px #ddd; 
	clear: both;
	overflow: hidden;
}

#content
{
	display: block;
	width: 100%;
	height: 100%;
	clear: both; 
	background: url(../images/home-label.jpg) no-repeat;
}




#header #english-button
{
	position: absolute;
	top: 10px;
	left: 750px;
}

#header a img
{
	border: none;
}

#texto-destaque
{
	display: block;
	position: absolute;
	top: 120px;
	left: 473px;
	width: 476px;
	height: 130px;
	margin-left:-472px;
}

#texto-content
{
	position: absolute;
	display: block;
	top: 255px;
	left: 25px;
	width: 905px;
	height: 348px;
	overflow: auto;
	padding: 10px;
}

#footer
{
	font-size: 10px;
	color: #666;
	position: absolute;
	top: 632px;
	left: 10px;
}

#copyright
{
	font-size: 10px;
	color: #666;
	position: absolute;
	top: 632px;
	left: 840px;
}
#coluna1
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 350px;
	width: 280px;	/*background:#009900;*/
    padding-left:9px;
}

#coluna2
{
	position: absolute;
	top: 0px;
	left: 300px;
	height: 350px;
	background: url(../images/bg_linha.jpg) 0 20px no-repeat;
	width: 280px;
	padding-left:9px;
}

#coluna3
{
	position: absolute;
	top: 0px;
	left: 600px;
	height: 350px;
	background: url(../images/bg_linha.jpg) 0 20px no-repeat;
	width: 280px;
	padding-left:9px;
}

.fotos_thumb {
	float:left;
	margin-right:10px;
	margin-bottom:2px;
}

strong {
	color:#006600
}

.link_saiba {
	
	a:link {text-decoration: none}
	a:visited {text-decoration: none}
	a:hover {text-decoration: underline; 
			 color: #FF0000;}
	a:active {text-decoration: none}

}