@charset "utf-8";
/* CSS Document */

#dhtml
{
	display:block;
	height:300px;
	position:absolute;
	text-align:right;
	width:300px;
	z-index:1001;
	left: 263px;
	top: 198px;
	border: none;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 10px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	/*background-image:url(../imagens/estrutura/bodyBg.gif);
	background-repeat:repeat-x;*/
}
.wrap #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	position: relative;
}
.wrap #header {
	height:80px;
	margin-bottom:10px;
	background: url(../imagens/marca_planin.gif) no-repeat;
	/*background-repeat: repeat-x;*/
	position:relative;
}
.wrap #destaque {
	height: 230px;
} 
.wrap #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wrap #mainContent {
	padding: 0 10px 0 20px;
	font-size:12px;
	color:#999;
	line-height:17px;
	height: 200px;
	float: left;
	width: 770px;
}
.wrap #separadorContent {
	height: 10px;
	width: 800px;
	float: left;
	padding-top: 10px;
	margin-top: -5px;
}
.wrap #divCenter {
	padding: 0 10px 0 20px;
	margin:0;
	font-size:12px;
	color:#999;
	line-height:17px;
}
.wrap #footer {
	padding: 18px 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:75px;
	color:#666;
	text-align: center;
}
.wrap #footer p {
	font-size:12px;
	text-decoration:none;
	color:#666;
	padding:0 3px;
}
#footer ul{
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
	list-style:none;
	float:left;
	width:100%;
}
#footer ul li{
	vertical-align:bottom;
	font-size:14px;
	display:inline;
	padding:0;
	margin:0;
}
.wrap #footer a{
	font-size:12px;
	text-decoration:none;
	color:#666;
	padding:0 3px;
	/*vertical-align:text-top;
	vertical-align:top;*/
}
.wrap #footer a:hover{
	color:#2c557a;
}
.mainContentBordaSup{
	height:23px;
	width:100%;
}
.mainContentBordaInf{
	height:23px;
	width:100%;
}
#login{
	background-image:url(../imagens/estrutura/loginBg.jpg);
	width:200px;
	height:85px;
	float:right;
	margin-top: 10px;
	overflow: hidden;
}
#login form{
	margin:0px;
	height:auto;
	float:left;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#login .inputTxt{
	margin:0;
	height:14px;
	border-style:solid;
	border-color:#dbdcdd;
	border-width:1px;
	font-size:11px;
	color:#666;
	background-color:#fff;
}
#login .inputTxtFoco{
	margin:0;
	padding: 2px 5px 0px 5px;
	height:14px;
	border-style:solid;
	border-color:#dbdcdd;
	border-width:1px;
	font-size:11px;
	color:#666;
	background-color:#fff;
	background-image:none;
}
#login a{
	text-decoration:underline;
	color:#666;
	font-size:10px;
	vertical-align:top;
}
#idioma{
	float:right;
	padding-top: 81px;
	padding-right: 13px;
}
#menuPrincipal{
	float:left;
	font-size:12px;
	color:#999;
	padding: 60px 0 0 0;
	list-style:none;
	display:inline;
	margin:0;
}
#menuPrincipal  li{
	display:inline;
	padding:0;
	margin:0;
}
#menuPrincipal a{
	text-decoration:none;
	color:#999;
}
#menuPrincipal a:hover{
	text-decoration:none;
	color:#0066b2;
	padding-bottom:2px;
}
.destaqueTxt{
	float:left;
	width: 300px;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 7px;
}

.colBlogs .destaqueTxt{
	padding-right: 0px;
}

