/* CSS Document */
body {
	background-color: #ffffff;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #39F;
}

a:hover {
	color: #0FF;
}

a:visited {
	color: #39F;
}

.texto_grande_a {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: regular;
	color: #333;
}

.texto_grande_b {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: regular;
	color: #369;
}

.texto_grande_c {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

.texto_masgrande_a {
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #369;
}

.texto_medio_a {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: regular;
	color: #333;
}

.texto_medio_b {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.texto_medio_c {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.texto_chico_a {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: regular;
	color: #333;
}

.texto_chico_b {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: regular;
	color: #999;
}

.texto_chico_c {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: regular;
	color: #39F;
}
