body {
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  height: auto;
  /*background: url(../images/fondo3.png) no-repeat;*/
  background-size: 100% 100%;
  background-attachment: fixed;
}
.modal{
	width: 100%;
	height:100vh;
	background: rgba(0,0,0,0.8);
	
	position: absolute;
	top: 0;
	left: 0;
	
	display: flex;
	
	animation:modal 2s 3s forwards;
	visibility: hidden;
	opacity:0;
}
.contenido {
	margin: auto;
	width: 50%;
	height: 50%;
	background: white;
	border-radius: 10px;
}	
#cerrar {
	display: none;
}

#cerrar + label {
	position: fixed;
	color: #fff;
	font-size: 25px;
	z-index: 50;
	
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 40%;
	right: 10px;
	cursor: pointer;
	
	animation:modal 2s 3s forwards;
	visibility: hidden;
	opacity:0;
}
#cerrar:checked + label, #cerrar:checked ~ .modal{
	display: none;
}

@keyframes modal {
	100% {
	visibility: visible;
	opacity: 1;
	}
}




.clsContenedor {
  width: 1231px;
  height: 100%;
  margin: 0px auto;
  background: #FFF;
}
header	{
	padding-top: 15px; /*baja el logo*/
	padding-bottom: 10px;
	width: 100%;
	height: 90px;/*espacios de toda la cabecera*/
	margin: 0px auto;
	//border: 1px solid #F00;
}
header table tr td {
  width: 33.333%;
}
.clsLogo {
	padding-top: 10px;
	padding-left: -1%;
	width: 65%;
	height: auto;
}
.clsBanderas {
  text-align: right;
  width: 100%;
  //border: 1px solid #000;
}
.clsBanderas table {
  width: 30%;
  float: right;
}
.clsBan div{
  display: inline-table;
  cursor: pointer;
}
.clsBan div a {
  text-decoration: none;
}
.clsBanderaEng img{
  width: 30px;
  opacity: .3;
}
.clsBanderaEsp img{
  width: 30px;
  opacity: .3;
}
.clsFb img {
  width: 20px;
  height: 20px;
  padding-left: 12px; 
}
.clsAcceso {
  padding-top: 10px;
}
.clsAcceso input {
  border-radius: 5px;
  border: 1px solid #CCC;
  font-weight: bold;
  font-size: 11px;
  padding: 5px 5px;
  width: 110px;
}
.clsAcceso ul {
	position: absolute;
	background: #EEE;
	margin-top: -45px;
	margin-left: -10px;
	border: 1px solid #CCC;
	border-radius: 5px 5px;
	display: none;
}
.clsAcceso ul li {
  cursor: pointer;
  list-style: none;
  font-family: Arial;
  padding: 5px 5px; 
  text-align: center;
}
.clsAcceso ul li a {
  color: #333;
  font-size: 11px;
  font-weight: bolder;
  text-decoration:none;
}
.clsAcceso:hover ul{
  display: block;
}



nav {
  width: 85%;
  height: 35px;
  margin: 0px auto;
  text-align: center;
}
nav ul {
  width: auto;
  //float: right; 
  font-family: Arial, Helvetica Neue, Helvetica, 'sans-serif';
}
nav ul li {
  height: auto;
  list-style: none;
  display: inline-block;
  background: #83BC00;
  padding: 3px 15px;
  width: 50px;
  //border: 1px solid #F7931E;
}
nav ul li a {
  color: #FFF;
  text-decoration: none;
  opacity: 0;
}
.clsMInicio {
  background: url(../images/inicio-u6252-fr.png) #007752 no-repeat;
  background-position: center;
  width: 10px;
  padding: 5px 12px;
  border-radius: 5px 5px;
}
.clsMInicio:hover {
  background: url(../images/inicio-u6252-fr.png) #007752 no-repeat;
  background-position: center;
}
.clsMInicio a {
  color: #000;
}

.clsSubMenu {
  background: url(../images/arrowmenudown.gif) #83BC00 no-repeat;
  background-position: center right;
}
.clsSubMenu:hover {
  background: url(../images/arrowmenudown.gif) #007752 no-repeat;
  background-position: center right;
}
.clsSubMenu ul {
  position: absolute;
  z-index: 2000;
  font-size: 12px;
  margin-left: -55px;
  margin-top: 3px;
  display: none;
}
.clsSubMenu ul li {
  padding: 10px 10px 10px 10px;
  text-align: left;
  display: block;
  width: auto;
}
.clsSubMenu ul li a {
  opacity: 1;
}
.clsSubMenu2 {
  background: url(../images/arrowmenuright.gif) #83BC00 no-repeat;
  background-position: center right;
}
.clsSubMenu2:hover {
  background: url(../images/arrowmenuright.gif) #007752 no-repeat;
  background-position: center right;
}
.clsSubMenu2 ul {
  position: absolute;
  margin-left: 69px;
  margin-top: -25px;
  display: none;
  z-index: 2000;
}



