body {
	background-color: #934900;
	}

/* MENU PRINCIPAL */

#Menu li {
	width:100%;
	list-style-type:none;
	margin-left: -40px;
	padding-left: 0;
}

#Menu ul{
	column-count: 2;
	column-gap: 50px;
	column-width: auto;
	display:block;
	height:auto;
	list-style-type:none;
	text-align:center;
	Border-radius: 25px;
	}

.principal a {
	display:block;
	background-color:green;
 	text-align:center;	
 	margin-bottom: 10px;
 	margin-right: -40px;
 	Border-radius: 10px;
 	text-decoration:none;
 	font-size:36px;
	padding: 15px;
	color:white;
	}
	
.principal a:link {
	text-decoration: none;
	color:white;
	}

#Menu act-ivo {
 animation: colorchange 2s ease-in 1s infinite;
}
@keyframes colorchange{
50% {color:orange};
}


/* MENU SECUNDARIO */

	#Menu2 li {
	list-style-type:none;
	margin-left: -40px;
	padding-left: 0
}

#Menu2 ul{
	
		column-count: 2;
	column-gap: 100px;
	column-width: auto;
	display:block;
	height:auto;
	list-style-type:none;
	text-align:center;
		Border-radius: 25px;
	
}

#Menu2 a{
	font-size:24px;
	padding: 15px;
	color:white;
}

.secundario a {

	display:block;
	background-color:#0169BE;
 text-align:center;	
 margin-bottom: 10px;
 Border-radius: 10px;
 text-decoration:none;
 
}
.secundario act-ivo {
	display:block;
	font-size:24px;
	color:white;
	background-color:#023F99;
 text-align:center;	
 margin-bottom: 10px;
 Border-radius: 10px;
 text-decoration:underline;
 padding:15px;
}

.secundario a:link {
		text-decoration: none;
		color:white;
	}


/* COCINA */

.tabla {
	width:100%;
	}

.fila {
	flex-wrap: wrap;
	display:flex;
	width:99.6%;
	}
	
.duo   {
	display:block;
	width:47%;
	margin: auto;
	text-align:center;
	color:white;
	}

.duo h1 {
	margin: 15px 5px 0 5px;
}

.duo h2 {
	margin: 20px 5px 0 5px;
}

.duo a {
	text-align: center;
	color: white;
	font-size: 18px;
	text-decoration: none;
}
	
.fotocategoria {
	width: 100%;
	border-radius: 50px;
	}
	
.oculta {
	display: none;
	width:47%;
	margin: 5px;
	text-align:center;
	color:white;
}	


/* RECETAS */

.fotoreceta {
	width: 90%;
	PADDING: 0 0 0 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index:0;
}

.duorec {
	display: block;
	width: 48%;
	margin: auto;
	text-align: center;
	color: white;
	}

.duorec h1 {
	color: white;
	font-size: 26px;
	margin: 35px 5px 0 5px;
}

.duorec a {
		text-decoration: none;
	}
	
.ocultarec {
	visibility: hidden;
	display: block;
	width: 48%;
	margin: auto;
	text-align: center;
}	

.ocultarec h1 {
	font-size: 30px;
	margin: 35px 5px 0 5px;
}

.ocultarec a {
		text-decoration: none;
	}
	
#gif {
	width:15%;
	margin-left: 6%;
	POSITION: absolute;
	z-index:1;
}

#gif:hover {
	width: 36%;
	margin-left: -18%;
	}
	
.pack {
	border: 2px solid #FFBB3C;
	padding: 5px;
}

.titulo {
	width: 100%;
	margin-top: -10px;
}
.titulo h1 {
	text-align: center;
	color: white;
	text-decoration: underline;
	font-size: 34px;
	font-weight: bold;
	}
	
	

/* FOOTER */

@font-face {
	font-family: HARLOWSI;
	src: url(HARLOWSI.TTF);
}

footer {
	float: right;
}

footer a {
	color: white;
	background-color: #934900;
	width: auto;
	float: right;
	margin: 50px 20px 20px 20px;
	font-family: HARLOWSI, times new roman;
	font-size: 40px;
	padding: 5px 20px 5px 20px;
	border: 2px #FFBB3C solid;
}


/* FOTOGRAFÍA */

.foto {
	display: block;
	width: 100%;
	margin: auto;
	}
	
.foto1 {
	border: 3px solid #FFBB3C;
	width: 70%;
	margin-top: 25px;
	margin-left: 15%;
}


/* LISTADO - ORDEN ALFABETICO- */

#listado {
	padding: 0 0 20px 50px;
	margin-left: 30px;
	
}

#listado li {
	font-size:22px;
	color:white;
	list-style-type:decimal;
	padding:5px;
	
}

#listado a {
	font-size:22px;
	color:white;
	text-decoration:none;
	
}

po {
	COLOR:#FFBB3C;
}

#volver  {
	font-size:20px;
	margin-left:20%;
	border:1px solid white;
	padding: 5px;
		-webkit-animation: blink 10s linear infinite;
    -moz-animation: blink 10s linear infinite;
    animation: blink 10s linear infinite;
	}
	@keyframes blink {  
    10% { color: red; }
    20% { color: blue; }
    30% { color: yellow; }
    40% { color: purple; }
    50% { color: green; }
    60% { color: white; }
    70% { color: aqua; }
    80% { color: maroon; }
    90% { color: fuchsia; }
    100% { color: navy; }
}
@-webkit-keyframes blink {
    10% { color: red; }
    20% { color: blue; }
    30% { color: yellow; }
    40% { color: purple; }
    50% { color: green; }
    60% { color: white; }
    70% { color: aqua; }
    80% { color: maroon; }
    90% { color: fuchsia; }
    100% { color: navy; }
}

/* LISTADO - ORDEN POR CATEGORIAS- */

#listadocat {
	padding: 20px 0 40px 10px;
}

#listadocat h3 {
  display: inline;
	background: #2E8B57;
  width: auto;
	font-size:28px;
	color:white;
	text-decoration: underline;
  margin-top: 40px; 
	}

#listadocat h3:before {
	content: "<<";
	text-decoration: none;
	display: inline-block;
	margin: 40px 10px 0 10px;
	}
	
#listadocat h3:after {
	content: ">>";
	text-decoration: none;
	display: inline-block;
	margin: 40px 10px 0 10px;
	}

#listadocat h5 {
	font-size:22px;
	color:white;
	text-indent: -3%;
  margin: 15px 0 0 35px;
	}

#listadocat h5::before {
	content: "- ";
    font-weight: 500;
}

/* 3D */
.stl {
    color: white;
    font-size: 16px;
    }


/* NOTAS */

#listado h4 {
	font-size:24px;
	color:white;
	}
	
/*RECETAS*/

.rectitulo {
	font-size: 28px;
    color: white;
    padding: 10px;
    text-decoration: underline;
    
 	}

.ingredientes {
    font-size: 22px;
    color: white;
    padding-left: 40px;
    }
	
.preparacion {
    font-size: 22px;
    color: white;
    padding: 10px;
    text-align: justify;
}

/* ukrania */
.disclaimer {
	display: none;
}

/* FIN */