@charset "utf-8";
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:bold;
	letter-spacing: 0.1em;
	color: #ECA54B;
	font-variant: small-caps;
}

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ECA54B;
}

.input{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ECA54B;
	background:#000000;
}


.bordegrisclaroabajo {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}




a:link {
	color:#ECA54B;
	text-decoration: none;
}
a:visited {
	color:#ECA54B;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
}

