/* principal.css */


h1{
	font-size: 32px;
	color: #d9d9d9;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2{
	font-size: 24px;
	font-weight: bold;
	color: #40669e;
}

h3,
h3 a {
	color: #40669e;
	font-size: 18px;
	font-weight: bold;
}

.azul{
	color: #4069a1;
}

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(../images/commons/body.jpg) no-repeat 50% 0%;
	color: #7f7f7f;
	font-size: 13px;
}

a{
	color: #7f7f7f;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#geral{
	width: 1000px;
	margin: 0 auto;
}

#meio_site{
	float: left;
	display: inline;
	width: 719px;
	min-height: 710px;
	background: url(../images/commons/fundo_meio.jpg) no-repeat;
}

#lateral_dir{
	float: left;
	display: inline;
	width: 281px;
}

.clear{
	clear: both;
}


/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 

table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 

fieldset,img {  
	border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 

ol,ul { 
	list-style:none; 
} 

caption,th { 
	text-align:left; 
} 

q:before,q:after { 
	content:''; 
} 

abbr,acronym { 
	border:0; 
}