@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&family=Lato&display=swap');


.letra_propia {
	font-family: 'Cinzel Decorative', cursive !important;
}

.color_propio {
	color: rgb(253, 22, 6) !important;
}

.bg_propio {
    background-color: #333 !important;
}

body {
    font-family: 'Lato', sans-serif !important;
}


/*
#pie {
    background-color: #e0e0e0 !important;
    color: #000 !important;
}

#pie a {
    color: #000 !important;
}
 */