﻿@charset "utf-8";
.content_full {
	min-height: 100%;
	width: 810px;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
}
.titulo_pagina {
	background: url(../img/bgstripes.png) repeat;
	padding: 5px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right-color: #666;
	border-left-color: #666;
	box-shadow: inset 0px 10px 20px #000;
}
.titulo_pagina h2 {
}
.titulo_pagina h3 {
	float: right;
	margin-top: -45px;
	font-family: "light";
}
.texto {
	text-align: left;
	font-size: 100%;
}
.texto :before{
	clear: both;
	content: close-quote;
}

.abaixo_banner {
	margin-top: 200px;
}

.banner_interno {
	position: absolute;
	z-index: -1;
	top: 0px;
}
.tabela_destaque {
	
	}
.tabela_destaque h4 {
	margin:0
	}
.tabela_destaque td {
	vertical-align: top;
	width: 25%;
	padding-right: 20px;
	}
.caracteristicas .linha{
	padding: 10px;
	}
.table1 {
	border: 1px solid #CCC;
	width: 100%;
}
.table1 td{
}

.table2 {
	width: 100%;
	margin-top: -1px;
	height: 100%;
}

.table2 td {
	background: #EEE;
	padding: 10px;
}
