@charset "utf-8";
/* CSS Document */

/* debug 
div { filter:alpha(opacity=90); background:#FF0000;}
div > div { filter:alpha(opacity=90); background:#FFFF00;}
div > div > div { filter:alpha(opacity=90); background:#FF00FF;}
div > div > div > div { filter:alpha(opacity=90); background:#0000FF;}
div > div > div > div > div { filter:alpha(opacity=90); background:#6c6c6c;}
div > div > div > div > div > div { filter:alpha(opacity=90); background:#00ff00;}
div > div > div > div > div > div > div { filter:alpha(opacity=90); background:#FFFFFF;}
*/
body {
	margin:0 auto;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:11px;
	color:#666666;
}
.header {
	background-image:url(../img/img_header.gif);
	background-repeat:no-repeat;
	width:989px;
	height:160px;
	margin:0 auto;
	padding:0px;
}

#menudadc {
	margin:41px 0px 0px 0px;
}

.subheader {
	background-image:url(../img/img_bg_subhead.gif);
	background-repeat:no-repeat;
	width:989px;
	height:46px;
	margin:0 auto;
	padding:0px;
}

.login {
	font-family:Arial, Helvetica, sans-serif;
	color:#001f52;
	font-size:9px;
	float:left;
	margin-top:10px;
}

.login input {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
	border:0px;
	border-bottom:solid #ccd2dc;
	border-bottom-width:1px;
	margin-left:2px;
}

.login a:link, .login a:visited {
	color: #001f52;
	text-decoration:none;
}

.login a:link:hover, .login a:visited:hover {
	color: #001f52;
	text-decoration:underline;
}

.busca {
	width:250px;
	margin-top:10px;
}

.busca input {
	margin-left:2px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
	border:0px;
	border-bottom:solid #d0f3fd;
	border-bottom-width:1px;
}

.conteudo {
	background-image:url(../img/img_bg_conteudo.gif);
	background-repeat:repeat-y;
	width:989px;
	height:475px;
	margin:0 auto;
	padding:0px;
}

.footer {
	background-image:url(../img/img_bg_footer.gif);
	background-repeat:repeat-y;
	width:989px;
	height:33px;
	margin:0 auto;
	padding:0px;
}

.copyright {
	width:330px;
	margin:5px 0px 0px 30px;
	float:right;
	color:#808fa9;
}

.menufooter {
	width:620px;
	padding:0px 7px 0px 0px;
	float:right;
	text-align:right;
}

.menufooter a:link, .menufooter a:visited {
	color: #ffffff;
}

.menufooter a:link:hover, .menufooter a:visited:hover {
	color:#808fa9;
	text-decoration:none;
}

img {
	border:0px;
}

form {
	padding:0px;
	margin:0px;
}

ul.paginacao {
	margin:0px;
	padding:0px;
	width:660px;
	margin:3px 0px 18px 0px;
	padding:0px;
	letter-spacing:1px;
	color:#000000;
}

ul.paginacao li {
	list-style-type:none;
	display:inline;
}

ul.paginacao .statusPaginacao {
	width:50%;
	float:left;
	text-align:left;
}

ul.paginacao li.opcoesPaginacao {
	width:50%;
	float:left;
	text-align:right;
}

.disabled {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
}

a:link {
	color:  #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	color: #333333;
	text-decoration: underline;
}

/****************** PLAYER ************************/

#dadcPlayer {
	width:604px;
	height:475px;
	float:left;
}

/****************** BOX Das LATERAIS ************************/

.boxRosa {
	width:198px;
	background-color:#e54166;
	margin-top:107px;
	float:left;
}

.boxRosa .miolo {
	padding-left:10px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:10px;
	color:#FFFFFF;
}

.boxRosa .topo {
	background-image:url(../img/img_box_topRosa.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#e54166;
	height:13px;
	width:198px;
	margin:0 auto;
}

.boxRosa .rodape {
	background-image:url(../img/img_box_bottRosa.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#e54166;
	height:13px;
	width:198px;
	margin:0 auto;
}

.boxVerde {
	width:173px;
	background-color:#81ca9c;
	float:right;
	margin-top:47px;
}

.boxVerde .miolo {
	padding-left:10px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:10px;
	color:#FFFFFF;
}

.boxVerde .topo {
	background-image:url(../img/img_box_topVerde.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#81ca9c;
	height:13px;
	width:173px;
	margin:0 auto;
}

.boxVerde .rodape {
	background-image:url(../img/img_box_bottVerde.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#81ca9c;
	height:13px;
	width:173px;
	margin:0 auto;
}

.boxVerde .miolo a:link {
	color: #ffffff;
	text-decoration: none;
}

.boxVerde .miolo a:visited {
	color: #e6f4eb;
	text-decoration: none;
}

.boxVerde .miolo a:link:hover, .boxVerde .miolo a:visited:hover {
	text-decoration: underline;
}

/****************** INSTITUCIONAL **************************/

#instHome div {
	scrollbar-arrow-color:#ffffff;
	scrollbar-3dlight-color:#dceec5;
	scrollbar-highlight-color:#a1d163;
	scrollbar-face-color:#a1d163;
	scrollbar-shadow-color:#a1d163;
	scrollbar-darkshadow-color:#dceec5;
	scrollbar-track-color:#dceec5;
}

.leituraNoticias p {
	margin: none;
	padding: none;
}

.box1institucional {
	width:300px;
	height:120px;
}

.box2institucional {
	width:300px;
	height:110px;
}

.box3institucional {
	width:320px;
	height:120px;
}

.box4institucional {
	width:320px;
	height:110px;
}

.box5institucional {
	width:590px;
	height:90px;
	float:left;
}

/****************** INSTITUCIONAL - FABRICA **************************/

.box1fabrica {
	width:300px;
	height:310px;
}

.box2fabrica {
	width:320px;
	height:110px;
}

.box3fabrica {
	width:320px;
	height:110px;
}

/****************** INSTITUCIONAL - GALERIA **************************/

#menu_galeria{
	width:235px;
	height:275px;
	float:left;
}

#foto_galeria{
	float:left;
}

#legenda_galeria{
	width:404px;
	float:left;
	text-align:center;
}

