@charset "iso-8859-1";
/* CSS Document */
html{
	height: 100%;	
}

body{
	background: #3A8EB0 url(../images/fundo.jpg) top;	
	margin: 0px;
}

#wtcbrasil {
	width: auto;
	height: auto;
	position:absolute;
	top: 560px;
	left: 787px;
}

#principal{
	margin: auto;
	width: 960px;
	height: 600px;
	position: relative;
}
#logotipo{
	left: 404px;
	top: 21px;
	width: 162px;
	height: 200px;
	position: absolute;
}
#menu{
	left: 73px;
	top: 60px;
	width: 280px;
	height: 285px;
	position: absolute;
}
#banner{
	left: 708px;
	top: 235px;
	width: 229px;
	height: 312px;
	position: absolute;
}

#iframe_home{
	left: 73px;
	top: 334px;
	width:505px;
	height: auto;
	background: #94bdd2;
	border-left: #FFF solid 2px;
	border-bottom: #FFF solid 9px;
	border-right: #FFF solid 18px;
	position: absolute;
	z-index: 1;
}
#iframe_home_borda{
	background: #FFF;
	right: -18px;
	top: -4px;
	width: 150px;
	height: 8px;
	position: absolute;	
	z-index: 2;
}
