.base {
	background-image: url(../img/base.png);
	background-repeat: repeat-x;
}
.table {
	vertical-align: middle;
}

.base_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.base_email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	 	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	}
