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

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}


/*

TABELA DE CORES

Verde-musgo: #d2d233
Azul royal: #5392ad
Azul-escuro: #254451

*/



* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -180px; /* the bottom margin is the negative value of the footer's height */
}
.footer-wrapper, .push {
	height: 180px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #e5d0ac;
	}

/* HEADER */

#header-wrapper {
	background: repeat-x url(images/header-wrapper.png);
	margin: 0 auto;
	height: 122px;
	}
	
#header {
	background: no-repeat url(images/header.png);
	width: 800px;
	margin: 0 auto;
	height: 122px;
	}
	
#corpo-wrapper {
	background: url(images/body-bg.jpg) top no-repeat;
	margin: 0 auto;
	}

#corpo {
	width: 800px;
	height: 805px;
	margin: 0 auto;
	}
	
#twitter-wrapper {
	width: 800px;
	margin: 0 auto;
	}
	
.twitter {
	float: left;
	margin: 0 12px;
	}	
	
.footer-wrapper {
	background: repeat-x top url(images/footer-wrapper.png) #999626;
	margin: 90px auto 0 auto;
	height: 180px;
	}

#footer {
	width: 800px;
	margin: 0 auto;
	padding-right: 17px;
	}

#icone-wrapper {
	height: 100px;
	}

.icone {
	float: right;
	text-align: right;
	
	}
	
.credito {
	float: left;
	text-align: left;
	margin-left: 25px;
	
	}
	
.patro {
	float: right;
	}