/* CSS Document */

#bg-conteudo{
	background-color:#000000;
}

.lateral-esquerda{
	background-image:url(images/lateral_esquerdo.gif);
	background-position:top right;
	background-repeat: repeat-x;
}

.lateral-direita{
	background-image:url(images/lateral_direito.gif);
	background-position:top left;
	background-repeat: repeat-x;
}

.centro{
	width:771px;
}

#externa{
	width:771px;
}

#header{
	width:771px;
	height:336px;
	float:left;
}

#interna{
	width:771px;
	float:left;
}

#menu{
	width:196px;
	float:left;
}

#conteudo{
	width:575px;
	float:right;
}

#compartilhadores{
	width:771px;
	height:100px;
	float:left;
}

.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}

.texto_a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.intro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
}

#bg_footer{
	background-color:#FFFFFF;
}

#externa-footer{
	width:752px;
}

#interna-footer1{
	width:485px;
	float:left;
}

#interna-footer2{
	width:267px;
	float: right;
}

.rodape{
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#int-conteudo{
	padding-right:16px;
	padding-left:66px;
	padding-top:20px;
}


.textfield_orcamento {
    font-size: 11px;
    color: #fff;
    width: 97px;
    height: 13px;
    border-color: #fff;
	background-color: #000;
	border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textfield_orcamento1 {
    font-size: 11px;
    color: #fff;
    width: 141px;
    height: 20px;
    border-color: #fff;
	background-color:#000;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #fff;
    width: 141px;
    height: 86px;
    border-color: #fff;
	background-color:#000;
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}
