	h1 {
		text-align: center;
		padding: 40px;
		font-size: 300%;
	} 

	ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background: #333;
		border-radius: 1rem;

	}

	li {
		float: left;

	}

	li a {
		display: inline-block;
		text-align: center;
		text-decoration: none;
		padding: 14px 16px;
		color: white;
		font-size: 22px;

	}

	li a:hover {
		background: blue;
	}

	.imagen {
		width: 100%;
		height: 400px;
	}


	nav {
		margin: 0 auto;

	}
	.limpiar {
		clear: both;
	}



/* Categorias de productos */

	.categoriadiv {
		width: 350px;
		float: left;
		margin: 20px;
		margin-left: 60px;
		background-color: #769C02;
		border-radius: 1rem;

	}
	.categoria {
		text-align: center;
		font-size: 35px;
	}
	.categorianombre {
		text-align: center;
		font-family: "Didot";
		font-size: 30px;
		color: whitesmoke;
	}


	a:hover {
		
		color: whitesmoke;
		border-radius: 1rem;
		background-color: blueviolet;
		padding-left: 60px;
		padding-right: 60px;
		padding-top: 20px;
		padding-bottom: 20px;
		}

	/* Sobre Nosotros */
	.divgeneral {
		
		background-color: #769C02;
	}
	.imgaboutus {
		display: block;
		width: 570px;
		height: 410px;
		float: left;
		padding: px;
	}
	.divcontenedor {
		float: left;
	}

	.aboutustitulo {
		color: whitesmoke;
		text-align: center;
		font-size: 40px;
		padding-top: 40px;
	}
	.aboutustexto {
		margin-left: 530px;
		padding: 10px;
		color: whitesmoke;
		text-align: justify;
		font-size: 20px;
		padding-right: 30px;
		padding-left: 60px;
		padding-bottom: 20px;
	}


	/* Contacto */
	.conttitulo {
		text-align: center;
		font-size: 40px;
	} 

	.bordes {
		border-color: red;
		border: 20px solid;
	}







		/*    Bottom */

	.bottom {

	}
	.bottomtitulo {
		font-size: 40px;
	}

	.bottomtext {
		font-size: 25px;
	}
	.ul1{
		
	
		

	}