/* CSS Document */

body {
	background-color:#E3DCC9;
	background-position:center center;
	background-repeat:no-repeat;
}
body, td, p, input, textarea  {
	font-family:"Trebuchet MS", Tahoma;
	font-size:11px;
}
body, h1, h2, h3, h4, h5, p {
	margin:0px;
	padding:0px;
}
p {
	margin-bottom:10px;
	line-height:13px;
}
a {
	color:#000000;
	text-decoration:none
}
a:hover {
	color:#202020;
}
img {
	border:none;
}

label.error, span.error{
    color: red;
    font-style: italic;
    display:block;
}

select.error, textarea.error, input.error{
    border: 1px dashed #FF6464;
}

.conteudo {
	position: absolute;
	width: 994px;
	height: 612;
	left:50%;
	margin-left:-497px;
	top:50%;
	margin-top:-306px;
	z-index:2;
	visibility: visible;
}

.conteudo2 {
	position: absolute;
	width: 994px;
	height: 151;
	left:50%;
	margin-left:-497px;
	top:50%;
	margin-top:-300px;
	z-index:2;
	visibility: visible;
}

.conteudo3 {
	position:absolute;
	height:100%;
	width:100%;
}

#obj {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index:1;
	visibility: visible;
}
.menu a {
	margin-right:15px;
}
.logo {
	margin-left:112px;
}
.telefone {
	margin-right:23px;
}
a .azul-bold {
	color:#03b0b6;
	font-weight:bold;
	text-decoration:none
}
a:hover .azul-bold {
	color:#049ca1;
}