/* 
OLIVO
CSS - FOOTER Media Screen
*/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #37220c;
	background: #fff url(../img/bkfooter.gif) 0 0 repeat-y;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
}
a { text-decoration: none; color: #37220c; }
a:hover { text-decoration: underline; }

p#left {
	float: left;
	padding: 6px 0 0; line-height: normal;
	text-transform: uppercase;
	font-weight: bold;
	width: 189px;
	background: #9ad52e;
	font-size: 13px;
	

}
p#right {
	float: right;
	padding: 5px 10px 0;
}

p#left a {
	text-transform: uppercase;
	padding: 0 20px 0 20px;
	margin-left: 0;
	/*border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;*/
	text-decoration: none;
}
p#left a:hover {
	/*border-top: 4px solid #37220c;
	border-bottom: 2px solid #37220c;*/
	text-decoration: none;
	color: #fff;

}