@charset "utf-8";
/* CSS Document */

/*Fontes*/
.fgB{
	font-family: 'Yanone Kaffeesatz', serif;
	font-size:22px;
	color:#f4ebe9;
	letter-spacing:0;	
}
.fgE{
	font-family: 'Yanone Kaffeesatz', serif;
	font-size:22px;
	color:#806b64;
	letter-spacing:0;	
}

/*Button*/
input[type=submit]
{
	border:2px solid #806b64;
	color:#f4ebe9;
	background-color:#806b64;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	height:30px;
}
input[type=submit]:hover
{
	color:#806b64;
	background-color:#f4ebe9;
}

body
{
	margin:0;
	padding:0;
	background-image:url(../img/bg.png);
	font-family:Arial, Helvetica, sans-serif;
	color:#806b64;
	font-size:12px;
}

#geral
{
	width:1000px;
	height:auto;
	position:relative;
	left:50%;
	margin-left:-500px;	
}

#testeira
{
	width:100%;
	height:150px;
	background-color:#f4ebe9;
	position:relative;
}
#menu
{
	width:100%;
	height:50px;
	position:relative;
	background-image:url(../img/bg_menu.png);
	background-repeat:repeat-x;
}
#menu div
{
	width:auto;
	height:50px;
	float:left;
}

#anime
{
	width:930px;
	height:300px;
	float:left;
	margin-left:35px;
	margin-top:40px;
	background-color:#f4ebe9; /*Cor bege*/
	border:1px solid #806b64; /*Cor marrom*/
}

#pBaixo
{
	width:1000px;
	height:270px;
	margin-top:30px;
	float:left;	
}
.led
{
	width:405px;
	height:190px;
	padding:15px 10px 10px 10px;
	background-image:url(../img/bg_pBaixo.png);
	background-position:left center;
	background-repeat:no-repeat;
	margin-top:10px;	
}

#rodape
{
	width:100%;
	height:150px;
	float:left;
	margin-top:30px;
	background-image:url(../img/bg_rodape.png);
	background-repeat:repeat-x;
}
#conteudo_rodape
{
	background-image:url(../img/conteudo_rodape.png);
	background-position:center;
	background-repeat:no-repeat;	
}

#conteudo_geral
{
	width:960px;
	height:auto;
	float:left;
	margin:35px 0 25px 20px;
}

.titulo_geral
{
	width:960px;
	height:35px;
	padding-top:15px;
	float:left;
	border-bottom:1px solid #806b64;
	background-image:url(../img/bg_titulo.png);
	background-position:0 0;
	background-repeat:no-repeat;
	text-align:center;	
}

#container_geral
{
	width:960px;
	height:auto;
	margin:30px 0 0 0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#533e37;
}

.tituloCategoria
{
	width:948px;
	padding-left:10px;
	height:33px;
	padding-top:5px;
	float:left;
	color:#5e433a;
	cursor:pointer;
	margin-top:15px;
}
.agrupaListaServicos
{
	width:930px;
	padding:10px 0 10px 30px;
	height:auto;
	float:left;
	display:none;
}
.tituloServico
{
	width:918px;
	height:30px;
	font-size:18px;
	padding:8px 0 0 10px;
	float:left;
	color:#5e433a;
	cursor:pointer;
	margin-top:10px;
}

.conteudoServico
{
	width:930px;
	padding:10px 0 10px 0;
	height:auto;
	float:left;
	display:none;
	color:#5e433a;
}

.txt
{
	height:40px;
	background-color:#f4ebe9;
	border:1px solid #806b64;
	color:#806b64;
	font-size:14px;
	font-weight:bold;
}
.txta
{
	background-color:#f4ebe9;
	border:1px solid #806b64;
	font-family:Arial, Helvetica, sans-serif;
	color:#806b64;
	font-size:14px;
	font-weight:bold;
}
.sel
{
	height:40px;
	background-color:#f4ebe9;
	border:1px solid #806b64;
	color:#806b64;
	font-size:14px;
	font-weight:bold;
}

h2
{
	font-size:20px;	
}