@charset "utf-8";

/* BG */

body {
	background-image:url(../img/bg.jpg);
	background-color:#f6f6f6;
	background-position:center top;
	background-repeat:repeat-x;
	margin: 0px;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Links */
	a:link {color:#d41c27;text-decoration: none;}
	a:visited {text-decoration: none; color: #d41c27;}
	a:hover {text-decoration: underline; color: #d41c27;}
	a:active {text-decoration: none;}


/* Fonts */

.texto {
	font-family:tahoma;
	color:#707070;
	font-size:11px;
}

.textored {
	font-family:tahoma;
	color:#d41c27;
	font-size:11px;
}

.titulo {
	font-family:tahoma;
	color:#d41c27;
	font-size:14px;
}

.titulo_grande {
	font-family:tahoma;
	color:#d41c27;
	font-size:28px;
}

.titulocinza {
	font-family:tahoma;
	color:#707070;
	font-size:14px;
}

.camuflado {
	font-family:tahoma;
	color:#F6F6F6;
	font-size:1px;
}


/* Divs */

.topo{
	position:inherit;
	width:750px;
	margin:0 auto 0;
}

.geral{
	position:inherit;
	width:750px;
	background-image:url(../img/bg-corpo.jpg);
	background-repeat:repeat-y;
	margin:0 auto 0;
	/* Junta as divs */
	display:inline-block;
}

.corpo{
	position:inherit;
	width:750px;
	margin:0 auto 0;
	padding-left: 10px;
	padding-right: 10px;
	/* Junta as divs */
	display:inline-block;
}


.rodape{
	position:inherit;
	width:750px;
	height:32px;
	background-image:url(../img/rdp.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	vertical-align: middle;
	padding-top:2px;
	/* Junta as divs */
	display: table-cell;
}

.precos{
	width:250px;
	position:inherit;
	float:left;
}

.precos02{
	width:244px;
	position:inherit;
	float:left;
}
