@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0}

/* ESTRUTURAS */

html, body /*, #wrap*/ {height: 100%;}
body {background:url(../imagens/bgtitlesite.jpg) repeat top center}
#wrap {height: auto; min-height: 100%; background-repeat:no-repeat}*/
#whole {
	padding-bottom: 0px;
}  /* colocar o mesmo valor da altura do footer */
#main {width:1115px; margin:auto;}
#logo {
	width:500px;
	height:136px;
	margin-top:1px;
	z-index:1;
	position:absolute;
}
#langmenu {padding:10px 0px; text-align:right}
#mainmenu {width:1115px; height:25px; text-align:right; z-index:10; position:absolute; margin-top:50px;}
#mainmenu2 {width:1115px; height:25px; text-align:right; z-index:15; position:absolute;}
.content {width:1115px}
#boxbg { /*width:1000px*/; background:url(../imagens/bg_semitransp.png) repeat transparent}
.boxtr {background:url(../imagens/corner_ur.png) no-repeat top right; height:5px; width:5px}
.boxtl {background:url(../imagens/corner_ul.png) no-repeat top left; height:5px; width:5px}
.boxbr {background:url(../imagens/corner_br.png) no-repeat bottom right; height:5px; width:5px}
.boxbl {background:url(../imagens/corner_bl.png) no-repeat bottom left; height:5px; width:5px}
.sqcorner {background:url(../imagens/bg_semitransp.png) repeat transparent; height:5px; width:5px}
.newsdate {width:85px; vertical-align:top; padding:5px 0px}
.newstitle {width:315px; vertical-align:top; padding:5px 0px}
#footer {
	position: relative;
	margin-top: 50px;
	height: 20px;
	clear:both
}
#popup {padding:20px 30px}

/* CLEAR FIX*/

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* TEXTOS */

.txtfooter {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#c1c1c1; line-height:13px; text-align:center} 
.txtlang {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#ffffff; line-height:13px; text-align:center}
.txtlangactive {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#6b6b6b; line-height:13px; padding:0px 10px}
.txtlegenda {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#bbbcbf; line-height:13px}
.txtbox {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; line-height:16px; padding:10px 20px}
.txtboxbold {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#c1c1c1; line-height:15px; font-weight:bold} 
.txtboxboldred {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fe2c33; line-height:15px; font-weight:bold}
.txtnormal {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; line-height:16px}
.txtpopup {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; line-height:16px; padding:20px}

/* LINKS */

.txtlang a:link {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#ffffff; line-height:13px; text-align:center; text-decoration:none; padding:0px 10px}
.txtlang a:visited {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#ffffff; line-height:13px; text-align:center; text-decoration:none; padding:0px 10px}
.txtlang a:hover {font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#ffffff; background-color:#d1242a; line-height:13px; text-align:center; text-decoration:none; padding:0px 10px
}
.txttwitter a:hover { color:#ffffff; padding:0px 0px}

.newstitle a:link {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; line-height:15px; text-decoration:none}
.newstitle a:visited {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; line-height:15px; text-decoration:none}
.newstitle a:hover {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; line-height:15px; text-decoration:underline}

.txtnormal a:link {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; line-height:16px; text-decoration:none}
.txtnormal a:visited {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; line-height:16px; text-decoration:none}
.txtnormal a:hover {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ffffff; line-height:16px; text-decoration:underline}

/*TOOL TIPS */
a.dcontexto{
  position:relative;
  font-family:"Helvetica";
  font-size:14px; 
  color:#fff;
  line-height:20px;
  text-decoration:none;
  z-index:24;
  padding-bottom:25px;
  
  }
  a.dcontexto:hover{
  background:transparent;
  z-index:25;
  
  }
  a.dcontexto span{display: none}
  a.dcontexto:hover span{ 
  display:block;
  position:absolute;
  width:260px; 
  text-align:justify;
  font-family:"Helvetica LT Std";
  font-size:12px; 
  padding:10px 10px;
  background:#efefef; 
  color:#000;
  }
  




 

