/* geral */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* home */
.oneColFixCtrHdr #container {
	width: 784px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	/* text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/baseheadhome.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 372px;
	width: 784px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.fotohome {
	padding-top: 112px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #a7c228;
}
#mainContent .menuhor {
	background-color: #a7c228;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	padding-top: 12;
	padding-bottom: 12;
	line-height: 24px;
}
#mainContent .menuhor a, #mainContent .menuhor a:link, #mainContent .menuhor a:visited, #mainContent .menuhor a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#mainContent .menuhor a:hover { color: #064056; text-decoration: underline; }
#mainContent p {
	margin: 0;
}

.oneColFixCtrHdr #footer {
	padding: 0 0px;
	background-color: #FFFFFF;
}
#footer .menudofooter {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	padding-top: 12;
	padding-bottom: 12;
	line-height: 24px;
}
#footer .menudofooter a, #footer .menudofooter a:link, #footer .menudofooter a:visited, #footer .menudofooter a:active { text-decoration: none; color: #064056; }
#footer .menudofooter a:hover { color: #899f21; text-decoration: underline; }
#footer p {
	margin: 0;
}

/* desd */
.DtwoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #e3e3e3;
	background-image: url(../images/basetextos.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
.DtwoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 207px;
}
.tit01{
	padding: 0;
	background-image: url(../images/tit01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tit02{
	padding: 0;
	background-image: url(../images/tit02.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tit03{
	padding: 0;
	background-image: url(../images/tit03.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tit04{
	padding: 0;
	background-image: url(../images/tit04.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tit05{
	padding: 0;
	background-image: url(../images/tit05.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.fotocanto{
	padding: 0;
	background-image: url(../images/tit05.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.DtwoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.DtwoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 22px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#sidebar1 .menudpr {
	background-color: #064056;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 30px;
}
#sidebar1 .menudpr a, #sidebar1 .menudpr a:link, #sidebar1 .menudpr a:visited, #sidebar1 .menudpr a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#sidebar1 .menudpr a:hover { color: #a7c228; text-decoration: underline; }
#sidebar1 p {
	margin: 0;
}

/* miolo desds */
.DtwoColFixLtHdr #mainContentd {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-right: 40px;
	padding-left: 42px;
	background-color: #e3e3e3;
	padding-bottom: 40px;
	padding-top: 24px;
}
#mainContentd .menudd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
	padding-left: 24px;
	padding-bottom: 32px;
	list-style-type: disc;
}
#mainContentd a, #mainContentd a:link, #mainContentd a:visited, #mainContentd a:active {
	text-decoration: none;
	color: #0066cc;
}
#mainContentd a:hover { color: #064056; text-decoration: underline; }
.DtwoColFixLtHdr #mainContentd .miolo {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-right: 40px;
	padding-left: 42px;
	background-color: #e3e3e3;
	padding-bottom: 40px;
	padding-top: 24px;
}
.DtwoColFixLtHdr #mainContentd h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #064056;
	font-weight: bold;
}
.DtwoColFixLtHdr #mainContentd h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #064056;
	font-weight: bold;
}
.DtwoColFixLtHdr #mainContentd p {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #064056;
	text-align: justify;
}
.DtwoColFixLtHdr #mainContentd .meio {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #064056;
	text-align: center;
}
.DtwoColFixLtHdr #mainContentd .verde {
	color: #a7c228;
}
.DtwoColFixLtHdr #mainContentd .verdeb {
	color: #a7c228;
	font-weight: bold;
}
.DtwoColFixLtHdr #mainContentd .verdebmeio {
	color: #a7c228;
	font-weight: bold;
	text-align: center;
}
.DtwoColFixLtHdr #mainContentd .azulb {
	color: #064056;
	font-weight: bold;
}



/* footer desd */
.DtwoColFixLtHdr #footer { 
	padding: 0 0px;
	background-color: #FFFFFF; 
} 
.DtwoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.DtwoColFixLtHdr #footer .menudofod {
	background-color: #FFFFFF;
	border-top-width: 22px;
	border-top-style: solid;
	border-top-color: #a7c228;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	padding-top: 12;
	padding-bottom: 12;
	line-height: 8px;
}
#footer .menudofod a, #footer .menudofod a:link, #footer .menudofod a:visited, #footer .menudofod a:active { text-decoration: none; color: #064056; }
#footer .menudofod a:hover { color: #899f21; text-decoration: underline; }
.DtwoColFixLtHdr #footer p {
	margin: 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
