body {
  margin: 0px;
  font-family: "Verdana", Arial, Helvetica; 
}

/* ------------------------- Header ------------------------- */
.contenedor_header {
  width: 100%;
  height: 62px;
  background-color: #000000;
  position: fixed;
  z-index: 10;
  }

.header {
  max-width: 1366px;
  min-width: 720px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  background-color: #00000;  
  }

.logo_izq {
  position: relative;
  float: left;
  top: 16px;
  left: 30px;
  }

.menu {
  overflow: hidden;
  position: relative;
  float: right;
  height: 100%;
  right: 20px;
  text-align: center; 
  }

.menu a {
  position: relative;
  top: 13px;
  float: right;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 10px 10px 10px;
  }

.menu a:hover {
  position: relative;
  top: 12px;
  float: right;
  text-decoration: none;
  font-size: 14px;
  color: #FFFF00;
  padding: 8px 10px 10px 10px;
  }

.menu a.active {
  position: relative;
  top: 12px;
  float: right;
  text-decoration: none;
  font-size: 14px;
  color: #FFFF00;
  padding: 8px 10px 10px 10px;
}

/*------------------------- Header Mobile -------------------------*/
.header_mobile {
  max-width: 719px;
  min-width: 250px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
  display: none;
  z-index: 10;
  }

.logo_izq_mobile a {
  position: relative;
  float: left;
  top: 5px;
  left: 10px;
  }

.dropbtn {
  background-color: #000000;
  color: white;
  padding: 14px 15px 3px 0px;
  font-size: 0px;
  border: none;
  outline:none;
}

.dropdown {
  position: relative;
  display: inline-block;
  float: right;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 62px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8); 
  border-radius: 0px 0px 0px 15px;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.6);
  z-index: 1;
}

.dropdown-content a {
  color: #ffffff;
  border-radius: 15px 0px 0px 15px;
  padding: 6px 15px;
  text-decoration: none;
  font-size: 12px;
  display: block;
}

.dropdown-content a:hover {background-color: rgba(0, 0, 0, 0.4); color: #ffffff;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #000000; }

@media screen and (max-width: 719px) {
	.header {
		display: none; }
	.header_mobile {
    	display: block; }    
	}


/*------------------------- Footer -------------------------*/
.contenedor_footer-fix { /*contenedor fijo*/
  width: 100%;
  height: 75px;
  bottom: 0px;
  background-color: #000000;
  position: fixed;
  z-index: 10;
  }

.contenedor_footer { /*contenedor pegajoso*/
  width: 100%;
  height: 75px;
  bottom: 0px;
  background-color: #000000;
  position: relative;
  z-index: 10;
  }

.footer {
  max-width: 1366px;
  min-width: 780px;
  margin-left: auto;
  margin-right: auto;
  background-color: #00000;
  }

.datos_empresa {
  position: relative;
  float: right;
  top: 7px;
  right: 40px;
  font-size: 12px;
  text-align: right;
  color: #ffffff;
  }

.icon_redes {
	position: relative;
	float: right;
	top: 17px;	
	right: 60px;
	cursor: pointer;	
  	}

.logo_diamante {
	position: relative;
	float: left;
	top: 16px;	
	left: 30px;
	cursor: pointer;	
}

.logo_bomberos {
	position: relative;
	float: left;
	top: 10px;	
	left: 60px;
	cursor: pointer;	
}

/*------------------------- Footer Mobile -------------------------*/
.contenedor_footer_mobile-fix { /*contenedor fijo*/
  width: 100%;
  height: 145px;
  bottom: 0px;
  background-color: #000000;
  position: fixed;
  z-index: 10;
  display: none;
  }

.contenedor_footer_mobile { /*contenedor pegajoso*/
  width: 100%;
  height: 145px;
  bottom: 0px;
  background-color: #000000;
  position: initial;
  z-index: 10;
  display: none;
  }

.footer_mobile {
  max-width: 779px;
  min-width: 250px;
  margin-left: auto;
  margin-right: auto;
  background-color: #00000;
  }

.datos_empresa_mobile {
  position: relative;
  float: center;
  top: 5px;
  font-size: 11px;
  text-align: center;
  color: #ffffff;
  }

.icon_redes_mobile {
  position: relative;
  float: center;
  top: 15px;  
  text-align: center;
  cursor: pointer;  
  }

.logos_mobile {
  position: relative;
  float: center;
  top: 16px;  
  text-align: center;
  cursor: pointer;  
  }

@media screen and (max-width: 780px) {
  .contenedor_footer-fix {
    display: none; }
  .contenedor_footer_mobile-fix {
      display: block; } 

  .contenedor_footer {
    display: none; }
  .contenedor_footer_mobile {
      display: block; } 
  }
