body{	
	font-family : "Arial Black";
	/*background-color:#770000;*/
	/* CSC-EGP : Color background-image:url(fondohya.jpg);*/
	background-color:#254467;
	
}

#menu{
	width: 300px;
	height: 100px;
	padding: 2px;
}

#menu2{
	color: #303030;
	display: block;	
	font-family: sans-serif, Verdana, Arial;
	font-size: 9pt;
	width: 100%;		
}

#leyenda {
	color: #000000;
	display: block;	
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;	
	font-weight: bold;
	width: 100%;			
}

/*Boton Menu Guinda*/
a.botonMenuGuinda {
	/*CSC-EGP : Color*/
	background-color: #254467;
	border-bottom: 1px solid white;
	color: white;
	cursor: pointer;
	display: block;	
	font-family: sans-serif, Verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
	padding:4px;
	text-decoration: none;
	width: 100%;
}
a.botonMenuGuinda:hover {
	background-color: Gray;
	color: black;
	border: Black;
}
a.botonMenuGuinda:active {
	background-color: Gray;
	color: black;
}



/*Boton Menu Cafe*/
a.botonMenuCafe {
	/*CSC-EGP : Color*/
	background-color: #BFD1E5;
	border-bottom: 1px solid white;	
	color: black;
	cursor: pointer;
	display: block;	
	font-family: sans-serif, Verdana, Arial;
	font-size: 11pt;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
	width: 100%;
}
a.botonMenuCafe:hover {
	background-color: Gray;
	color: black;
	border: Black;
}
a.botonMenuCafe:active {
	background-color: Gray;
	color: black;
}

