*, html {
margin: 0px;
padding: 0px;
}
#home {
background: url(../images/bg_0.jpg) 50% 0 no-repeat fixed;
min-height: 700px;
margin: 0 auto;
width: 100%;
max-width: 1920px;
position: relative;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#seccion2 {
background: url(../images/bg_2.jpg) 50% 0 no-repeat fixed;
min-height: 170px;
margin: 0 auto;
width: 100%;
max-width: 1920px;
position: relative;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
box-shadow: 0 0 20px rgba(0,0,0,0.4);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#section_3 {
background: url(../images/3d.jpg) 50% 0 no-repeat fixed #000000;
min-height: 300px;
margin: 0 auto;
width: 100%;
max-width: 1920px;
position: relative;
-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.4);
box-shadow: 0 0 20px rgba(0,0,0,0.4);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
article {
padding: 20px;
}
.geekhome {
background: url(../images/geek.png) no-repeat;
display: block;
height: 368px;
margin: 0px auto;
width: 517px;
}
#3dbg {background-color:#252525;}