/*
+----------------------------------------------------------------+
	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, font, img, ins, kbd, q, s, samp, small, strike, 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: #efefef; 
	/*background-image: url(img/bg_site.jpg); */
	background-repeat: repeat-x; 
	background-attachment:fixed;	
	margin: 0em; 
	font-family: Arial;
	font-size:12px;
}

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

#main 		{ width:850px; margin:0 auto; text-align:left; }
#dv_cabec   { float:left; width:100%; margin-top:2em;}
#dv_logo    { float:left; width:600px;}
#dv_head    { float:left; width:100%; margin-top:1.5em; background-image:url(img/bg_header.png); background-repeat:no-repeat; height:10px;}
#dv_cont    { float:left; width:100%; margin-top:0em; background:#000;}
#dv_tp		{ width:100%; background-image:url(img/bg_cnt.jpg); background-repeat:repeat-y; background-color:#000; height:25px;}
#dv_cnt		{ width:100%; background-image:url(img/bg_cnt_menu.jpg); background-repeat:repeat-y; background-color:#FFF;}
#dv_menu	{ float:left; width:175px; margin-left:1.8em;}
#dv_left    { float:left; width:200px;}
#dv_right   { float:left; width:620px; margin-left:1em;}
#dv_top     { float:left; width:100%; background-color:#363636; background-image:url(img/bg_top.jpg); background-position:right; background-repeat:no-repeat; height:26px;}

#dv_cnt_txt a    { color:#f66014; text-decoration:none; }
#dv_cnt_txt a:hover   { color:#f66014; text-decoration:underline; }


.white   { color:#FFFFFF; }
.black   { color:#000000; }
.red     { color:#ed1c24; }
.gray    { color:#575757; }
.gray2   { color:#e2e2e2; }
.orange  { color:#f66014; }
.green   { color:#008442; }
.blue    { color:#00135d; }
.wine	 { color:#9c3c25; }

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

input[type="text"], input[type="password"], input[type="file"]{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box; /* ie8 only */
	box-sizing: border-box;
	width:94%;
	height:25px;
	border:1px solid #e2e2e2;
	vertical-align:middle;
	font-size:14px;
}
 
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box; /* ie8 only */
	box-sizing: border-box;
	width:94%;
	border:1px solid #e2e2e2;
	vertical-align: middle;
} 

select {
	vertical-align:middle;
	font-size:14px;
	height:22px;
	border:1px solid #e2e2e2;
}	


