/*--terracota:      #C65D3E  */
/*--terracota-dark: #A94E33   */
/*--ocre:           #D9A441   */
/*--carmine:        #B33F3F   */
/*--carmine-dark:   #922F2F   */
/*--arena:          #F1E0C6   */
/*--cacao:          #5A3E2B   */
/*{
	margin: 0;
	padding:0;
}*/


	.imgFondo{
		display: flex;
		position: absolute; top: 36.1%; left: 0.5%;
	}
	li{
		display:inline;
		font-family: 'NuevaFuente';
		
	}
	#barraBotones {
		background-color: #B33F3F;
		display: flex;
		position: absolute; top: 0%; left: 0%;
		margin-left: 0px;
		width: 100%;
		height:90px;
		padding: 3px;
		position: fixed;
		z-index: 10;
	}

	h2 {
		color: #B33F3F;
		text-shadow: 1.5px 1.5px 6px #C65D3E;
		font-family: 'NuevaFuente';
		font-size: 45px;
	}
	body{
		background-color: #F1E0C6;
	}
	img.figura {
		margin-bottom:30px;
	}
	.Desc{
		font-family: 'Lucida Calligraphy';
		color: #922F2F;
	}
	
	#limiteProdSe {
		margin-top:120px;
		text-align: center;
		scroll-margin-top: 96px;
		background-color: #F1E0C6;

		padding: 11px;
		height: 830px;
	}
	#limiteProdJo {
		margin-top:50px;
		text-align: center;
		scroll-margin-top: 97px;
		background-color: #F1E0C6;
		background-size: cover;
		padding: 11px;
		height: 830px;
		}
	#limiteProdAc {
		margin-top:50px;
		text-align: center;
		background-color: #F1E0C6;
		scroll-margin-top: 97px;

		padding: 11px;
		height: 830px;
	}
	#limiteProdP {
		margin-top:50px;
		text-align: center;
		scroll-margin-top: 97px;
		background-color: #F1E0C6;

		padding: 11px;
		height: 830px;
	}
	#btn1 {
		background-color: #C65D3E;
		color: #F1E0C6;
		border: none;
		box-shadow: #922F2F 3px 3px 5px; 
		font-family: 'NuevaFuente';
		font-size: 30px;
		display: flex;
		position: absolute; top: 9%; left: 1%;
		width: 120px;
		height: 70px;
		padding: 15px 15px;
		cursor: pointer;
		transition: background-color 0.3s ease;	
	}
	#btn1:hover{
		background-color: #F1E0C6;
		color: #B33F3F;
	}
	#btn2 {
		background-color: #C65D3E;
		color: #F1E0C6;
		border: none;
		box-shadow: #922F2F 3px 3px 5px; 
		font-family: 'NuevaFuente';
		font-size: 30px;
		display: flex;
		position: absolute; top: 9%; left: 28%;
		width: 270px;
		height: 70px;
		padding: 15px 23px;
		cursor: pointer;
		transition: .4s ease;
	}
	#btn2:hover{
		background-color: #F1E0C6;
		color: #B33F3F;
	}
	#btn3 {
		background-color: #C65D3E;
		color: #F1E0C6;
		border: none;
		box-shadow: #922F2F 3px 3px 5px; 
		font-family: 'NuevaFuente';
		font-size: 30px;
		display: flex;
		position: absolute; top: 9%; left: 43.3%;
		width: 253px;
		height: 70px;
		padding: 15px 25px;
		cursor: pointer;
		transition: .4s ease;
	}
	#btn3:hover{
		background-color: #F1E0C6;
		color: #B33F3F;
	}
	#btn4 {
		background-color: #C65D3E;
		color: #F1E0C6;
		border: none;
		box-shadow: #922F2F 3px 3px 5px; 
		font-family: 'NuevaFuente';
		font-size: 30px;
		display: flex;
		position: absolute; top: 9%; left: 57.5%;
		width: 253px;
		height: 70px;
		padding: 15px 25px;
		cursor: pointer;
		transition: .4s ease;
	}
	#btn4:hover{
		background-color: #F1E0C6;
		color: #B33F3F;
	}
	#btn5 {
		background-color: #922F2F; 
		color: #F1E0C6;
		border: none;
		box-shadow: #5A3E2B 3px 3px 5px; 
		font-family: 'NuevaFuente';
		font-size: 30px;
		display: flex;
		position: absolute; top: 9%; left: 87%;
		width: 228px;
		height: 70px;
		padding: 15px 25px;
		cursor: pointer;
		transition: .4s ease;
	}
	#btn5:hover{
		background-color: #F1E0C6;
		color: #B33F3F;
	}
		
