@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	background-repeat:no-repeat;
	background-position:center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial Narrow;
	font-size: 13px;
	color: #FFF;}
/*  ESTRUTURA  */
.global { width:100%; height:auto; float:left; overflow:hidden;}
.abertura {width:100%; height:600px;  overflow:hidden;}
.topo {width:100%; height:187px;  overflow:hidden;}
.conteudo {width:780px; height:auto;  margin:0 auto 0 auto; margin-top:50px;  overflow:hidden;}

.col_esq_contato {width: 300px; height:300px; float:left; margin-left:40px;}
.col_esq_estruturas {width: 180px; height:auto; float:left; margin-left:40px;}

.col_form_contato {width: 370px; height:auto; float:right;}

.col_contratantes {width: 440px; height:auto; float:right;}

.col_estruturas {width: 510 px; height:auto; float:right;}

.rodape {width:1000px; height:100px; margin:0 auto 0 auto;  overflow:hidden;}


/*  LINKS  */
a {	font-family: Arial Narrow;	color: #FFF;}
a:link {	text-decoration: none;}
a:visited {	text-decoration: none;	color: #FFF;}
a:hover {	text-decoration: underline;	color: #FF0;}
a:active {	text-decoration: none;	color: #FFF;}

.linkico {color:#F90;}

/*  FORMULARIO  */
.campos_formulario
			{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			height:17px;
			background-color: transparent;
			border: 0px hidden;
			}

.campos_formulario_textarea
			{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			height:90px;
			background-color: transparent;
			border: 0px hidden;
			}
			
.campo_alerta
			{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			height:17px;
			background-color: #FC0;
			border: 0px hidden;
			}



.campo01 { width:247px; height:26px; background:#FFF; border:none; -moz-border-radius:8px;}
.campo02 { width:247px; height:100px; background:#FFF; border:none; -moz-border-radius:8px;}


/*  TEXTOS  */
.txtAmarelo {color: #ffb400;}
