*{margin:0; padding:0;}

body{
  background: #055ADA;
  font-family:"Arial";
}
@media all and (orientation:portrait) {
  .info {
      font-size:1.7em;
      padding:0px 10px;
      font-weight: bold;
      color:#fff;
  }
}
@media all and (orientation:landscape) {
  .info {
    font-size:1.5em;
    font-weight: bold;
    color:#fff;
  }
}

.listado{
	background-color:#FFF;
  line-height: 21px;
	border:#F00 solid 2px;
	border-radius: 10px;
	font-size:20px;
	font-weight: bold;
	color:#F00;
	width:80%;
	margin-top:23px;
  margin-bottom:10px;
	padding:10px 0px;
}

.listadop{
	background-color:#FFF;
  line-height: 42px;
	border:#F00 solid 4px;
	border-radius: 20px;
	font-size:40px;
	font-weight: bold;
	color:#F00;
	width:80%;
	margin-top:25px;
  margin-bottom:20px;
	padding:20px 0px;
}

.imagenes_instalacion{
  border-radius: 15px;
  border: #FFF solid 1px;
}

header {
  width:100%;
  overflow: hidden;
  background:#000;
  margin-bottom: 0px;
  border-bottom: solid 4px #EEE;
  margin-bottom: 45px;
  z-index: 10;
}

header .logo{
  color:#F2F2F2;
  font-weight: bold;
  float: left;
  left:0px;
}
header nav{
  float: right;
  line-height: 120px;
  padding-top: 30px;
  margin-right: 20px;
}
header nav a{
  display: inline-block;
  color:#FFF;
  text-decoration: none;
  padding: 10px 15px;
  line-height: normal;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
header nav #idioma{
  display: inline-block;
  color:#FFF;
  text-decoration: none;
  padding: 10px 15px;
  line-height: normal;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
header nav #idiomal{
  display: inline-block;
  color:#FFF;
  text-decoration: none;
  padding: 10px 15px;
  line-height: normal;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
header nav #idioma1{
  position: absolute;
  top: 0px;
  right: 20px;
  color:#FFF;
  text-decoration: none;
  padding: 10px 15px;
  line-height: normal;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
header nav #idioma1l{
  position: absolute;
  top: 0px;
  right: 20px;
  color:#FFF;
  text-decoration: none;
  padding: 10px 15px;
  line-height: normal;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
header nav #idioma2{
  position: absolute;
  top: 38px;
  right: 12px;
  color:#FFF;
  text-decoration: none;
  padding: 10px 15px;
  line-height: normal;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
header nav #idioma2l{
  position: absolute;
  top: 38px;
  right: 12px;
  color:#FFF;
  text-decoration: none;
  padding: 10px 15px;
  line-height: normal;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
header nav a:hover{
  background: #055ADA;
  border-radius:50px;
}
.header2{
  position:fixed;
  height: 100px;
  margin-bottom: 5px;
}
.header2 .logo{
  line-height: 100px;
  font-size: 30px;
}
.header2 nav{
    line-height: 100px;
}
.resultados{
  position: absolute;
  top:138px;
}
.resultados2{
  position: absolute;
  top:200px;
}
.header3{
  position: fixed;
  height: 100px;
  width:100%;
  overflow: hidden;
  background:#055ADA;
  margin-bottom: 0px;
  border-bottom: solid 3px #EEE;
  margin-bottom: 35px;
}
.header3 nav{
  float: right;
  line-height: 100px;
  padding-top: 30px;
  margin-right: 20px;
}
.header3 nav a{
  display: inline-block;
  color:#FFF;
  text-decoration: none;
  padding: 10px 15px;
  line-height: normal;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
.header3 nav a:hover{
  background: #000;
  border-radius:50px;
}

.header3l{
  position: fixed;
  height: 100px;
  width:100%;
  overflow: hidden;
  background:#055ADA;
  margin-bottom: 0px;
  border-bottom: solid 3px #EEE;
  margin-bottom: 35px;
}
.header3l nav{
  float: right;
  line-height: 100px;
  padding-top: 30px;
  margin-right: 20px;
}
.header3l nav a{
  display: inline-block;
  color:#FFF;
  text-decoration: none;
  padding: 10px 15px;
  line-height: normal;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}
.header3l nav a:hover{
  background: #000;
  border-radius:50px;
}

.wrapper{
  width:100%;
  margin:auto;
  overflow: hidden;
}
.contenido {
  background-color: #F5F5F5;
  text-align: center;
}
.ahistoria{
  top: -200px;
}
.ainstalacion {
  top: -200px;
}
.contenido2 {
  padding-top: 100px;
}
.contenido p{
  margin-bottom: 3 em;
}
.contenido2 #ainstalacion{
  top:-100px;
}

.contenido2 #ahistoria{
  top:-100px;
}

