/* pra inicializar TODAS as tags */
*{
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* posicionamento do climatempo */
#climatempo{
	width: 120px;
	height: 170px;
	position: absolute;
	/*left: 555px;*/
	top: 404px;
	left: 710px; /* na posição do adsense2 */
	z-index: 1;
}


/* posicionamento adsense google */
#adsense1{
	width: 120px;
	height: 240px;
	position: absolute;
	left: 710px;
	/*top: 55px;*/
	top: 140px;
}
#adsense2{
	width: 120px;
	height: 240px;
	position: absolute;
	left: 710px;
	top: 335px;
}


/* organização do layout */
#site{
	width: 770px;
	height: 600px;
	background-color: #FFFFFF;
}

#header{
	height: 145px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}



#content{
	/*display: table-cell;*/
	width: 770px;
}
#content #left{
	width: 200px;
	height: 130px;
	background-image: url(../img/content_left.jpg);
	position: absolute; /* até aqui é para posicionar */
	padding-top: 176px;
	padding-left: 49px;
	padding-right: 30px;
	text-align: right;
}
#content #left2{
	width: 200px;
	height: 280px;
	background-image: url(../img/content_left2.jpg);
	position: absolute; /* até aqui é para posicionar */
	padding-top: 26px;
	padding-left: 49px;
	padding-right: 30px;
	text-align: right;
}
#foto{
	background-image: url(../img/polaroid.jpg);
	background-repeat: no-repeat;
	width: 80px;
	height: 70px;
	padding-top: 11px;
	margin: auto;
	text-align: center;
}
#content #right{
	width: 250px;
	height: 306px;
	top: 145px;
	left: 520px;
	background-image: url(../img/content_right.jpg);
	background-repeat: no-repeat;
	position: absolute;  /* até aqui é para posicionar */
	padding-left: 0px;
}
#content #right #opts{
	width: 160px;
	text-align: center;
}
#content #right #opts a{
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 3px;
	text-decoration: none;
	display: block;
}
#content #right #opts a:hover{
	color: #000000;
	text-decoration: underline;
}
#content #right #lang{
	width: 160px;
	margin-left: 30px;
	margin-top: 115px;
}

#content #center{
	width: 220px;
	height: 280px;
	left: 279px;
	right: 250px;
	background-image: url(../img/content_center.jpg);
	background-repeat: no-repeat;
	position: relative;  /* até aqui é para posicionar */
	padding-top: 26px;
	padding-left: 21px;
}
#content #center #cima{
	padding-right: 20px;
	position: absolute;
}
#content #center #baixo{
	margin-top: 150px;
	padding-right: 20px;
	position: absolute;
}
#content #center2{
	width: 220px;
	height: 280px;
	left: 279px;
	right: 250px;
	background-image: url(../img/content_center2.jpg);
	background-repeat: no-repeat;
	position: relative;  /* até aqui é para posicionar */
	padding-top: 26px;
	padding-left: 11px;
	padding-right: 10px;
}

#content #leftcenter{
	width: 470px;
	height: 280px;
	background-image: url(../img/content_leftcenter.jpg);
	padding-top: 26px;
	padding-left: 45px;
	padding-right: 50px;
	text-align: left;
}



#footer{
	height: 149px;
	background-image: url(../img/footer.jpg);
}
#footer2{
	height: 149px;
	background-image: url(../img/footer2.jpg);
}
#textfoot{
	color: #FFFFFF;
	font-style: italic;
	width: 200px;
	margin: auto;
	padding-top: 65px;
	padding-left: 41px;
}


/* classes */
.imghome{
	margin-right: 5px;
	width: 500px;
	height: 267px;
}
.btn{
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: -2
}
.thumb{
	width: 53px;
	height: 50px;
	cursor: pointer;
	border: 0px;
}
.mapa{
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
	width: 120px;
	height: 90px;
}
.cam{
	color: #000000;
}


/* estilo pras outras tags do HTML */
body{
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
}

h1{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}

h2{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

input, textarea, select, option {
	font-size: 11px;
	color: #666666;
}

a{
	color: #009933;
}
	
