/* principal.css */


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

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

a:hover{
	text-decoration: underline;
}

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

#meio{
	float: left;
	display: inline;
	width: 745px;
}

#conteudo-meio{
	width: 730px;
	margin-left: 9px;
	margin-top: 10px;
}

.azul{
	color: #6dc4ed;
}

.clear{
	clear: both;
}

h1,h2,h3,h4,h5{
	font-weight: bold;
}

h1{
	font-size: 16px;
	color: #d83c72;
}

h1 a{
	color: #d83c72;
}

h2{
	font-size: 18px;
	color: #1a69b3
}

h2 a{
	color: #1a69b3
}

h3{
	font-size: 18px;
	color: #d93f74;
}

h3 a{
	color: #d93f74;	
}

h4{
	color: #7f7f7f;
	font-size: 18px;
}

h4 a{
	color: #7f7f7f;
}

h5{
	color: #1b65b0;
	font-size: 18px;
}

/* 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; 
}

ol,ul { 
	list-style:none; 
} 

caption,th { 
	text-align:left; 
}

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

abbr,acronym { 
	border:0; 
}