@charset "UTF-8";

body{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
	color:#333333;
	margin:0;
	text-align:justify;
}

a{
	color:#333333;
}

a:hover{
	color:#005953;
}

a img{
	border:0;
}


.Data{
color:#CCCCCC;
font-size:10px;
position:relative;
top:100px;
left:655px;
width:90px;
}

h1, h2, h3{
	color:#005953;
	font-size:18px;
}

hr{
	border-bottom: 2px dotted #CCCCCC;
	border-left:0;
	border-right:0;
	border-top:0;
}


input, select, textarea{
	background-color:#f1f1f1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.containerCentralizado{
	width:760px;
	position:relative;
	left:50%;
	margin-left:-380px;
	text-align:justify;
}

.colunaEsquerda{
	float:left;
}

.colunaDireita{
	float:right;
}

#container{
	width:760px;
	text-align:justify;
}


#tarjaTopo{
	height:110px;
	width:100%;
	background-image:url(../imagens/fundoTopo.gif);
	background-repeat:repeat-x;
}

#tarjaMenu{
	height:150px;
	width:100%;
	background-color:#32528a;
	background-image:url(../imagens/fotoTopo.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#tarjaBase{
	height:10px;
	background-color:#CCCCCC;
	clear:both;
}

#conteudoEsquerda{
	width:220px;
	padding:30px;
}

#conteudoDireita{
	width:420px;
	padding:30px;
}

#destaqueEsquerda{
	width:45%;
}

#destaqueDireita{
	width:45%;
}

#logomarca{
	position:relative;
	left:50px;
	top:5px;
}

#boxLinkTopo{
	position:relative;
	top:45px;
	right:50px;
}

#boxLinkTopo a{
	font-weight:bold;
	text-decoration:none;
}

#boxMenu{
	background-image:url(../imagens/FundoPretoAlpha60.png);
	color:#FFFFFF;
	padding:7px;
	text-align:center;
	margin-left:50px;
	margin-right:50px;
}

#boxMenu a{
	padding:10px;
	color:#FFFFFF;
	text-decoration:none;
}

#boxOutrasEmpresas{
	background-color:#f7f7f7;
	padding:10px 20px 10px 20px;
}

#boxOutrasEmpresas a{
	text-decoration:none;
	font-weight:bold;
}

#boxContato{
	padding:20px;
}


/*MOUSE OVER - LOGOMARCAS DO GRUPO*/

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -115px;
left: 0px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/*SUBITENS DO MENU PRINCIPAL*/

.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
}


.ddcolortabs a{
float:left;
color: #818181;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}


.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
color: #818181;
}
