@charset "utf-8";
/* CSS Document */

.textos {
	font-family: "Century Gothic";
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	color: #666666;
}
.Tablas {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9933;
	border-right-color: #CC9933;
	border-bottom-color: #CC9933;
	border-left-color: #CC9933;
}
.TextField {
	font-family: "Century Gothic";
	font-size: 14px;
	font-style: oblique;
	color: #FFFF00;
	background-color: #FF0000;
}
