@charset "utf-8";
/* CSS Document */
/* Resetting todos os settings para facilitar crossbrowsing por: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1; background:url(../imgs/canvas.jpg);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*End of Resetting*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



h2{	padding:0 0 10px 10px;
	color:#7f1f20;
	}
	
	h3{	padding:0 0 10px 10px;
	color:#333;
	}

h4 {color:#333; font-size:11px;padding:0 0 10px 10px;}

/* Lista com bullet */

.bullet li, a:link, a:visited, a:hover{

	text-decoration: none;
	color: #333;
	}
.bullet li{	

	color: #333;
	line-height:30px;
	padding-left: 30px;	
	margin-left: 0px;
	list-style:none;
	}	

.bullet a:hover{
	color: #333; 
	text-decoration:underline;
	}





#container{	
	overflow:hidden;
	margin: 0 auto;
	text-align:left;
	width:780px;
	font-family:"Arial", Verdana, Helvetica, sans-serif;
	}
	
#container_middle{
	
	width:780px; 
	float:left; 
	background:#fff;
	}
	
#top{
	height:195px;
	width:780px; 	
	background:url(../imgs/top.jpg) no-repeat;
}

#barramenu{
	text-align:center;
	height:35px; background:url(../imgs/faixa_menu.gif); margin-bottom:10px;
	
	}

#menuhor {
border:none; 
margin:0 ;
padding:9px 0 0 0;
font: 12px Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}


#menuhor li {
list-style: none; 
margin:0;
padding-left:10px;

display: inline;
}
#menuhor li a {
height:1px; /* IE5.0 bug */
padding: 3px 1px; 
margin:0;
text-decoration: none;
}

#menuhor li a:link {
color: #111;
}

#menuhor li a:visited {
color: #111;
}

#menuhor li a:hover {
color: #ccc; 
}


#codigos { clear:both; padding:20px 15px 10px 15px;
	
	}


#column1 {
width:350px;
float:left;
margin:20px 5px 5px 25px;
display:inline;
border-bottom:3px solid #7f1f20;

}

#column2 {
float:right;
width:350px;
margin:20px 25px 5px 5px;
border-bottom:3px solid #7f1f20;
}

.column1 {
width:350px;
float:left;
margin:20px 5px 5px 25px;
display:inline;
border-bottom:3px solid #7f1f20;

}

.column2 {
float:right;
width:350px;
margin:20px 25px 5px 5px;
border-bottom:3px solid #7f1f20;
}

p { font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;	
	text-align:justify; padding:0 10px 15px 10px; line-height:30px; text-indent:30px;
	
	}






