@charset "utf-8";
/* CSS Document */


body {
	background-color: #C5B47C;
}

.botones {
	font-family: Verdana;
	font-size: 9px;
	border: thin solid #DFD39F;
	color: #6C4F25;
	font-style: normal;
	background-color: #DFD39F;
}

.textonormal_low {
	font-family: "Century Gothic";
	color: #6C4F25;
	font-size: 10px;
}
.textonormal {
	font-family: "Century Gothic";
	color: #6C4F25;
	font-size: 11px;
	text-align: justify;
}
.textonormal_2 {
	font-family: "Century Gothic";	
	color: #503A1B;
	font-size: 11px;
}
.textonormal_2 {
	font-family: "Century Gothic";	
	color: #503A1B;
	font-size: 11px;
}
.textonormal_resalta {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #503A1B;
	font-size: 11px;
}
.textonormal_blnaco_resalta {
	font-family: "Century Gothic";
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}
.Titulos {
	font-family: Verdana;
	font-weight: bold;
	color: #6C4F25;
	font-size: 12px;
	text-align: center;
}
.Titulo_02 {
	font-family: "Century Gothic";
	color: #6C4F25;
	font-size: 18px;
}

.textbox {
	border: thin solid #C7B67E;
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #6B5021;
}
a:link {
	color: #685128;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5E4924;
}
a:hover {
	text-decoration: none;
	color: #A27E3E;
}
a:active {
	text-decoration: none;
	color: #A27E3E;
}

.bot_on {
	color: #232323;
	background-color: #FFFFFF;
	cursor:hand;
}
.bot_off {
	color: #333333;
	background-color: #F0EBDB;
	font-weight: normal;
	
}
