.bordar {
	border: 1px dotted #333333;
}
.bordar2 {
	border-top: 1px dotted #333333;
	border-right: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
}
.bordar3 {
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	border-left: 1px dotted #333333;
}
.bordar4 {
	border-top: 0.5px solid #333333;
	border-right: 0.5px solid #333333;
	border-bottom: 0.5px solid #333333;
	border-left: #333333;
}
.bordar5 {
	border: 0.5px dotted #333333;
}
.bordar6 {
	border-top: 1px ridge #333333;
	border-bottom: 1px ridge #333333;
	border-left: 1px ridge #333333;
}
.bordar7 {
	border-top: #333333;
	border-bottom: 1px dotted #333333;
	border-left: #333333;
	border-right-color: #333333;
}
.bordar8 {
	border-top: 0.5px solid #333333;
	border-bottom: 0.5px solid #333333;
	border-left: 0.5px solid #333333;
	border-right-color: #333333;
	border-right-width: 0.5px;
	border-right-style: solid;
}

