@charset "utf-8";
/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	width:100%;	
	margin: 0;
	padding: 0;	
}
#geral{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: auto;
	
}

#geral_top{
	width: 100%;
	margin-bottom:10px;
}
#geral_top:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
#geral_footer{
	width: 100%;
	}
#geral_footer:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
/*                 -------COLUNA ESQUERDA------            */
#coluna_esq{
	float:left;
	width: 160px;
	padding-bottom: 80px;
}
.top_red{
	height:16px;
	margin-bottom: 40px;
	background-color: #FA0E10;
	}
.logo_itds{
	background-image:url(logo_itds.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	height: 94px;
	margin-bottom: 70px;
	cursor: hand;
}
/*       ----MENU----     */
.caixa_menu{
	height: 370px;
}
.menu_caixa{
	height:370px;
}
.menu_lista  {
	list-style: none;
	text-align: left;
	vertical-align:top;
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	/*height: 15px;*/
}
ul.menu_lista li {
	/*display: inline;*/	
	width:100%;
	list-style: none;
	list-style-position: outside;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	/*border: 1px solid #333333;*/
	background-color: #E0E0E0;
	
	
}
ul.menu_lista li a {
	height: 20px;
	display: block;
	text-decoration: none;
	color: #333333 ;
	list-style: none;
	border: 1px solid #BDBDBD;
	background-color: #F0F0F0;
	padding-left: 5px;
	padding-top: 6px;
	text-decoration: none;
	font-weight:bold;	
}
ul.menu_lista li a:hover {
	text-decoration: underline;
	display: block;
	color: #FA0E10 ;
	/*border: 1px solid #333333;*/
	background-color: #E0E0E0;
	text-decoration: none;	
}

ul.menu_sublista li {
	/*display: inline;*/	
	width:100%;
	list-style: none;
	list-style-position: outside;
	font: 9px Arial, Helvetica, sans-serif;
	color: #333333;
	/*border: 1px solid #333333;*/
	background-color: #E0E0E0;
	
	
}
ul.menu_sublista li a {
	height: 18px;
	display: block;
	text-decoration: none;
	color: #333333 ;
	list-style: none;
	border: 1px solid #BDBDBD;
	background-color: #F0F0F0;
	padding-left: 5px;
	padding-top: 6px;
	text-decoration: none;
	font-weight:bold;	
}
ul.menu_sublista li a:hover {
	text-decoration: underline;
	display: block;
	color: #FA0E10 ;
	/*border: 1px solid #333333;*/
	background-color: #E0E0E0;
	text-decoration: none;	
}
/*                 -------COLUNA CENTRAL------            */
#coluna_central{
	float:left;
	width: 620px;
}
#coluna_central:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.lateral_esquerda{
	float: left;
	width: 11px;
	height: 12px;
	margin-top:14px;
	background-color:#FA0E10;
	margin-bottom: auto;
}

.centro{
	float:left;
	width:598px;
}
.centro_top{
	background-image:url(barra_degrade.png);
	background-repeat:repeat-y;
	height:16px;
	margin-bottom: 40px;
	width:598px;
	}

/* -----HEAD MENU---- */

.head_menu {
	width: 80%;
	margin-left: 120px;
	margin-right: 0px;
}
.head_menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.menu_sup{
	float:left;
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
	}
.menu_sup a{
	color: #FFFFFF;
	text-decoration:none;
	}
.menu_sup a:hover{
	color: #BDBDBD;
	}
.menu_barra{
	float:left;
 	padding-left: 10px;
 	padding-right: 10px;
 	font-size:13px;
	font-weight:bold;
	color: #FFFFFF;
 }
           /**/
.banner{
	width:100%;
	height: 150px;
	}
/*       ---CENTRO---   */
.central{
	/*height: 370px;*/
	width: 100%;
	}
.central:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
	
/*--------Colunas interior ----*/
.coluna{
	float:left;
	width: 175px;
	padding-left:12px;
	padding-right:12px;
	}


			/**/
/*.central_esq{
	float: left;
	width: 162px;
	padding-left: 12px;
	}
.central_midle{
	float: left;
	width: 162px;
	padding: 0 44px 0 44px;
	}
.cental_dir{
	float: left;
	width: 162px;
	padding-right: 12px;
	}
*/
.lateral_direita{
	float: left;
	width: 11px;
}
.picture1{
	whidth: 150px;
	height: 100px;
	margin-bottom: 10px;
	margin-top: 30px;
	text-align:center;
	vertical-align:middle;
	border: #BDBDBD solid 1px;
	background-position:center;
	background-repeat:no-repeat;
	}

