@charset "utf-8";
/* CSS Document */

.fondo-login {
	background-image: url(images/healthy-to-go-login.jpg);
}
.fondo-left {
	background-image: url(images/healthy-to-go-backleft.jpg);
}
.fondo-right {
	background-image: url(images/healthy-to-go-backright.jpg);
}
.fondo-links {
	background-image: url(images/healthy-to-go-bottom-nav.jpg);
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
.texto-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.texto-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.texto-titulares {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #318726;
}

.texto-blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
.pequena-blanca {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
a:link {
	color: #89B440;
}
a:visited {
	color: #FC0;
}
a:hover {
	color: #F00;
}
a:active {
	color: #00933F;
}
.fondo-noticias {
	background-image: url(images/healthy-to-go-back-noticias.jpg);
}
