@charset "utf-8";
/* MENU Digital Restaurant */

/* JUBILEElike  menu   ABR 2023*/
body, section {		background-color: #000!important; } 			/* Fondo Blanco */
.sticky-wrapper {background-color: #000!important; }   /* BG  1b1b1b Negrish Vivento */ 
#horarios h1, #horarios h4 { 	color: #b68244!important; 
				font-family: 'Times New Roman', serif;	}   		 /* Titulo DORADO Jubilee */
#horarios p, #horarios strong { color: #fff!important; }   		 /* Texto Gris  */
#horarios  a { color: #b68244!important; }   /* LINK DORADO Jubilee */
#horarios a:link,
#horarios a:visited { text-decoration-line: underline!important;  }  
#horarios a:hover { text-decoration-line: none;  }   /*  Sin Underline */

#NuestrasRedesSociales {  
	color: #fff!important;   /* Texto Blanco */
	background-color: #000!important; /* BG  Negrish Vivento */
 }
#NuestrasRedesSociales a {  color: #b68244!important;  }      /* Liga DORADO Jubilee */
 

	#horarios {
		width:650px!important;
		text-align: center;			
		font-family: Arial, Helvetica, sans-serif, Calibri;	
		color: #eae30d;
		font-size: 1.5em;
		background: #000;
		margin:0;
		padding: 50px 30px 20px 30px;
		max-width:100%!important;
	}
		@media (max-width: 500px) {
			#horarios {	max-width: 450px; }	
			#horarios h1 { font-size:1.1em; }
		}
	#horarios p { padding-bottom:30px; margin:0;	}
	#horarios h1 { color: #360;}
	#horarios strong { color: #000;}
	
	.imageCentrada {
		margin: 0 auto;	 
		text-align: center;	
	}
	.imageCentrada img {
		max-width: 650px;
				
		display:block;
		height:auto!important;
		max-width:100%!important;
		text-align:center;
				
		
	}	
		@media (max-width: 500px) {
			.imageCentrada img {
				max-width: 450px;						
				display:block;
				height:auto!important;
				max-width:100%!important;
				text-align:center;
						
				
			}	
		}

	