.titulo{
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin-bottom: 10px;
	text-align: left;
	height: 50px;
}
.titulo a{
	color:#333333;
	text-decoration: none;
	}
.titulo a:hover{
	color:#666666;
	text-decoration: none;
	}
.resumo{
	font-size:13px;
	color:#333333;
	text-align: left;
}
.resumo a{
	color:#333333;
	text-decoration: none;
}
/*                 -------COLUNA DIREITA------            */
#coluna_dir{
	float:left;
	width: 200px;
}
/*.coluna_dir:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}*/
.logo_XEO{
	background-image:url(XEO_logo.png);
	background-position:center top;
	background-repeat:no-repeat;
	height: 59px;
	margin-bottom: 40px;
	cursor: hand;
	 }
.logo_XEO a{
	border: none;
	cursor: pointer;
	}
.top_orange{
	background-color: #ff7f00;
	height:16px;
	margin-bottom: 40px;
}
/*     ------- CAIXA XEO ----*/
.caixa_XEO{
	width: 100%;
	}
.caixa_XEO:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	}
.caixa_titulo{
	color:#000000;
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
	}
.caixa_scroll{
	overflow:visible;
}
.XEO_solucoes{
	display: table;
	width:100%;
}
.XEO_solucoes :after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.XEO_solucoes a{
	text-decoration:none;
}
.XEO_ferramentas{
	display: table;
	width:100%;
}
.XEO_ferramentas a{
	text-decoration:none;
}
.XEO_ferramentas :after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.xeo_img {
	float: left;
	width: 50px;
	/*padding-bottom: 23px;*/
	}
.xeo_img a {
	border: none;
	}
.xeo_img a:hover{
	border: none;
	}
.xeo_caixatexto {
	float: right;
	width: 140px;
	padding-left:8px;

	}
.xeo_caixatexto:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}	
.xeo_texto {
	font-size: 10px;
	color: #4C4C4C;
	text-align:left;
	padding-bottom:6px;
	}
.xeo_titulo{
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	text-align:left;
	padding-bottom: 3px;
	}		
.xeo_titulo a{
	font-size: 10px;
	font-weight:bold;
	color: #000000;
	text-align:left;
	padding-bottom: 3px;
	}		
.xeo_titulo a:hover {
	text-decoration: underline;
	}		
/*                 -------COLUNA footer------            */

.bottom_red{
	float:left;
	width:160px;
	height:16px;
	background-color: #FA0E10;
	}
.coluna_footer{
	float:left;
	width:620px;
	}
.coluna_footer:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.lateral_esq_bottom{
	float:left;
	margin-top: 14px;
	height:12px;
	width:11px;
	background-color:#FA0E10;
}
.centro_footer{
	float:left;
	width:598px;
	background-image:url(barra_degrade.png);
	background-repeat:repeat-y;
	height:16px;
	}
.lateral_dir_bottom{
	float:left;
	height:11px;
	width:11px;
}
.bottom_orange{
	float:left;
	width:200px;
	background-color: #ff7f00;
	height:16px;
}
/*   ----   footer menu   ----     */
.footer_menu {
	width: 80%;
	margin-left: 155px;
	margin-right: 0px;
}
.footer_menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.menu_footer{
	float:left;
	font-size:12px;
	color: #FFFFFF;
	}
.menu_footer a{
	color: #FFFFFF;
	text-decoration:none;
	}
.menu_footer a:hover{
	color: #BDBDBD;
	}
.menu_barra{
	float:left;
 	padding-left: 10px;
 	padding-right: 10px;
 	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
 }
/*   ------fim-----*/
#footer{
	width: 100%;
	font-size:11px;
	text-align:center;
	color: #4C4C4C;
}	
	

.itds_destaques {	
	BORDER-RIGHT: #e48414 1px solid;	
	BORDER-TOP: #e48414 1px solid;	
	BORDER-LEFT: #e48414 1px solid;	
	BORDER-BOTTOM: #e48414 1px solid;

	FONT-WEIGHT: normal;	
	FONT-SIZE: 70%;	
	FLOAT: left;	
	OVERFLOW: hidden;	
	WIDTH: 100%;	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif	
}

.itds_destaques h3{
	text-align:center ;
	margin:0px;
	padding:0px;
	background-color:#ff7f00;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 100%;
	height: 16px;
}

.itds_destaques_table {
}

.itds_destaques_link {
}



