body {
  background-color: rgb(255, 255, 255);
  font: normal 1.1em/1.38 'Century Gothic', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif", serif;
  color: rgb(108, 108, 108);
}

.compacto1 {
  width: 80%;
  margin: 15px auto 0;
  padding-top: 30px;
}

.compacto2 {
  width: 80%;
  margin: 15px auto 0;
  padding-top: 30px;
}

.compacto1a {
  width: 80%;
  margin: 15px auto 0;
  padding-top: 30px;
}


.contenedor1 {
  position: relative;
  width: 95%;
  margin: 20px auto 0;
  padding: 20px;
}

.contenedor1 .contenedortexto {
  z-index: 11;
}

.contenedor1 .image {
  width: 58%;
}

.contenedor1 .texto {
  margin-left: 0%;
}

.contenedor2 {
  position: relative;
  width: 95%;
  margin: 20px auto;
  padding: 20px;
}

.contenedor2 .contenedortexto {
  z-index: 2;
}

.contenedor2 .image {
  width: 58%;
}

.contenedor2 .texto {
  margin-left: 0%;
}

.contenedortexto {
  position: absolute;
  top: 50px;
  left: 59.2465049342%;
  width: 37.1659128289%;
  height: auto;
}

.contenedortexto .texto {
  float: left;
  clear: both;
  width: 99.8484141791%;
  font-family: 'Century Gothic', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif", serif;
  font-size: 0.9em;

}

.header {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  float: left;
  height: auto;
  overflow: hidden;
}

.imageheader {
  position: relative;
  display: block;
  float: left;
  z-index: 16;
  width: 100%;
  height: 120px;
  background: url('../images/header.jpg') rgb(222, 222, 222);
  background-size: 100%;
  background-repeat: no repeat;
  background-position: left top;

}

.separador1,
.separador2 {
  float: left;
  width: 99.8484141791%;
  height: 1px;
  margin-left: 0%;
  background-color: rgb(210, 210, 210);
  background-size: auto, auto;
}

.hr {
color: #01783E;
height: 0px;
border: 0.5px dashed;
margin-bottom: 10px;
	

}

.hr1 {
color: #6C6C6C;
height: 0px;
border: 0.5px solid;
}

.subtitulo {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 17;
  width: 80%;
  min-height: 17px;
  margin: 0 auto;
  font-family: 'Century Gothic', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif", serif;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  color: rgb(255, 255, 255);
}

.titulo {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 18;
  margin: 0 auto;
  font-family: 'Century Gothic', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif", serif;
  font-size: 1.75em;
  font-weight: 400;
  text-align: center;
  color: rgb(255, 255, 255);
}

.texto-1,
.texto-4 {
  width: 100%;
  min-height: 33px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 30px;
  font-family: 'Century Gothic', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "sans-serif", serif;
  font-size: 1.125em;
  font-weight: 700;
  color: rgb(12, 62, 41);
}

.texto-2,
.texto-5 {
  width: 100%;
  min-height: 45px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 30px;
  padding-top: 10px;
  font-size: 1em;
  color: rgb(108, 108, 108);
}

.texto-6 {
  width: 100%;
  min-height: 25px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 30px;
  font-size: 0.8em;
  color: rgb(1, 120, 62);
}

.texto-7 {
  width: 100%;
  min-height: 25px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 30px;
  font-size: 1em;
  font-strong: condensed;
  color: rgb(111, 111, 111);
}
.texto-8 {
  width: 100%;
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.9em;
  font-weight: 400;
  font-style: italic;
  color: rgb(1, 120, 62);
}

#footer{
	padding-top: 20px;
	width: 100%;
	height: 73px;
	margin:	0;
	background-color: #E6E6E6;
	
}

#footer a{
	text-decoration: none;
	
}

.a {
color: #19ed93;
}

.logo {

  padding-left: 20px;
  padding-bottom: 20px;
  height: auto;
  width: auto;
  background-image: url('../images/logo_panda.png') no-repeat;
  background-position: center, center;
  
}

