@charset "utf-8";
.texto {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.textogris {
	font-family: tahoma;
	font-size: 11px;
	color: #5B5B5B;
}
.textogrisChico {
	font-family: tahoma;
	font-size: 09px;
	color: #5B5B5B;
}
.linkbold {
	font-family: tahoma;
	font-size: 11px;
	color: #5B5B5B;
	font-weight: bold;
}
.linkbold:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
.link {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.link:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.textoblanco {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.textobordo {
	font-family: tahoma;
	font-size: 11px;
	color: #7D0101;
}
.linkpie {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.linkpie:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #54BCDF;
	text-decoration: none;
}
.pieN {
	color: #FFFFFF;
	font-weight: normal;
	font-family:tahoma;
	font-size: 9px;
	text-decoration: none;
}
.pieN:hover {
	color: #999999;
	font-weight: normal;
	font-family:tahoma;
	font-size: 9px;
		text-decoration: none;
}
.pieS {
	color: #FFFFFF;
	font-weight: normal;
	font-family:tahoma;
	font-size: 9px;
	text-decoration: none;
}
