
body{
	font:12px Arial, Helvetica, sans-serif;
 	color:#000;
	text-align:left;
 	background:#E8DED2;
}

p{
	padding: 0;
}
	
img{
	border: 0;
}

#pag{
	text-align:center;
	margin-top:28px;
	clear:both;
	display:block;
}

#pag img{
	width:16px;
	margin:2px 3px;
}

a:link, a:visited, a:active{
	color:#5F5347;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#AFA499;
	text-decoration:underline;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clearAll{
	clear:both;
}