@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: cover;
	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: 100vw 100vh;
    background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: 120;
}
 
 
.footer1 {
	list-style: none;

	padding-top: 10px;
	padding-left: 20px;

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

}
.slider img {
	width: 80%;
	height: 300px;
	margin-left: 10%;
	border-radius: 10px;
}
.contenedor2{
	margin-top: 20px;
}
.contenedor2 p{
	
	color: #fff;

}
.catalogo {
	margin-bottom: 200px;
}
.catalogo h2 {
	color:red;
	font-size: 25px;
	margin-left: 30px;

}
.catalogo li a {
	color: #fff;
}
.catalogo li {
	color: #fff;


}
#select a{
	color: red;
}
#select .select a{
	color: #fff;
}

 @media (max-width: 862px) {
 .logo_doosan img {
 	position: relative;
 	float: center;
 	display: block;
margin-top: -50px;
 margin margin-left: 0; 	
 }
 .titulo10 {
 	font-size: 50px;
 	
 	text-align: center;
 	
 }
 .caja li{
 	padding-left: 20%;
 }
  .slider img {
 	margin-left: 20px;
	width: 400px;
	height: 170px;	
	border-radius: 10px;
}