.Rosa-bg {
	background-color: FF0099;
}
.Sepia-bg {
	background-color: FFFFF5;
}
.Gris-bg {
	background-color: #DCDCDC;
}
.Rojo-bg {
	background-color: #DC2A26;
}
.Verde-bg {
	background-color: #5D9E3A;
}
.Beige-bg {
	background-color: #DEE0D3;
}
.Juegos-bg {
	background-color: #686A77;
}
.Turquesa-bg {
	background-color: #9EB9C0;
}
.Turquesa-light-bg {
	background-color: #B4DEEB;
}
.txt-azul {
	color: #000066;
}

.txt-gris {
	color: #9999CC;
}

.txt-blanco {
	color: #FFFFFF;
}

.verde-sb-rosa {
	background-color: 33ff00;
}

.amarillo-sb-rosa {
	background-color: ffff00;
}

.ocre-sb-rosa {
	background-color: cccc99;
}

.Azul-bg {
	background-color: 99cccc;
}

.Azul2-bg {
	background-color: 3399cc;
}
.Azul3-bg {
	background-color: #46ABFD;
}
/*Estilos para enlaces*/


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}


a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
}
/*tipo de letra*/
.arial8 {
	font-family: Arial;
	font-size: 8px;
}
.arial10 {
	font-family: Arial;
	font-size: 10px;
}
.arial11 {
	font-family: Arial;
	font-size: 11px;
}
.arial12 {
	font-family: Arial;
	font-size: 12px;
}
.arial13 {
	font-family: Arial;
	font-size: 13px;
}
.arial14 {
	font-family: Arial;
	font-size: 14px;
}

.arial10b {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
.arial12b {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.geneva10 {
	font-family: Arial;
	font-size: 10px;
}

.linea {
	font-family: Geneva;
	font-size: 10px;
	list-style-position: outside;
	list-style-type: square;
}
.inter {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 14px;
}
.inter13 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
	font-size: 13px;
}

