div.tres2 {
	text-align: center;
	height: 35px;
	clear: both;
	margin: 35px auto;
	display: table;
}

div.tres2 a {
	margin: 0;
	color: #9F9F9F;
	background-color: #FFFFFF;
	text-decoration: none;
	height: 35px;
	width: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	float: left;
	font-size: 15px;
	border: #9F9F9F 1px solid;
	margin-left: 6px;
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
}

div.tres2 a span {
	font-size: 25px;
}

div.tres2 a:hover {
	color: #FFFFFF;
	background-color: #d0a20b;
	border: #d0a20b 1px solid;
}


/*div.tres2 span.current {
	margin: 0;
	color: #FFFFFF;
	background-color: #d0a20b;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	float: left;
	font-size: 15px;
	border: #d0a20b 1px solid;
	margin-left: 6px;
	width: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}*/

div.tres2 span.current {
	margin: 0;
	color: #9F9F9F;
	background-color: #EFEFEF;
	text-decoration: none;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	float: left;
	font-size: 15px;
	border: #DFDFDF 1px solid;
	margin-left: 6px;
	width: 35px;
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
}

div.tres2 span.disabled {
	display: none
}

div.tres2 b {
	font-weight: 100;
}