/* Armado de 3 columnas basado en http://matthewjamestaylor.com/blog/perfect-3-column.htm */

body {
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #FFFFFF;
	color: #4B5C22;
	text-align: center;
	font-family: CenturyGothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

h1 {
	margin: 10px;
	padding: 0;
	font-size: 18pt;
}
	
h2 {
	margin: 10px;
	padding: 0;
	font-size: 11pt;
}
	
h3 {
	margin: 10px;
	padding: 0;
	font-size: 10pt;
}
	
h4 {
	margin: 10px;
	padding: 0;
	font-size: 8pt;
}
	
p {
	margin: 0px 10px 10px 10px;
	padding: 0;
	font-size: 10pt;
}

img {
	margin: 0px 10px 10px 10px;
}

#fixed {
	margin: 0 auto;
	width: 990px;
	text-align: left;
}

#header {
	clear: both;
	float: left;
	width: 100%;
}

#header {
	border-bottom: 1px solid #000;
}

#header {
	border-bottom: 1px solid #000;
}

#lado1 {
	border-bottom: 1px solid #000;
}

#lado2 {
	border-top: 10px solid #fff;
}

.colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%;			/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
}

.colright,
.colmid,
.colleft {
	float: left;
	width: 100%;			/* width of page */
	position: relative;
}
.col1,
.col2,
.col3 {
	float: left;
	position: relative;
	padding: 0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow: hidden;
}

.threecol {
	background: #FFFFFF;		/* right column background colour */
}

.threecol .colmid {
	right: 330px;			/* width of the right column */
	background: #FFFFFF;		/* center column background colour */
}

.threecol .colleft {
	right: 330px;			/* width of the middle column */
	background: #FFFFFF;	/* left column background colour */
}

.threecol .col1 {
	width: 330px;			/* width of center column content (column width minus padding on either side) */
	left: 990px;			/* 100% plus left padding of center column */
}

.threecol .col2 {
	width: 330px;			/* Width of left column content (column width minus padding on either side) */
	left: 330px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}

.threecol .col3 {
	width: 330px;			/* Width of right column content (column width minus padding on either side) */
	left: 660px;			/* Please make note of the brackets here: 
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
}

#footer p {
	padding: 10px;
	margin: 0;
}
