.txtGrisOscuro{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.txtNegro {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
.txtMsgError {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF9900;
}
.txtSeccionCopete{
	font-family:Tahoma;
	font-weight:bold;
	font-size:13px;
	color:#026082;
}
.txtSeccionTitulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#01415B;
	line-height:13px;
}
.txtSeccionNormal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:13px;
	text-decoration:none;
}
.txtSeccionEmpresaPubliTitulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#01415B;
}
.txtSeccionEmpresaPubliEnlace{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}
.txtSeccionOportunidadesCopete{
	font-family:Tahoma;
	font-weight:bold;
	font-size:13px;
	color:#026082;
}
.nombreProyecto {
	text-transform:uppercase;
}
/* ENLACES */
.enlaceGris {
	color:#666666;
	text-decoration:none;
}
.enlaceGris:hover {
	color:#026082;
	text-decoration:none;
}
.enlaceGrisPub {
	color:#666666;
	text-decoration:none;
}
.enlaceGrisPub:hover {
	color:#01415B;
	text-decoration:underline;
}