@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	outline: none;
}
body {
	background: url('../img/bg-body.jpg') #000 repeat-x 0 123px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: black;
	text-align: justify;
}
strong {
	color: #8b2732;
	font-size: 13px;
}
p {
	margin: 10px 0 10px 0;
}
a {
	color: #8d0c0c;
	text-decoration: none;
}
a:hover {
	color: #d94444;
	text-decoration: underline;
}
h1, 
h2 {
	font-size: 10px;
	position: relative;	
	height: 36px;
}
h1 span,
h2 span {
	position: absolute;
	width: 100%;
	height: 100%;
}
h3{
	margin: 15px 0;
	color: #521514;
}
hr {
	border-width: 0;
	height: 1px;
	border-bottom: 1px dashed #b5b5b5;
	margin: 5px 0 5px 0;
}
#titulo-home span {background: url('../img/titulo-home.jpg') no-repeat;}
#titulo-artigos span {background: url('../img/titulo-artigos.jpg') no-repeat;}
#titulo-quem-somos span {background: url('../img/titulo-quem-somos.jpg') no-repeat;}
#titulo-areas-de-atuacao span {background: url('../img/titulo-areas-de-atuacao.jpg') no-repeat;}
#titulo-localizacao span {background: url('../img/titulo-localizacao.jpg') no-repeat;}
#titulo-contato span {background: url('../img/titulo-contato.jpg') no-repeat;}
#titulo-historico span {background: url('../img/titulo-historico.jpg') no-repeat;}

.titulo {
	font-size: 18px;
	color: #8d0c0c;
}
#topo-tudo {
	height: 123px;
	background: url('../img/linha-repeat.gif') no-repeat center 58px;
	text-align: center;
}
#tudo {
	width: 780px;
	min-height: 400px;
	margin: 0 auto;
	background-color: #fff;
}
#topo {
	height: 171px;
	background: url('../img/bg-topo.jpg') no-repeat;
}
#topo #player {
	float: right;
}
#auxiliar {
	width: 215px;
	height: 350px;
	border-right: 1px dashed #681e1e;
	float: left;
}
#conteudo {
	width: 540px;
	min-height: 325px;
	float: right;
	padding: 10px;
}
* html #conteudo {
	height: 365px;
}
#rodape {
	background-color: #681e1e;
	height: 22px;
	text-align: center;
	line-height: 21px;
	color: #fff;
}
#rodape div {
	width: 780px;
	margin: 0 auto;
}
#rodape div span {
	float: left;
}
#auxiliar ul {
	width: 220px;
	font-weight: bold;
}
#auxiliar ul li {
	width: 200px;
	min-height: 22px;
	background: url('../img/pixel.jpg') #e5e5e5 repeat-y;
	margin-bottom: 8px;
	border-left: 3px solid #681e1e;
}
* html #auxiliar ul li {
	height: 22px;
}
#auxiliar ul li a {
	font-size: 11px;
	color: #464646;
	text-decoration: none;
	padding-left: 15px;
	line-height: 21px;
}
#auxiliar ul li ul {
	display: none;
	width: 100px;
}
#auxiliar ul li ul li {
	width: 100px;
	margin-left: 30px;
	background: none;
	border: none;
}
#auxiliar ul li ul li a {
	font-size: 10px;
	border-left: 3px solid #681e1e;
	padding-left: 5px;
}
#auxiliar ul li a:hover {
	color: #000;
}
#data {
	text-align: right;
}
#lista-artigos {
	float: left;
	width: 240px;
	margin-right: 20px;
}
#lista-artigos li {
	padding-left: 10px;
	background: url('../img/risco.jpg') no-repeat 0 2px;
}

#lista-artigos a {
}
#area-atuacao {
	float: left;
	width: 260px;
}
address {
	text-align: center;
}
.clear {
	clear: both;
}
#mapa-google {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 300px;
}
#logotrans {
	width: 123px;
	float: left;
}
#form-basico {
	width: 260px;
	text-align: right;
}
#form-basico fieldset {
	border: none;
}
#form-basico select, 
#form-basico input,
#form-basico textarea {
	position: relative;
	margin-top: 5px;
	border: 1px solid #681e1e;
}
#form-basico #submit {
	display: block;
	margin: 15px auto;
	padding: 3px;
}
#reset p {
	margin: 0;
}
.perfil {
	clear: both;
	margin: 15px 0;
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px dotted #b5b5b5;
}
.perfil h3 {
	margin: 0;
	margin-top: 15px;
}
.perfil img {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
}
.error {
	position: absolute;
	float: none;
	margin: 0;
	width: auto;
	color: red;
}