@media(max-width: 992px) {
  body {
    font-size: 1em;
  }

  .compacto1 {
    position: relative;
    width: 90%;
    min-width: 0;
    max-width: 800px;
	padding-top: 15px;
  }

  .compacto2 {
    width: 90%;
    min-width: 0;
    max-width: 800px;
  }

.compacto1a {
  width: 90%;
  margin: 15px auto 0;
  padding-top: 30px;
}
	
  .contenedor1 .image {
  width: 58%;
  max-width: 100%;
}

  .contenedor1 .texto {
    z-index: 9;
    margin-left: 2.1595399999%;
  }

  .contenedor1 .contenedortexto,
  .contenedor2 .contenedortexto {
    left: 59.2497409326%;
    width: 40.118134715%;
    height: 88px;
  }

  .compacto1 .contenedor1,
  .compacto2 .contenedor2,
  .contenedor1 .image,
  .contenedor2 .image {
    height: auto;
  }

  .contenedor2 .texto {
    z-index: 0;
    margin-left: 2.16987%;
  }

  .contenedortexto .separador1 {
    position: relative;
    z-index: 10;
    width: 94.7540983606%;

    margin-left: 2.2732%;
  }

  .contenedortexto .separador2 {
    position: relative;
    z-index: 1;
    width: 94.7540983606%;

    margin-left: 2.2732%;
  }
	
  .contenedortexto {
    position: absolute;
    left: 59.2465049342%;
    width: 37.1659128289%;
    height: auto;
}

  .contenedortexto .texto {
    position: relative;
    clear: none;

  }

	
  .header .imageheader {  
  position: relative;
  display: block;
  float: left;
  z-index: 16;
  width: 100%;
  height: 104px;
  background: url('../images/header.jpg') rgb(222, 222, 222);
  background-size: 100%;
  background-repeat: no repeat;
  background-position: left top;

  }

  .header .subtitulo {
    left: 0;
    right: 0;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .header .titulo {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .compacto1 .texto-1,
  .compacto2 .texto-4 {
    float: left;
    margin-right: 0;
    margin-left: 0;
    padding-left: 30px;
  }

  .compacto1 .texto-2,
  .compacto2 .texto-5 {
    padding-left: 30px;
  }
}

.texto-6 {
    padding-left: 30px;
}

@media(max-width: 768px) {
  body {
    font-size: 1em;
  }

  .compacto1 {
    position: static;
  }

  .compacto2 {
    width: 79.9987792968%;
  }

  .contenedor1 .texto {
    z-index: 9;
  }

  .contenedor1 .contenedortexto,
  .contenedor2 .contenedortexto {
    width: 40.6917599186%;
    height: 116px;
  }

  .contenedor1 .image,
  .contenedor2 .image {
    height: auto;
  }

  .contenedor2 .texto {
    z-index: 0;
  }

  .contenedortexto .separador1 {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 0;

  }

  .contenedortexto .separador2 {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 0;

  }
	
  .contenedortexto {
    position: absolute;
    top: 5px;
    left: 59.2465049342%;
    width: 37.1659128289%;
    height: auto;
}

  .contenedortexto .texto {
    position: relative;
    clear: both;
    width: 100%;

  }

  .header .imageheader {
  position: relative;
  float: left;
  z-index: 16;
  width: 100%;
  height: 104px;
  background: url('../images/header.jpg') rgb(222, 222, 222);
  background-size: 100%;
  background-repeat: no repeat;
  background-position: left top;


  }

  .header .subtitulo {
    left: 0;
    right: 0;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .header .titulo {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .compacto1 .texto-1,
  .compacto2 .texto-4 {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
	

.hr {
	margin-top: 20px;

}

.texto-6 {  
	margin-top: 10px;
}
	

	
.texto-7 {  
	padding-top: 20px;
	font-size: 1em;
}
	
	

@media(max-width: 576px) {
  body {
    font-size: 1em;
  }

  .compacto1,
  .compacto2, .compacto1a {
    width: 90%;
  }

  .compacto1 .contenedor1
  .compacto2 .contenedor2
  .comparto1a.contenedor1a {

  }

  .contenedor1 .image {
    width: 100%;
    height: auto;
  }

  .contenedor1 .texto {
    z-index: 9;
  }

  .contenedor1 .contenedortexto,
  .contenedor2 .contenedortexto {
    position: static;
    float: left;
    clear: both;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-top: 0px;
  }

  .contenedor2 .image {
    width: 100%;
    height: auto;
    margin-top: 18px;
    margin-left: 0px;
  }

  .contenedor2 .texto {
    z-index: 0;
  }

  .contenedortexto .separador1 {
    position: relative;
    z-index: 10;
  }

  .contenedortexto .separador2 {
    position: relative;
    z-index: 1;
  }

  .contenedortexto .texto {
    position: relative;
  }

  .header .imageheader {  
  position: relative;
  float: left;
  z-index: 16;
  width: 100%;
  height: 98px;
  background: url('../images/header.jpg') rgb(222, 222, 222);
  background-size: 100%;
  background-repeat: no repeat;
  background-position: left top;

  }

  .header .subtitulo,
  .header .titulo {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
.hr {
	margin-top: 20px;

}
	

.texto-8 {
	margin-bottom: 20px;
}


#footer {  
    clear: both;
	vertical-align: bottom;
	position: relative;
    
}