.punto{width:8px; height:8px; border-radius:2px; background-color:#d9001d; margin-right:10px; margin-top:6px; float:left;}
.boton{
	width:500px;
	border:solid 2px #d9001d;
	border-radius:10px;
	background-color:#d9001d;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:10px 0px;
	margin:0px auto;
}
.boton:hover{
	background-color:#FFF;
	border:solid 2px #d9001d;
}
.boton a{ color:#FFF; text-decoration:none; padding:10px 83px;}
.boton a:hover{ color:#d9001d;}