.ir-arriba{
	display:none;
	cursor:pointer;
	position:fixed;
	padding:10px;
	border-radius:20px;
	border:#FFF solid 2px;
	background-color:#000;
	right:15px;
	bottom:15px;
}
#pie {
	top:90px;
  background-color: #212121;
  background-image: url("images/footer-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-size: 20px;
  padding: 35px 0;
  z-index: 1;
}
footer {
   position:fixed;
   width:100%;
   bottom:0;
  background-color: #212121;
  background-image: url("images/fooeter-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-size: 15px;
  padding: 15px 0;
  z-index: 2;
}
.pie32 {
  background-color: #212121;
  background-image: url("images/fooeter-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-size: 12px;
  padding: 10px 0;
  z-index: 2;
}
#izq{
  display: inline-block;
}
#izql{
  display: inline-block;
}
#centa{
  display: none;
}
#cental{
  display: none;
}
#contenimag{
  padding:26px 25px;
}
#contenimagl{
  padding:26px 25px;
}
.vista{
  display: inline-block;
}
.vistal{
  display: inline-block;
}
.novista{
  display: none;
}
.novistal{
  display: none;
}
#enlacevuelta{
  margin-left:10px;
  float:left;
}
#enlacevueltal{
  margin-left:10px;
  float:left;
}
.listaPruebas{
  position: fixed;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap ;
  justify-content: start;
  top: 110px;
  align:right;
  height:75%;
  margin-left:-30%;
  margin-bottom: 0;
  z-index: 5;
  transition: all 0.5s;
}
.listaPruebasl{
  position: fixed;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap ;
  justify-content: start;
  top: 103px;
  align:right;
  height:80%;
  margin-left:-85%;
  margin-bottom: 0;
  z-index: 5;
  transition: all 0.5s;
}
#menus:checked ~ .listaPruebas {
  margin-left: 30px;
}
#menusl:checked ~ .listaPruebasl {
  margin-left: 30px;
}

.botonPrueba{
  margin:5px 0px;
  font-size:20px;
  line-height:2em;
  padding: 4px 15px;
  color:#FFF;
  font-weight:bold;
  border:solid 1px #fff;
  background-color:#357AFA;
  margin:3px;
}
.botonPruebal{
  margin:7px 15px;
  font-size:62px;
  line-height:1.5em;
  padding: 12px 45px;
  color:#FFF;
  font-weight:bold;
  border:solid 7px #ccc;
  background-color:#357AFA;
  margin-right: 40px;
}
#enlacevuelta{
  margin-left:50%;
}
#enlacevueltal{
  margin-left:50%;
}

@media screen and (max-width:1350px){
  header .logo,
  header nav{
    width:100%;
    text-align: center;
    line-height: 10px;
    padding-top: 0px;
  }
  header nav a{
    padding:10px 30px;
  }

  header nav #idioma1{
    position: absolute;
    top: 100px;
    right: 26.2%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  header nav #idioma1l{
    position: absolute;
    top: 100px;
    right: 26.2%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  header nav #idioma2{
    position: absolute;
    top: 138px;
    right: 25.8%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  header nav #idioma2l{
    position: absolute;
    top: 138px;
    right: 25.8%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }


  .header2 nav{
      float: left;
      line-height: 80px;
      padding-bottom: 60px;
  }
  .header2 nav a{
    padding:10px 10px;
  }

  #izq{
    display: none;
  }
  #izql{
    display: none;
  }
  #centa{
    display: inline-block;
  }
  #cental{
    display: inline-block;
  }
  #contenimag{
    width: 100%;
    padding:0px 0px;
  }
  #contenimagl{
    width: 100%;
    padding:0px 0px;
  }
}
@media screen and (max-width:1200px){
  header nav #idioma1{
    position: absolute;
    top: 100px;
    right: 23.3%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  header nav #idioma1l{
    position: absolute;
    top: 100px;
    right: 23.3%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  header nav #idioma2{
    position: absolute;
    top: 138px;
    right: 22.9%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  header nav #idioma2l{
    position: absolute;
    top: 138px;
    right: 22.9%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }

}
@media screen and (max-width:1050px){
  header nav #idioma1{
    position: absolute;
    top: 100px;
    right: 17.8%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  header nav #idioma1l{
    position: absolute;
    top: 100px;
    right: 17.8%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  header nav #idioma2{
    position: absolute;
    top: 138px;
    right: 17.0%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  header nav #idioma2l{
    position: absolute;
    top: 138px;
    right: 17.0%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }

}

@media screen and (max-width:900px){
  header .logo,
  header nav{
    width:100%;
    text-align: center;
    line-height: 40px;
    padding:0px 10px;
  }
  .header2 nav{
      line-height: 80px;
      padding-bottom: 60px;
      margin-bottom: 15px;
  }
  header nav #idioma1{
    position: absolute;
    top: 100px;
    right: 14.8%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  header nav #idioma1l{
    position: absolute;
    top: 100px;
    right: 14.8%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  header nav #idioma2{
    position: absolute;
    top: 138px;
    right: 14.0%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  header nav #idioma2l{
    position: absolute;
    top: 138px;
    right: 14.0%;
    color:#FFF;
    text-decoration: none;
    padding: 10px 15px;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
  }
}
