/*
Autor: Jorge (krakc) Tafur
Web: Calisto Hosting
*/
.bgTipoLight {
	background-color: #F0FFF0;
}
.bgTipoDark {
	background-color: #004400;
}
.logoText {
	font-family: 'Yesteryear', cursive;
	font-color: black;
}
.linksMenu {
	font-family: 'Play', sans-serif;
	font-color: white;
}
.normalText {
	font-family: 'Exo', sans-serif;
	font-color: black;
	font-size: 15px;
}
.titulosText {
	font-family: 'Courgette', cursive;
	font-color: black;
}
.vertical-menu a {
    font-family: 'Play', sans-serif;
    color: white; 
    display: block; 
    padding: 20px;
    text-decoration: none;
}
.vertical-menu a:hover {
    background-color: #F0FFF0;
    color: black; 
}
