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





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

}


	
body {
	min-height: 100vh;
	/*background: url(../imagenes/slider.jpg);*/
    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: cover;
    background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
 
 .aside{
 	width: 40%;
 	padding: 0;
 	
 }

  aside ul li{
 	list-style: none;
 }


