﻿#section {
	position:relative;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	font: normal 0.9em Arial, Trebuchet MS, sans-serif;
}

#section a:link { font-weight: bold; color:#efefef; text-decoration: none; }
#section a:visited { font-weight: bold; color:#FFF; text-decoration: none; }
#section a:hover { font-weight: bold; color:#670387; text-decoration: none; }

.margin {
	padding:5px 45px 40px 30px;
}

.titulo {
	clear:both;
	margin:30px 0 0 0;
	font: bold 1.6em Calibri, Arial,  Trebuchet MS, sans-serif;
}

.subtitulo {
	margin:20px 0 0 0;
	font: normal 1.1em Calibri, Arial, sans-serif;
	color:#999
}

h2 {
	font-size:1.3em
}

.propriedade {
	font-size:1.1em;
	font-weight:bold
}


.caracteristicas {
	width:100%;
	margin-top:20px
}

.nome {
	margin-left:5px;
	color:#999;
}

.tipo {
	text-align:center;
	height:30px;
	font-weight:bold
}

.td-vermelho {
	background-color:#9A0316;
	color:#fff;
	border-right:1px #fff solid;
	height:40px
}

.td-cinza {
	border-right:1px #fff solid;
	background-color:#f4f4f4;
	height:40px
}



/* 
---------------------------------------
FORMULARIO
---------------------------------------
*/

.formulario {
	background: #efefef;
	border-width: 1px;
	border-style:double;
	border-color:#efefef;
	color:#000000;
	font: normal 1.0em Calibri, Arial, sans-serif;
}




