body {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
   background: #C80F1C;
   color: gold;
   margin: 0;
   padding: 0;
}


a { 
   text-decoration: none; 
}

   
a:link { color: #C80F1C; text-decoration: underline; }
a:visited { color: #C80F1C;  text-decoration: underline;}
a:hover { color: #0202ff;  text-decoration: underline;}


a.contacto:link { color: gold; text-decoration: underline; }
a.contacto:visited { color: gold;  text-decoration: underline;}
a.contacto:hover { color: #0202ff;  text-decoration: underline;}

 
table {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
   color: black;
   border: none;
}

table.contacto {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
   color: gold;
}

span.tipo-menu {
	font-size: 32px;
	font-family: Georgia, "Times New Roman", Times, serif;
   color: #C80F1C;
   font-style: italic;
}

span.dia-menu {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
   color: #C80F1C;
   font-style: italic;
}

