﻿/*----------Geral----------*/
html, body {
	margin:0; 
	padding:0; 
	color:#adadad; 	
	background:#0F193D;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
	font-family:Arial, Tahoma, Geneva, sans-serif;
	font-size:12px;
	overflow-x:hidden;
}

.clr{
	clear:both;
}

a {
	color:#adadad;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-weight:bold; display:none;
}
p { margin-top:5px;}


/*----------Topo----------*/
#topo {
	width:100%;
	display:block;
	margin-top:-15px;
	background:url(../eventos-empresariais/pt/img/bgTopo.jpg) repeat center;
}

#topo .centro {
	width:1002px;
	height:57px;
	margin:0 auto;
	display:block;
}


/*----------Conteudo----------*/
#conteudo {
	width:100%;
	display:block;
	background:url(../img/bgCentro.jpg) no-repeat center;
	overflow:hidden;
	height:643px;
}

#conteudo .centro {
	 left: 50%;
    margin-left: -70px;
    position: absolute;
    top: 131px;
}

#conteudo .centro .esq {
	left: 50%;
    margin-left: -420px;
    position: absolute;
    top: 70px;
}

#conteudo .centro .meio {
	left: 50%;
    margin-left:-25px;
    position: absolute;
    top: 340px;
}

#conteudo .centro .dir {
	left: 50%;
    margin-left: 303px;
    position: absolute;
    top: 70px;
}

/*----------Rodape----------*/
#rodape {
	width:100%;
	display:block;
	background:#124E70;
}

#rodape .centro {
	width:1002px;
	height:150px;
	margin:0 auto;
	display:block;
}

#rodape .centro .boxInf {
	width:1002px;
	height:50px;
	float:left;
	margin-top:68px;
}

#rodape .centro .boxInf .logo {
	float:right;
	margin-right:80px;
}

#rodape .centro .boxInf .copy {
	color:#FFFFFF;
	font-size:10px;
	float:left;
	width:343px;
}

#rodape .centro .boxInf .tel {
	float:left;
	background:url(../eventos-empresariais/pt/img/img-tel.png) no-repeat;
	width:162px;
	height:22px;
	margin-left:75px;
	visibility:hidden;
}

#rodape .centro .boxInf .idioma {
	float:left;
	margin-left:30px;
	margin-top:-12px;
	width:200px;
	text-align:center;
}

#rodape .centro .boxInf .idioma .escolhaPO {
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
}

#rodape .centro .boxInf .idioma .escolhaEN {
	color:#f9cb00;
	font-style:italic;
	text-transform:uppercase;
	font-size:10px;
}

#rodape .centro .boxInf .idioma a {
	font-size:14px;
	color:#919191;
}







