.borde {
	border-right: 1px solid White;
}

.aviso {
	font-family: "Century Gothic";
	font-size: 8px;
	color: #FF8080;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
}

.ltext {
	font-family: "Century Gothic";
	font-size: 8px;
	color: #1A1A1A;
	font-weight: bold;
}

.text {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #1A1A1A;
}

.stext {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #1A1A1A;
	letter-spacing: 8px;
}

.smtext {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 4px;
	font-weight: 600;
}

.gtext {
	font-family: "Century Gothic";
	font-size: 28px;
	color: #1A1A1A;
}

.btext {
	font-family: "Century Gothic";
	font-size: 24px;
	color: #FF8080;
	font-weight: 600;
}

.bmtext {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #FF8080;
}

a:link {
	text-decoration: none;
}

a:hover {
	font: italic;
	text-decoration: none;
	color: #1A1A1A;
}

a:visited {
	text-decoration: none;
	color: #1A1A1A;
}

a:active {
	text-decoration: none;
	color: #FF8080;
}