@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: 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;

}
.titulo10 {
 	font-size: 50px;
 	margin-left:30%;
 	padding-top: -300px;
 	
 }
 .contenedor2 {
 	width: 100%;
 	margin-left: 0px;
 	margin-right: 20px;
 	margin-top: 150px;
 	margin-bottom: 60px;
 
 	
 }
 .caja{
 	margin-left: 0;
 }
 
 .contenedor2 li {
 	position: relative;
 	padding-left: 0;
 	margin-right: 0;
 	padding-right: 0;
 	display: inline-block;
 	margin-left:0px;
 	margin-bottom: 100px;
 	
 	

 }
 .contenedor2 img{
 	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

 }
 
 
 
 .contenedor2 h3 {
 	color: #fff;
 	text-decoration: none;
 	text-align: center;
 }

 .caja a {
 	padding: 0;
 	margin-left: 0;
 }
.contenedor li .torre {
 	margin-top: 30px;
 	padding-top: 0;

 }
 .caja {
 	position: relative;
 	display: line-block;

 }
 .logo_doosan  {
 	width: 100%;
 	position: relative;
 	display: inline-block;
 	margin-top: 100px;

 }
 .logo_doosan img {
 	position: absolute;
margin-top: -50px;
 	
 }
 .caja li {
 	padding-right: 50px;

 }
 #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%;
 }
 .contenedor2 {
 	width: 90%;
 }
}