#paginacao{
	text-align:center
}

.thumb_galeria{
	margin:0px 14px 4px 0px;
}

/****************** SERVIÇOS **************************/

#servHome div {
	scrollbar-arrow-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-highlight-color:#f6821f;
	scrollbar-face-color:#f6821f;
	scrollbar-shadow-color:#f6821f;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

.box1servicos {
	width:320px;
	height:110px;
}

.box2servicos {
	width:320px;
	height:115px;
	float: left;
}
#conteudo h1 {
}


.box3servicos {
	width:320px;
	height:110px;
}

.box4servicos {
	width:320px;
	height:115px;
}

.box5servicos {
	width:660px;
	height:55px;
}
#centro{
padding:85px 0 95px 0;
width:700px;
float:right;
}
.fabricacao{
width:230px;
float:left;
}
.projeto{
width:230px;
float:left;
}
.distribuicao{
width:230px;
float:left;
}
.fabricacao h1{
font-family:Arial, Helvetica, sans-serif;
color:##E2813D;
font-size:14px;
margin:0;
padding:0;
}
.projeto h1{
font-family:Arial, Helvetica, sans-serif;
color:##E2813D;
font-size:14px;
margin:0;
padding:0;
}
.distribuicao h1{
font-family:Arial, Helvetica, sans-serif;
color:##E2813D;
font-size:14px;
margin:0;
padding:0;
}
.fabricacao img{
margin:5px;
float:left
}
.projeto img{
margin:5px;
float:left
}
.distribuicao img{
margin:5px;
float:left
}
#conteudo h1{
margin:0;
padding:0;
font-size:12px;
}
/****************** DIGITAL WORKS **************************/

.boxdigitalworks{
	margin-left:10px;
	width:700px;
	height:165px;
}

.boxdirdigitalworks{
	width:233px;
	height:165px;
	float:left;
}

.boxmeiodigitalwork{
	width:203px;
	height:165px;
	float:left;
}

.im_dw{
	margin-top:5px;
}

.titduaslinhas{
	margin-top:5px;
}

/****************** DOWNLOADS **************************/

#downHome div {
	scrollbar-arrow-color:#ffffff;
	scrollbar-3dlight-color:#faa4f8;
	scrollbar-highlight-color:#9d3c9a;
	scrollbar-face-color:#9d3c9a;
	scrollbar-shadow-color:#9d3c9a;
	scrollbar-darkshadow-color:#faa4f8;
	scrollbar-track-color:#faa4f8;
}

/****************** AREAS FOOTER **************************/

#footHome div, #footHome textarea {
	scrollbar-arrow-color:#ffffff;
	scrollbar-3dlight-color:#334c75;
	scrollbar-highlight-color:#001f52;
	scrollbar-face-color:#001f52;
	scrollbar-shadow-color:#001f52;
	scrollbar-darkshadow-color:#334c75;
	scrollbar-track-color:#334c75;
}

/****************** TRABALHE/FALE CONOSCO **************************/

.formulario input, .formulario select{
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
	float:left;
	border:0px;
	border-bottom:1px solid #ccd2dc;
	margin:0px 0px 5px 2px;
}

/*.formulario br { 
	margin-bottom:15px;
}*/

.formulario label {
	width:150px;
	float:left;
	display:block;
	margin:0px 0px 5px 0px;
}

.formulario textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	width:200px;
	height:70px;
	border:solid #ccd2dc;
	border-width:1px;
	margin-left:2px;
	background:transparent;
}

/****************** GLOSSÁRIO **************************/

.glossario_letra{
	float:left;
	display:none;
}

.glossario_perg{
	cursor:pointer;
	font-weight:bold;
}

.glossario_resp{
	display:none;
	padding:0px 0px 0px 30px;
}
