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

/* Confs Gerais */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

img {
	border: 0;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: underline;} 
a:active {text-decoration: none}

#wrap {
	width: 964px;
	position:relative;
	margin: auto;
}

/* Colunas */
#leftCol {
	width:256px; 
	height:654px; 
	border:#D1D0D0 solid 1px; 
	margin-top:10px; 
	float:left;
}

#leftCol .logo {
	width:254px; 
	float:left;
}

#leftCol .menu {
	width:236px; 
	height:390px; 
	background-color:#026B96; 
	float:left;
	padding-top:30px;
	padding-left:20px;
}

#leftCol .menu .menuBt {
	float:left; 
	width:200px;
	cursor:pointer;
}

#leftCol .menu .menuSub {
	float:left; 
	width:200px;
	padding-left:15px; 
	padding-top:15px;
	cursor:pointer;
}

#leftCol .menu .menuLinha {
	float:left; 
	width:200px; 
	padding-top:17px;
	padding-bottom:17px;
}

#leftCol .networks {
	width:254px; 
	float:left;
}

#leftCol .address {
	width:234px;
	padding-left:18px;
	padding-top:5px;
	float:left;
}


#centerCol {
	width:435px; 
	height:654px; 
	border:#D1D0D0 solid 1px; 
	margin-top:10px; 
	margin-left:5px;
	float:left;
}

#centerCol .painel {
	width:435px; 
	float:left;
}

#centerCol .destaques {
	width:420px; 
	margin-top:20px; 
	margin-left:10px; 
	float:left;
}

#centerCol .imgDest {
	width:224px; 
	float:left;
}

#centerCol .titDest {
	width:180px; 
	float:left;
	color:#D30628;
	font-size:14px;
	font-style:italic;
	padding-left:10px;
}

#centerCol .txtDest {
	width:180px; 
	float:left;
	padding-top:3px;
	padding-left:10px;
}

#centerCol .btDest {
	width:180px; 
	float:left;
	padding-top:5px;
	padding-left:10px;
}

#centerCol .destaqueTxt {
	width:400px; 
	margin-top:30px; 
	margin-left:10px; 
	float:left;
	color:#525050;
	font-weight:bold;
}

#centerCol .destaqueTxt a {
	color: #525050;
	text-decoration:none;
}

#centerCol .destaqueTxt a:hover {
	color: #525050;
	text-decoration:underline;
}

#centerCol .txtInternas {
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
}

#centerCol h1 {
	padding-top:15px;
	padding-left:15px;
	font-size:18px;
	color:#026c96;
	font-weight:bold;
}

#centerCol p {
	color:#333333;
}


#rightCol {
	width:256px; 
	height:654px; 
	border:#D1D0D0 solid 1px; 
	margin-top:10px; 
	margin-left:5px;
	float:left;
}

#rightCol .clientes {
	width:254px; 
	float:left;
}

#rightCol .histSuc {
	width:254px; 
	float:left;
}

#rightCol .twitter {
	width:230px;
	margin-top:17px;
	margin-left:15px;
	float:left;
}
