/******************************************************************/

/****** CSS DESENVOLVIDO POR NOMAD INTERATIVO *********************/

/******************************************************************/



@import url("acessibilidade.css");

@import url("topo.css");

@import url("menu.css");

@import url("conteudo.css");

@import url("rodape.css");

*{ margin:0; padding:0px;}

#pop {

width:280px;
height:200px;
position:absolute;
top:140px;
z-index:100;
left: 15%;
}

body{

	margin:0 auto;

	width:1004px;

	font-size:1em;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

	background-image:url(../imgs/bg.gif);

	background-repeat:no-repeat;

	background-position:top center;

}

p{}

/*margin-left:-483px; */

#all{

	width:966px;
	
	margin:0 auto;

	

	float:left;

}



/* TITULOS */

h1{}

h2{}

h3{}

h4{}

h5{}

h6{}



/* TABELAS */

table{}

table thead{}

table thead tr{}

table thead tr th{}

table thead{}

table thead tr{}

table thead tr td{}



/* LISTAGENS */

ul{}

ul li{}



ol{}

ol li{}



dl{}

dl dt{}

dl dd{}



/* FORMULÁRIOS */

form{}

form legenda{}

form label{}

form input{}

form select{}

form textarea{}



/* IMAGENS */

img{ border:0px;}



a{ color:#000; text-decoration:none;}

a:hover{ text-decoration:underline;}



address{}

hr{}



#linha{

	border-bottom:1px solid #ced0d1;

	float:left;

	width:966px;

	padding-top:30px;

	margin-bottom:30px;

}