.foot {
	color: #909090;
	font-family: Arial;
	font-size: 10px;
}
.idioma {
	color: #60A4A5;
	font-family: Arial;
	font-size: 10px;
	decoration:none;
}
.idioma:hover {
	color: #60A4A5;
	font-family: Arial;
	font-size: 10px;
	decoration:underline;
}
.textogris {
	color: #373737;
	font-family: Arial;
	font-size: 11px;
}
.textoverde {
	color: #064F4A;
	font-family: Arial;
	font-size: 12px;
}
.textogrisB {
	color: #373737;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.TextAllo {
	color: #DC8600;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.TextAlloN {
	color: #DC8600;
	font-family: Arial;
	font-size: 11px;
}
.TextAlloN:over {
	color: #DC8600;
	font-family: Arial;
	font-size: 11px;
	text-decoration: underline;
}
.Textverde {
	color: #064F4A;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.linkBAllo {
	color: #DC8600;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.linkBAllo:hover {
	color: #DC8600;
	font-family: Arial;
	font-size: 12px;
	decoration:underline;
	font-weight: bold;
}
.linkAllo {
	color: #DC8600;
	font-family: Arial;
	font-size: 11px;
}
.linkAllo:hover {
	color: #DC8600;
	font-family: Arial;
	font-size: 11px;
	decoration:underline;
}
.formularios {
	width: 200px;
	height: 20px;
	font-family: Arial;
	font-size: 11px;
	color: #4B4848;
	background-COLOR:#FEF2DD;
	text-decoration: none;
	border: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	list-style-type: square;
	}
.formulariosmensaje {
	width: 200px;
	height: 70px;
	font-family: Arial;
	font-size: 11px;
	color: #4B4848;
	background-COLOR:#FEF2DD;
	text-decoration: none;
	border: #CCCCCC;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	list-style-type: square;
	}
.Boton {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color:#064F4A;
}