/*
+----------------------------------------------------------------+
	Reset CSS by Eric Meyer: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/															
+----------------------------------------------------------------+
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
body {line-height: 1;}
ol, ul {list-style: none;}

/*
+----------------------------------------------------------------+
	Extras															
+----------------------------------------------------------------+
*/
.clear {clear:both; overflow:hidden; font-size:0; visibility:hidden}
.alignleft {float:left}
.alignright {float:right}
div:after, ul:after, dl:after, dd:after, dt:after{clear:both; content:""; display:block; font-size:0; height:0; visibility:hidden;}
/*Limpar fluxo oculto para IE-mac \*/
* html div, * html ul, * html dl, * html dd, * html dt {height:1%;}
/* final hack IE-mac */
*:first-child+html div, *:first-child+html ul, *:first-child+html dl, *:first-child+html dd, *:first-child+html dt, *:first-child+html ol {height:auto; display: inline-block;}

/*
+----------------------------------------------------------------+
	Definicoes Gerais															
+----------------------------------------------------------------+
*/

body {background-color: #FFFFFF; background-image: url(img/bg_body.jpg); margin-top: 1.7em; margin-left: 0em; margin-right: 0em; margin-bottom: 0em; background-repeat: repeat-x; font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;}

a:link 		{ text-decoration: none; }
a:visited 	{ text-decoration: none; }
a:hover 	{ text-decoration: underline; }
a:active 	{ text-decoration: none; }

#main 		{ width:950px; margin:0 auto; text-align:left; }
#dv_cabec 	{ float:left; width:100%; height:50px; margin-top:0.1em; text-align: left;}

#dv_logo 	{ float:left; width:180px; height:60px; text-align: left;}
#dv_menusup { float:right; margin-top:2.4em; width:300px; height:25px; text-align: right; margin-right:1.5em; }
#dv_cont 	{ float:left; width:100%; margin-top:0.5em; text-align: left;}

#dv_home 	{ float:left; width:100%; text-align: left; margin-top: 0.2em;	padding-top: 0.1em; }
#home_cont 	{ float:left; width:98%; text-align: left;	margin-top: 0.2em;	padding-top: 0.1em; }

#dv_center 		{ float:left; width:385px; height:404px;	margin-top: 0.2em; text-align: left; margin-left: 0.4em; background-color: #FFFFFF; }
#dv_rodape 		{ float:left; width:100%; text-align: left; margin-top: 1.5em; border-top:1px solid #e2e2e2; }

#blc_tit {float:left; width:100%; background-image:url(img/bg_tit.gif); background-repeat:repeat-x;}

/*
input  	   { font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; font-size: 14px; background-color: #fefefe; border:1px solid #e6e6e6; color: #585858; height:30px; }


select 	   { font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; font-size: 14px; background-color: #fefdfd; border:1px solid #e6e6e6; color: #585858; height:30px; }

textarea   { font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif; font-size: 14px; background-color: #fefdfd; border:1px solid #e6e6e6; color: #737373;}
*/



/* include margin and padding in the width calculation of input and textarea */
input[type="text"],
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box; /* ie8 only */
	box-sizing: border-box;
	width:98%;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: text-top;
}


textarea,
input,
select {
	font: 13px/19px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	margin: 1px;
	padding: 3px;
}

li { font-size:12px; }

.bd 	{ font-weight:bold; }
.black 	{ color:#000000; }
.wine 	{ color:#930a2b; }
.blue 	{ color:#004b90; }
.orange { color:#f66014; }
.red 	{ color:#b90000; }
.green 	{ color:#768725; }
.gray 	{ color:#737373; }

.t10	{ font-size: 10px; }
.t11	{ font-size: 11px; }
.t12	{ font-size: 12px; }
.t14	{ font-size: 14px; }
.t16	{ font-size: 16px; }
.t18	{ font-size: 18px; }
.t20	{ font-size: 20px; }
.t22	{ font-size: 22px; }
.t25	{ font-size: 25px; }
