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


body {
	background-image: url(images/back-degradado.jpg);
	background-repeat: repeat-x;
	background-color: #f1f1f2;
}
.texto-contenido-chico {
	font-family: Arial, Helvetica, sans-serif;
	color: #00685d;
	font-size: large;
}
.texto-contenido {font-family: Arial, Helvetica, sans-serif; color: #00685d; font-size: small; }
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #00685d;
}
a:link {
	color: #00685d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00685d;
}
a:hover {
	text-decoration: underline;
	color: #00685d;
}
a:active {
	text-decoration: none;
	color: #00685d;
}
