@charset "utf-8";



/* ----------------------------------------------------------------- */
/* para 1366px o menos */
@media screen and (max-width:1366px) {
  .container {

  }
  
}

/* para 1280px o menos */
@media screen and (max-width:1280px) {
  .container {
	  /*width:98%;
	  padding: 1%;*/
  }
  #header {
	  /*width:100%;*/
  }
  #nav, #MenuBar1 {
	/*width:98%;*/
	/*overflow: hidden;*/
  }	
  #footer {
	  /*width:90%;
	  height:auto;
	  left: 5%;*/
  }
  
 #imgMAPA1 {
	width: 1000px;
	height: 400px;
  }
  

}


@media screen and (max-width:1100px) {

 #imgMAPA1 {
	width: 720px;
	height: 600px;
  }

  #footer_center {
	width: 50%;
  }

 	
}


/* para 768px o menos */
@media screen and (max-width:768px) {
  
  #containerINDEX {
	  margin: 5px 10px 5px 10px;
	  width:auto;
	  height: auto;
	  padding: 10px;
  }
  .container {
	  width:100%;
  }
  #contentCentral {
	width: 98%;
  }
  #contentCentralScroll {
	width: 98%;
  }
  
  #header {
	  left: auto;
	  right: auto;
  }
  #logo {
	  margin-top: 5px;
  }
  #logo_text {
	  font-size: 0.9em;
  }
  
  #imgT1 {
	width: 400px;
	height: auto;
  }

 #imgMAPA1 {
	width: 400px;
	height: 400px;
  }

  #nav {
	  left: auto;
	  right: auto;
	  width: 100%;
  }
    #fullscreen {
	  display:none;
  }
  #footer {
	  font-size: 1.0em;
	  width: 98%;
  }	
  #footer_left {
	  width: 50%;
  }
  #footer_left2 {
	  width: 50%;
  }
  #footer_center {
	  width: 100%;
  }
  #footer_right {
	  width: 100%;
  }

  H1 {
	font-size: 1.6rem;
  }

}



/* para 480px o menos */
@media screen and (max-width:480px) {
  #containerINDEX {
	  margin: 5px 10px 5px 10px;
	  width:auto;
	  height: auto;
	  padding: 10px;
  }
  .container {
	  margin: 0px auto;
	  height: auto;
  }
  
  #imgT1 {
	width: 300px;
	height: auto;
  }
 #imgMAPA1 {
	width: 300px;
	height: 300px;
  }

#imgSituacionEmpresa {
	width: 250px;
}

#Mappueblos {
	width: 340px;
	height: auto;
}

.logo_text_2 {
	font-size: 1.4em;
}

#footer {
	
}	
#footerSoldetec {
	font-size: 1.2rem;
}
#footerNavegador {
	font-size: 1.0rem;
}
  H1 {
	font-size: 1.4rem;
  }
  H2 {
	font-size: 1.3rem;
  }
  H3 {
	font-size: 1.2rem;
  }
  H4 {
	font-size: 1.0rem;
  }
  
}