section {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  height: auto;
  border-top: 1px solid #F7931E;
  border-bottom: 1px solid #F7931E;
}
section table {
  width: 90%;
  height: 100%;
  font-family: Arial;
  margin: 0px auto;
}
section table tr td {
  vertical-align: top;
  width: 50%;
  text-align: left;
}
section table tr td h2 {
  margin: 0px auto;
  color: #065638;
  font-size: 28px;
  text-align: center;
  padding-bottom: 20px;
}
section table tr td h4 {
  margin: 0px auto;
  color: #666;
}
section table tr td p {
  margin: 0px auto;
  color: #666;
  font-size: 14px;
}
.clsGoogleMap {
  width: 100%;
  height: 200px;
  margin: 0px auto;
  border: 3px solid #CCC;
}

.clsText {
  width: 90%;
  height: 30px;
  padding: 5px 5%;
  margin: 5px 0px;
  font-size: 16px;
  font-family: Arial;
  border: 1px solid #CCC;
  color: #333;
}
.clsTextA {
  min-width: 90%;
  width: 90%;
  max-width: 90%;
  min-height: 50px;
  height: 50px;
  max-height: 100px;
  padding: 5px 5%;
  margin: 5px 0px;
  font-size: 16px;
  font-family: Arial;
  border: 1px solid #CCC;
  color: #333;
}
.clsCombox {
  width: 100%;
  height: 40px;
  padding: 5px 5%;
  margin: 5px 0px;
  font-size: 16px;
  font-family: Arial;
  border: 1px solid #CCC;
  color: #333;
}
.clsButton {
  width: 40%;
  height: 40px;
  padding: 5px 5%;
  margin: 5px 0px;
  font-size: 16px;
  font-family: Arial;
  border: 1px solid #CCC;
  color: #EEE;
  cursor:pointer;
  background: #38C8D5;
  border: none;
}

footer  {
  width: 90%;
  height: auto;
  //background: #000;
  margin: 0px auto;
  margin-top: 5px;
  //border-top: 1px solid #F7931E;
}
footer table {
  width: 100%;
}
.clsAuspi {
  width: 100%;
  height: 65px;
  margin: 0px auto;
  padding-top: 5px;
  text-align: left; 
  //border: 1px solid #F00;
}
.clsAuspi img{
  opacity: 1;
  width: 100%;
  height: 100%;
}
footer table tr td p{
  color: #999;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

.clsMenuCel {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(../images/menucel.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 3000;
}

@media only screen and (min-width:124px) and (max-width:750px){
  .clsMenuCel {
    display: block;
  }
  .clsContenedor {
    position: inherit;
    left: 0px;
    top: 0px;
    width: 100%;
  }

  header {
    padding-top: 50px;
    width: 90%;
    height: auto;
    //background: #000;
    margin: 0px auto;
    border-bottom: 1px solid #F7931E;
  }
  header table tr td {
    width: 0px;
  }
  .clsLog {
    text-align: center;
    width: 80%;
    height: auto;
    text-align: left;
  }
  .clsBanderas {
    width: 20%;
  }
  .clsLogo {
    width: 80%;
    height: auto;
  }

  nav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 60%;
    height: 100%;
    background: #83BC00;
    margin: 0px auto;
    text-align: left;
    z-index: 2200;
    display: none;
    box-shadow: 0px 0px 10px #000;
    border-right: 3px solid #83BC00;
  }
  nav ul {
    margin-left: -10%;
    padding-top: 60px;
    width: 95%;
    font-family: Arial, Helvetica Neue, Helvetica, 'sans-serif';
    height: auto;
  }
  nav ul li {
    width: 80%;
    height: 25px;
    list-style: none;
    display: inline-table;
    background: #83BC00;
    padding: 5px 3%;
    background-position: right;
  }
  
   .clsMInicio {
    background: url(../images/inicio-u6252-fr.png) #007752 no-repeat;
    background-position: center;
    width: 76%;
  }
  .clsSubMenu ul {
    width: 100%;
    height: auto;
    position: inherit;
    margin-left: -15%;
    margin-top: 10px;
    font-size: 12px;
    padding-top: 0px;
  }
  .clsSubMenu ul li {
    width: 90%;
    padding: 10px 0px 0px 0px;
    text-align: center;
    display: inline-table;
    border: 1px solid #333;
  }

  .clsSubMenu2 ul {
    width: 100%;
    position: inherit;
    margin-left: -25%;
    margin-top: 15px;
    padding-top: 0px;
  }
  .clsSubMenu2 ul li {
    width: 90%;
    display: inline-table;
    border: none;
  }

  section table tr td {
    display: inline-block;
    width: 98%;
  }

  footer  {
    width: 95%;
    height: auto;
    margin: 0px auto;
  }
  footer table {
    width: 100%;
  }
  .clsAuspi {
    width: 100%;
  }

  .clsInformacion table tr td{
    display: inline-block;
  }

  .clsInfo1, .clsInfo2 {
    width: 100%;
  }

}