﻿body {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: xx-small;
	font-style: normal;
	color: #D30203;
	
}

/*LINKS*/
a {
	color: #D30203;
	text-decoration: none;
}
a:visited {
	color: #D30203;
	text-decoration: none;
}
a:active {
	color: #D30203;
	text-decoration: none;
}
a:hover {
	color: #D30203;
	text-decoration: underline;
}

/*LAYOUT*/

.footer {
	height: 20px;
	width: 100%;
	background-image:url('../images/fundo_footer.jpg');
	font: Tahoma;
	font-size: xx-small ;
	color: #D30203;
}

.footer_esq {
	padding-left: 150px;
	text-align: left;	
}

.footer_dir {
	width: 150px;
	text-align: center;
}
