@charset "utf-8";
/* CSS Document */

/* Fuentes */

.cine {
font-family: GardensC Regular, Century Gothic, Arial;
text-align: left;
font-size: 12.5px;
color: #362983;
}

.radio {
font-family: GardensC Regular, Century Gothic, Arial;
text-align: left;
font-size: 12.5px;
color: #E31E2F;
}

.teatro {
font-family: GardensC Regular, Century Gothic, Arial;
text-align: left;
font-size: 12.5px;
color: #00A651;
}

.museos {
font-family: GardensC Regular, Century Gothic, Arial;
text-align: left;
font-size: 12.5px;
color: #87328C;
}

.conciertos {
font-family: GardensC Regular, Century Gothic, Arial;
text-align: left;
font-size: 12.5px;
color: #FFEC5F;
}

.taller {
font-family: GardensC Regular, Century Gothic, Arial;
text-align: left;
font-size: 12.5px;
color: #E40274;
}

.eventos {
font-family: GardensC Regular, Century Gothic, Arial;
text-align: left;
font-size: 12.5px;
color: #00A9A3;
}

/* Link */

a:link {
	font-family: GardensC Regular, Century Gothic, Arial;
text-align: left;
font-size: 12px;
	color:#FFFFFF;
	text-decoration:none;
	}     
a:visited {
	color:#DD7FD2;
	text-decoration:underline;
	}  
a:hover {
	color:#333391;
	text-decoration:none;
	} 
a:active {
	color:#00A9A3;
	text-decoration:none;
	}
