@charset "utf-8";
.blanco_big {
	font-family: Corbel, Arial;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.blanco_small {
	font-family: Corbel, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.blanco_small:hover {
	font-family: Corbel, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}.negro_small {
	font-family: Corbel, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.verde_big {
	font-family: Corbel, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #6B8254;
	text-decoration: none;
}
.verde_big:hover {
	text-decoration: underline;
}
.texto {
	font-family: Corbel, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.tabla {
	font-family: Corbel, Arial;
	font-size: 14px;
	font-weight: normal;
	color:#666666;
}
.tabla:hover {
	background:#EFEFEF;
	font-family: Corbel, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	cursor:pointer;
}.boton {
	font-family: Corbel, Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #6B8254;
	background-color: #FFFFFF;
	border: thin solid #666666;
	cursor:pointer;
}
.verde_small {
	font-family: Corbel, Arial;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	color: #6B8254;
}
.verde_small:hover {
	cursor:pointer;
	text-decoration:underline;
}
.verde_small_f {
	font-family: Corbel, Arial;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	color: #6B8254;
}
.negro_big {
	font-family: Corbel, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

