@import url(menu.css);
@import url(main.css);
@import url(estilos productos.css);

* {
	padding-top: 0;
	margin: 0;
    box-sizing: border-box;
  font-family: sans-serif;
    font-size: 20px;
}


	
body {
min-height: 100vh;
background: #011730;

	background-size: 100vw 100vh;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

header> div {
	background: url(../imagenes/fondo1.png);
	position: fixed;
	width: 100%;
	height: 180px;
    background-size: 100% 100vh ;
   
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: 120;
}
 
.footer1 {
	list-style: none;

	padding-top: 200px;
	padding-left: 20px;
	padding-bottom: 0px;

	padding-right: 10px;
	display: inline-block;


}
.titulo10 {
 	font-size: 50px;
 	margin-left:30%;
 	padding-top: 20px;
 	
 }
 
 .caja1 li {
 	position: relative;
 	display: inline-flex;
 	margin-left:20px;
 	margin-bottom: 100px;


 }
 
 
 .caja1 {
 	margin-left: 100px;
 	margin-top: 30px;
 }
 .caja1  h3 {
 	color: #fff;
 	text-decoration: none;
 	text-align: center;

 }
 .logo4 img{
 	background: #fff;
 }
 #select a{
	color: red;
}
#select .select a{
	color: #fff;
}

 @media (max-width: 862px) {
 	.caja1 {
 	margin-left: -50px;
 	margin-top: 30px;
 	}
 	.titulo10  {
 		margin-left: 0%;
 		padding-left: 0%;

 		text-align: center; 	}
 }