.destaqueTxt p{
	padding:0;
	margin:19px 0 19px 19px;	
}
.clearFloat{
	clear:both;
	font-size:1px;
	margin:0;
	padding:0;
}
.colDestaques{
	float:left;
	width: 424px;	
}
.colBlogs{
	float:left;
	margin-left: 15px;
	width: 340px;
}
.colSalaImprensa{
	width:189px;
	float:right;
	margin-left: 10px;	
}
.destaqueBlogs{
	float:left;
	height:145px;
	background-image:url(../imagens/estrutura/box.jpg);
	background-repeat:no-repeat;
	padding:20px;
}
.destaqueBlogs h1{
	padding: 0;
	margin:0;
	font-size:18px;
}
.destaqueBlogs h2{
	padding: 10px 0 0 0;
	margin:0;
	font-size:18px;
	color:#666;
}
.destaqueBlogs p{
	font-size:11px;
	line-height:14px;
	padding:0;
	margin:6px 0;
}
.boxMenor{
	height:130px;
	font-size:11px;
	line-height:14px;
	background-image:url(../imagens/estrutura/boxMenor.gif);
	padding-top:15px;
	padding-bottom:0;
	float: left;
}
.leiaMais{
	text-decoration:none;
	color:#3488c6;
	font-weight:bold;
}
.leiaMais:hover{
	text-decoration:none;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.blogAutorLink{
	text-decoration:underline;
	color:#666;
	font-size:10px;
}
.blogComentariosLink{
	text-decoration:none;
	color:#db5f73;
	font-size:10px;
}
#salaImprensa{
	background-color:#cee4ee;
	background-image:url(../imagens/estrutura/salaImprensaBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:5px 20px;
}
#salaImprensa ul{
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
}
#salaImprensa li{
	display:inline;
	padding:0;
	margin:0;
}
.salaImprensaData{
	padding:0;
	font-size:10px;
	color:#1a2448;
	margin: 0;
}
.salaImprensaData span{
	display:none;
}
.salaImprensaChamada{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	font-size:12px;
	color:#1769be;
	font-weight:bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b9c2af;
}
.salaImprensaChamadaMenor{
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	font-size:11px;
	color:#1769be;
	font-weight:bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b9c2af;
}
.salaImprensaChamada a, .salaImprensaChamadaMenor a{
	text-decoration:none;
	color:#1769be;
}
.salaImprensaChamada a:hover, .salaImprensaChamadaMenor a:hover{
	text-decoration:none;
	border-bottom-style:dashed;
	border-bottom-width:1px;
}
.floatAbs{
	position:absolute;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
}
#mainContent h1.titulo01 {
	width: 285px;
	height: 26px;
	background: url(../imagens/titDestaque.gif) no-repeat #FFF;
	display: block;
	padding:0;
	margin: 0;
}
#mainContent .titulo01 span {
	display: none;
}
#mainContent h1.titulo02 {
	width: 285px;
	height: 25px;
	background: url(../imagens/titDestaque2.gif) no-repeat #FFF;
	display: block;
	padding:0;
	margin:0;
}
#mainContent .titulo02 span {
	display: none;
}
#mainContent h1.titulo03 {
	width: 300px;
	height: 14px;
	background: url(../imagens/titBlog.gif) no-repeat #FFF;
	display: block;
}
#mainContent .titulo03 span {
	display: none;
}
#mainContent h1.titulo04 {
	width: 200px;
	height: 25px;
	background: url(../imagens/titDestaque3.gif) no-repeat #FFF;
	display: block;
	padding: 0;
	margin: 0;
}
#mainContent .titulo04 span {
	display: none;
}
#mainContent h1.titulo05 {
	width: 300px;
	height: 20px;
	background: url(../imagens/titBlog2.gif) no-repeat #FFF;
	display: block;
	padding:0;
	margin:0;
}
#mainContent .titulo05 span {
	display: none;
}
#mainContent h1.titulo05 h2 {
	padding:0;
	margin:0;
}
.salaImprensaTopo{
	background: url(../imagens/estrutura/titSalaImprensa.gif) no-repeat #FFF;
	height:47px;
	width:189px;
}
.salaImprensaRodape span{
	display:none;
}
.salaImprensaTopo span{
	display:none;
}
.salaImprensaTopo img{
	float:right;
	margin:21px 10px 0 0;
}
#celulasPlanin{
	padding:0;
	width: 415px;
	float:left;
	margin: 0;
}
#celulasPlanin dt{
	padding:0;
	margin:0;
	float: left;
	border: solid 1px #000;
	width: 130px;
}
#celulasPlanin dd{
	width: 270px;
	font-size:11px;
	color: #666;
	border: solid 1px #000;
	float: right;
}
#celulasPlanin dd a{
	margin-top:5px;
	float:left;
	display:inline-block;
	text-decoration:none;
	color:#666;
}
/*#celulasPlanin .bdinf{
	border-bottom:solid 1px #efefef;
}
#celulasPlanin .bddir{
	border-right:solid 1px #efefef;
}*/

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

#celulasPlanin dt a span{
	display:none;
}
.destaqueTxt .logoWorldcom{

}
.destaqueTxt hr{
	color:#ebebeb;
	background-color:#ebebeb;
	height:1px;
	border:none;
	margin-bottom: 20px;
}
#breadCrumb{
	float:left;
	margin-left:15px !important;
	width:560px;
	color:#666;
	font-size:10px;
	height:30px;
}
#breadCrumbNoSpace{
	float:left;
	width:500px;
	color:#666;
	font-size:10px;
	height:30px;
}
#breadCrumb a{
	text-decoration:none;
	color:#36f;
}

/* Ult Tarefa: tratar HR */
.marcaArea {
	padding-left: 13px;
	width: 200px;

}
.areaPlanin{
	float:right;
	width: 350px;
	height: 220px;
	margin-top: 4px;
}
.colEsq{
	float:left;
	width: 125px;
}
.colDir{
	float:right;
	width: 200px;
	margin-bottom: 3px;
}
.colDir a{
	font-size:11px;
	float:left;
	display:inline-block;
	text-decoration:none;
	color:#666;
}
.separador{
	width: 325px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 25px;
}
.cabecalhoContent{
	background:url(../imagens/estrutura/cabecalhoHome.gif) no-repeat;
	margin-top: 15px;
}
#contentMedia {
}
.logoWorld {
	margin-right: auto;
	margin-left: auto;
	width: 116px;
	margin-top: 40px;
}
.logoWorldcom {
	width: 180px;
	float: left;
	margin-left: 45px;
	margin-top: 35px;

}.divFrase {
	width: 500px;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	padding: 0;
}
.divFrase p{
	color:#666;
	font-size:14px;
	font-weight:bold;
}
.tableArea
{
	margin-left: auto;
	margin-right: auto;
		
}
.menu
{
	list-style-image:url(../imagens/estrutura/bullet_PLANIN.gif);	
}
.logosredes{
	display: block;
	text-decoration: none !important;
	color: #666;
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.logosredes span:hover{
	*cursor: hand;
}

.logosredes span{
	position: absolute;
	left: 50px;
	top: 10px;
}

.english{
	float:right;
	margin-right:20px;
	margin-top:63px;
}