@CHARSET "ISO-8859-1";

/* -----------------------------------*/
/* ---------->>> RESET <<<------------*/
/* -----------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100,01%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


.hide { display: none; }


/* ----------------------------------------*/
/* ---------->>> TIPOGRAFIA <<<------------*/
/* ----------------------------------------*/
body, ul, ol, dl, td, th, caption, pre, p, blockquote, input, textarea {
	color: #000;
	font: 12px Tahoma, Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Sans Unicode", Verdana;
	line-height: 1.6;
}

.normal { font-weight: 500; }
.bold { font-weight: 700; }
.italico { font-style: italic; }

.font8 { font-size: 8px; }
.font9 { font-size: 9px; }
.font10 { font-size: 10px; }
.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.font14 { font-size: 14px; }
.font15 { font-size: 15px; }
.font16 { font-size: 16px; }
.font17 { font-size: 17px; }
.font18 { font-size: 18px; }
.font19 { font-size: 19px; }
.font20 { font-size: 20px; }

.textleft { text-align: left; }
.center { text-align: center; }
.textright { text-align: right; }
.justify { text-align: justify; }

.maiusculas { text-transform: uppercase; }

.minusculas { text-transform: lowercase; }

.smallcaps {font-variant: small-caps;}

/* ------------------------------------*/
/* ---------->>> FLOATS <<<------------*/
/* ------------------------------------*/
.left { float: left; }
.right { float: right; }
.clear {
	clear: both;
	display: block;
	font-size: 0pt;
	height: 0pt;
	line-height: 0pt;
}


/* --------------------------------------------------*/
/* ---------->>> MIN-MAX-HEIGHT-WIDTH <<<------------*/
/* --------------------------------------------------*/
.min-height {
	min-height: 1158px;
	height: auto !important;
	height: 1158px;
}

.max-height {
	max-height: 450px;
	height: auto !important;
	height: 450px;
}

.min-width {
	min-width: 450px;
	width: auto !important;
	width: 450px;
}

.max-width {
	max-width: 450px;
	width: auto !important;
	width: 450px;
}


/* ----------------------------------------*/
/* ---------->>> CONTAINERS <<<------------*/
/* ----------------------------------------*/
#containerTopo,
#containerMenu,
#containerCorpo,
#containerParceiros,
#containerRodape {
	width: 100%;
}


/* --------------------------------------------*/
/* ---------->>> DIVS PRINCIAIS <<<------------*/
/* --------------------------------------------*/
#topo,
#menu,
#corpo,
#parceiros,
#rodape {
	margin: 0 auto;
	width: 950px;
}

/* ----------------------------------*/
/* ---------->>> MENU <<<------------*/
/* ----------------------------------*/

ul#menu li {
	float: left;
}

ul#menu li.brClear{
	float: none;
}


/* ------------------------------------------------*/
/* ---------->>> COLUNAS PRINCIPAIS <<<------------*/
/* ------------------------------------------------*/
#colunaUn,
#colunaDeux,
#colunaTrois {
	float: left;
	width: 300px;
}

#colunaDeux {
	margin: 0 25px;
}


/* -------------------------------------------------*/
/* ---------->>> COLUNAS SECUNDARIAS <<<------------*/
/* -------------------------------------------------*/
#colunaQuatre {
	width: 400px;
}

#colunaCinq {
	margin-left: 25px;
	width: 525px;
}