/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: IvanMCampos - Imatek
   ========================================================================== */

/* ------------------- inicia estilos globales ---------------------*/

a:focus { 
    outline: none; 
}

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.container {
  width: 980px;
  margin: 0 auto;
}

a.btn_nextsec {
  margin-left: 90%;
  display: block;
  width: 54px;
  height: 54px;
  font-size: xx-small;
  text-indent: -9999px;
  clear: both;
}

.secblanca a.btn_nextsec, #sechome a.btn_nextsec {
  background: url(../img/btn_nav_dir_fb.png) top center no-repeat;  
}

.secblanca a.btn_nextsec:hover, #sechome a.btn_nextsec:hover {
  background-position: bottom center;
}

.secazul a.btn_nextsec {
  background: url(../img/btn_nav_dir_fa.png) bottom center no-repeat;  
}

.secazul a.btn_nextsec:hover {
  background-position: top center;
}

#sechome a.btn_nextsec {
  margin-top: 70px;
}

.visible {
  display: block;
}

.oculto {
  display: none;
}



.clear {
  clear: both;
}

/* ------------------- finaliza estilos globales ---------------------*/

/* ------------------- inicia el home section ---------------------*/
#sechome {
  height: 1080px;
}
header {
  width: 100%;
  padding-top: 70px;
  background: rgb(0, 76, 128) url(../img/bg_azul.jpg) top left repeat;
}
#slider {
  width: 980px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 6;
}
.slide {
  width: 980px;
  height: 400px;
  float: left;  
}
nav#sliderp {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
a.next, a.prev {
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 173px;
  z-index: 4;
  font-size: xx-small;
  text-indent: -9999px;
}
a.next {
  left: 956px;
  -webkit-border-radius: 0px 15px 15px 0px;
  border-radius: 0px 15px 15px 0px;
  background: #fff url(../img/btn_nav_dir_fb.png) top right no-repeat;
}
a.next:hover {
  left: 964px;
  background: #fff url(../img/btn_nav_dir_fb.png) bottom right no-repeat;
}
a.prev {
  left: -30px;
  -webkit-border-radius: 15px 0px 0px 15px;
  border-radius: 15px 0px 0px 15px;
  background: #fff url(../img/btn_nav_dir_fb.png) top left no-repeat;
}
a.prev:hover {
  left: -38px;
  background: #fff url(../img/btn_nav_dir_fb.png) bottom left no-repeat;
}

/* ------------------- finaliza el home section ---------------------*/

/* ------------------- inicia el menup ---------------------*/

#menupcontainer {
  width: 100%;
  height: 5px;
  margin: 0 auto;
  z-index: 100;
  background-color: rgb(153, 153, 153);
  -webkit-box-shadow: 0px 2px 2px 0px #000;
  box-shadow: 0px 2px 2px 0px #000;
}

#menupcontainer:hover {
  background-color: rgb(182, 142, 6);
}

.pabsoluta {
  position: absolute;  
  top: 470px;
  left: 0;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

nav#menup {
  width: 980px;
  height: 69px; /* devolver el valor a 64 esto es para probar el overflow */
  overflow: hidden;
  margin: 0 auto;
}

nav#menup div {
  width: 790px;  /*tamaño total del menu  */
  height: 60px;
  margin-left: 135px;
  border: 2px solid rgb(153, 153, 153);
  -webkit-box-shadow: 0px 2px 2px 0px #000;
  box-shadow: 0px 2px 2px 0px #000;
  overflow: hidden;
}

nav#menup div:hover {
  border: 2px solid rgb(182, 142, 6);  
}

#menup ul {
  width: 2500px;
  height: 60px;
  /*background: ; */
}

#menup ul:hover {
  background-position: bottom left;
}

#menup ul li {
  /*display: block;
  float: left;
  /*clear: both;*/
  /*overflow: hidden;*/
}

#menup ul li a {
  display: block;
  height: 60px;
  float: left;
  overflow: hidden;
  font-size: xx-small;
  text-indent: -9999px;
}

#menup ul li a.lmpactiva {
  width: 510px;
  height: 60px;
}
/*
#menup ul li a.lmpcerrado {
  width: 210px;
  height: 60px;
}

#menup ul li a.opabierto {
  width: 340px;
  height: 60px;
}
*/
#menup ul li a.opcerrado {
  width: 40px;
  height: 60px;
}

#btnpinicio {
  background: url(../img/bg_mpinicio.jpg) top left no-repeat, url(../img/bg_menupul.jpg) top left repeat-x;
}
#btnpquien {
  background: url(../img/bg_mpquien.jpg) top left no-repeat, url(../img/bg_menupul.jpg) top left repeat-x;
}
#btnpimpacto {
  background: url(../img/bg_mpimpacto.jpg) top left no-repeat, url(../img/bg_menupul.jpg) top left repeat-x;
}
#btnpservicios {
  background: url(../img/bg_mpservicios.jpg) top left no-repeat, url(../img/bg_menupul.jpg) top left repeat-x;
}
#btnpaprendamos {
  background: url(../img/bg_mpaprendamos.jpg) top left no-repeat, url(../img/bg_menupul.jpg) top left repeat-x;
}
#btnpcontacto {
  background: url(../img/bg_mpcontacto.jpg) top left no-repeat, url(../img/bg_menupul.jpg) top left repeat-x;
}
#btnpdown {
  background: url(../img/bg_mpdown.jpg) top left no-repeat, url(../img/bg_menupul.jpg) top left repeat-x;
}
#btnpprint {
  background: url(../img/bg_mpprint.jpg) top left no-repeat, url(../img/bg_menupul.jpg) top left repeat-x;
  min-width: 340px;
}

#btnpinicio:hover, #btnpquien:hover, #btnpimpacto:hover, #btnpservicios:hover, #btnpaprendamos:hover, #btnpcontacto:hover, #btnpdown:hover, #btnpprint:hover {
  background-position: bottom left;
}

#espacio {
  height: 1000px;
  width: 100%;
}
/* --------------------------------------------------------------------------- borrara*/

/* ------------------- finaliza el menup ---------------------*/

/* ------------------- inicia los estilos para all sections ---------------------*/

.secblanca, .secazul {
  width: 100%;
  min-height: 3000px;
}

.secblanca {
  background: url(../img/bg_trans_blanco.png) bottom left repeat-x;
}

/*.transazul {
  width: 100%;
  min-height: 2000px;
  background: url(../img/bg_trans_azul.png) bottom left repeat-x;
}*/


section {
  width: 980px;
  margin: 0 auto;
}

h2 {
  color: rgb(182, 142, 6);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3em;
  font-weight: bold;
  font-style: italic;
  border-bottom: solid 2px rgb(182, 142, 6); 
  padding-top: 70px;
  margin: 0 0 10px 0;
}

p, ul, dl, form {
  margin: 15px;
}

h3, h4 {
  margin: 25px 10px 10px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3em;
}

.secblanca, .secblancafinal {
  color: rgb(0, 76, 128);
}

.secblanca a, .secblancafinal a {
  color: rgb(182, 142, 6);
}

.secblanca a:hover, .secblancafinal a:hover {
  color: rgb(255, 0, 0);
}

.colg {
  width: 510px;
  float: left;
}

.colp {
  width: 470px;
  float: left;
}

.coleq {
  width: 490px;
  float: left;
}

.unacol {
  clear: both;
  width: 100%;
}

.secazul {
  background: url(../img/bg_trans_azul.png) bottom left repeat-x, rgb(0, 76, 128) url(../img/bg_azul.jpg) repeat;
  color: rgb(179, 202, 217);
}

.secazul a {
  color: rgb(182, 142, 6);
}

.secazul a:hover {
  color: rgb(255, 255, 555);
}

.secazul h3, .secazul h4 {
  color: rgb(229, 237, 242);
}


/* ------------------- finaliza los estilos para all sections ---------------------*/

/* ------------------- inicia sec conozcanos ---------------------*/

a#img_org {
  display: block;
  width: 400px;
  height: 130px;
  margin: 10px auto;
  border: 2px rgb(182, 142, 6) solid;
}

a#img_org:hover {
  border-color: rgb(255, 0, 0);
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

/* ------------------- finaliza sec conozcanos ---------------------*/

/* ------------------- inicia sec Impacto ---------------------*/

#secbeneficios ul {
  /*margin: 0;*/
  padding: 0;
}
#secbeneficios ul li {
  background: url(../img/chulo_azul.png) 8px 8px no-repeat;
  list-style-type: none;
  padding: 7px 10px 7px 35px;
}
#secbeneficios ul li:hover {
  color: rgb(182, 142, 6);
  background-color: rgb(255,255,255);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px 0px #000;
  box-shadow: 1px 1px 2px 0px #000;
}

/* ------------------- finaliza sec Impacto ---------------------*/

/* ------------------- inicia sec servicios ---------------------*/

.baner {
  display: block;
  width: 400px;
  height: 112px;
  font-size: xx-small;
  text-indent: -9999px;
  margin: 35px auto 0;
  border: 2px rgb(182, 142, 6) solid;
}

#planeacion {
  background: url(../img/min_infog_planeac.jpg) top left no-repeat;
}

#prospectiva {
  background: url(../img/min_infog_prosp.jpg) top left no-repeat;
}

#planeacion:hover, #prospectiva:hover {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  border-color: rgb(255, 0, 0);
}

#contacordeon {
  width: 960px;
  height: 290px;  
  overflow: hidden;
  -webkit-box-shadow:  2px 2px 2px 0px #000;
  box-shadow:  2px 2px 2px 0px #000;
}

#contacordeon dl {
  position: relative;
  width: 960px;
  height: 290px;
  /*overflow: hidden;*/ /*aqui va el overflow*/
}

#contacordeon dl, #contacordeon dl dt, #contacordeon dl dd, #contacordeon dl dd ul {
  margin: 0;
  padding: 0;
}

#contacordeon dl div {
  width: 804px;
  height: 290px;
  position: absolute;
}

#sec-1 {
    top: 0px;
    left: 0px;
    z-index: 4;

  }
  #sec-2 {
    top: 0px;
    left: 804px;
    z-index: 6;
  }
  #sec-3 {
    top: 0px;
    left: 856px;
    z-index: 8;
  }
  #sec-4 {
    top: 0px;
    left: 908px;
    z-index: 10;
  }

#contacordeon dl div dd ul li {
  list-style-type: none;
}

#contacordeon dl dt {
  width: 50px;
  height: 288px;
  float: left;
  /*margin: 0;
  padding: 0;*/
  font-size: xx-small;
  text-indent: -9999px;
  border-top: rgb(140, 140, 140) 1px solid;
  border-right: rgb(50, 50, 50) 1px solid;
  border-bottom: rgb(50, 50, 50) 1px solid;
  border-left: rgb(140, 140, 140) 1px solid;

}

#dtfase1 {
  background: url(../img/bg_fase1.jpg) no-repeat, url(../img/bg_fase.jpg) repeat-y;
}

#dtfase2 {
  background: url(../img/bg_fase2.jpg) no-repeat, url(../img/bg_fase.jpg) repeat-y;
}

#dtfase3 {
  background: url(../img/bg_fase3.jpg) no-repeat, url(../img/bg_fase.jpg) repeat-y;
}

#dtfase4 {
  background: url(../img/bg_fase4.jpg) no-repeat, url(../img/bg_fase.jpg) repeat-y;
}

#contacordeon dl dt.dtactivo {
  background-position: top right;
}
#contacordeon dl dt.dtcerrado {
  background-position: top left;
  cursor: pointer;
}
#contacordeon dl dt.dtcerrado:hover {
  background-position: top right;
}

#contacordeon dl dd {
  height: 290px;
  width: 752px;
  float: left;
}

#contacordeon dl dd h5 {
  height: 42px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 1.3em;
  background-color: rgb(0, 76, 128);
  margin: 0;
  padding: 14px 0 0 20px;
  overflow: hidden;
  text-shadow: 1px 1px 1px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  border-bottom: 1px solid #000;
}

#contacordeon dl dd ul {
  width: 752px;
  height: 226px;
  background-color: rgb(25, 94, 140);
  padding-top: 7px;
}

#contacordeon dl dd ul li {
  margin: 8px 25px 8px 25px;
  padding: 5px 0 0 36px;
  height: 25px;
  background: url(../img/bg_faseli2.jpg) 10px 5px no-repeat, url(../img/bg_faseli.jpg) top left repeat-x;
  -webkit-border-radius: 7px;    
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 2px 0px #000;
  box-shadow: 1px 1px 2px 0px #000;
  
}

#contacordeon dl dd ul li.excprosp {
  background-position: 10px 5px, bottom left;
}

.autoscrollable {
  overflow: auto;
}
.conven {
  color: rgb(255, 255, 255);
}

/* ------------------- finaliza sec servicios ---------------------*/

/* ------------------- inicia sec aprendamos ---------------------*/

#fapren {
  width: 420px;
  /*height: 180px;*/
  background-color: rgb(255, 255, 255);
  margin: 20px auto;
  padding: 20px 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 2px 0px #000;
  box-shadow: 1px 1px 2px 0px #000;
} 

#fapren label {
  display: block;
  width: 120px;
  float: left;
  text-align: right;
  color: rgb(0, 76, 128);
  margin: 5px 10px 5px 0;
}

#fapren input {
  display: block;
  width: 220px;
  float: left;
  margin: 5px 0;
  font-weight: bold;
  background-color: rgb(229, 237, 242);
  border: 2px solid rgb(0, 76, 128);
  color: rgb(0, 76, 128);
  padding: 3px 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#fapren input:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(182, 142, 6);
  border-color: rgb(182, 142, 6);
}

#fapren input:focus {
  color: rgb(182, 142, 6);
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 76, 128);
}

#fapren input.enviar {
  margin-left: 130px;
  margin-bottom: 15px;
  width: 234px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 76, 128);
  border-color: rgb(0, 76, 128);
  -webkit-box-shadow: 1px 1px 1px 0px #000;
  box-shadow: 1px 1px 1px 0px #000;
}

#fapren input.enviar:hover {
  background-color: rgb(182, 142, 6);
  border-color: rgb(182, 142, 6);
}

#fapren span#obligat {
  display: block;
  clear: both;
  text-align: left;
  color: rgb(0, 76, 128);
  margin: 10px 0 0px 50px;
}

/* ------------------- finaliza sec aprendamos ---------------------*/

/* ------------------- inicia sec contacto ---------------------*/

#datosc {
  background-color: rgb(229, 237, 242);
  border-top: rgb(102, 148, 179) 1px solid;
  width: 430px;
}

#datosc dt {
  padding: 12px 0 4px 15px;
  border-top: rgb(255, 255, 255) 1px solid;
  
}

#datosc dd {
  margin: 0;
  font-size: 1.3em;
  font-style: italic;
  padding: 4px 0 12px 40px;
  border-bottom: rgb(102, 148, 179) 1px solid;
  background-color: rgb(255, 255, 255); 
}

#socialmedia {
  margin: 20px 60px 20px 30px;
  padding: 0px;
}

#socialmedia li {
  list-style-type: none;
  margin: 15px 0;
}

#socialmedia li a {
  display: block;
  color: rgb(0, 76, 128);
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  height: 32px;
  padding: 8px 10px 0 60px;
  background-color: rgb(229, 237, 242);
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 1px 0px #000;
  box-shadow: 1px 1px 1px 0px #000;
}

#socialmedia li a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(182, 142, 6);
}

#btn_twitter {
  background: url(../img/ico_twitter.jpg) top left no-repeat;
}

#btn_facebook {
  background: url(../img/ico_facebook.jpg) top left no-repeat;
}

#btn_twitter:hover, #btn_facebook:hover {
  background-position: bottom left;
}

#fcontacto {
  width: 510px;
  background: rgb(0, 76, 128) url(../img/bg_azul.jpg) top left repeat;
  margin: 20px auto;
  padding: 20px 0;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: inset 1px 1px 3px 0px #000;
  box-shadow: inset 1px 1px 3px 0px #000;
} 

#fcontacto label {
  display: block;
  width: 140px;
  float: left;
  text-align: right;
  color: rgb(229, 237, 242);
  margin: 5px 10px 5px 0;
}

#fcontacto input, #fcontacto select, #fcontacto textarea {
  display: block;
  width: 270px;
  float: left;
  margin: 5px 0;
  font-weight: bold;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  color: rgb(0, 76, 128);
  padding: 3px 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#fcontacto input:hover, #fcontacto select:hover, #fcontacto textarea:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(182, 142, 6);
  border-color: rgb(182, 142, 6);
}

#fcontacto input:focus, #fcontacto select:focus, #fcontacto textarea:focus {
  color: rgb(182, 142, 6);
  background-color: rgb(255, 255, 255);
  border-color: rgb(182, 142, 6);
}

#fcontacto input.borrar {
  margin: 10px 5px 10px 150px;
  width: 100px;
  color: rgb(102, 148, 179);
  background-color: rgb(229, 237, 242);
  border-color: rgb(229, 237, 242);
  -webkit-box-shadow: 2px 2px 2px 0px #000;
  box-shadow: 2px 2px 2px 0px #000;
}

#fcontacto input.enviar {
  margin: 10px 0 10px 5px;
  width: 174px;
  background-color: rgb(229, 237, 242);
  border-color: rgb(229, 237, 242);
  -webkit-box-shadow: 2px 2px 2px 0px #000;
  box-shadow: 2px 2px 2px 0px #000;
}

#fcontacto input.borrar:hover, #fcontacto input.enviar:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(182, 142, 6);
  border-color: rgb(182, 142, 6);
}

#fcontacto span.convformc {
  display: block;
  clear: both;
  text-align: left;
  color: rgb(229, 237, 242);
  margin: 10px 0 0px 50px;
}

.indicavalida {
  display: block;
  width: 28px;
  height: 28px;
  float: left;
  background: url(../img/bg_indica.png) top left no-repeat;
  margin: 4px 0 0 6px;
  display: none;
}

/* ------------------- finaliza sec contacto ---------------------*/

/* ------------------- inicia footer  ---------------------*/

footer {
  height: 45px;
  margin-top: 80px;
  background: rgb(0, 76, 128) url(../img/bg_azul.jpg) top left repeat;
  -webkit-box-shadow: inset 0px 2px 4px 0px #000;
  box-shadow: inset 0px 2px 4px 0px #000;
}

footer p {
  width: 980px;
  margin: 0 auto;
  padding-top: 15px;
  font-size: .8em;
  text-align: center;
  color: rgb(229, 237, 242);
}

footer p a {
  color: rgb(229, 237, 242);
  font-weight: bold;
  text-decoration: none;
}

footer p a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

footer p a:visited {
  color: rgb(229, 237, 242);
}

/* ------------------- finaliza footer ---------------------*/




/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  /*a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }*/
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 20mm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  /*h2, h3 { page-break-after: avoid; }*/
  body { font-size: 12pt; }
  #menupcontainer, #sliderp, #slider, .btn_nextsec, #sechome, #contformc, #fapren, .imphidden { display: none !important; }
  /*#sechome { height: 100px !important; margin: 0; padding: 0; }
  #sechome header { margin: 0; padding: 0;}*/
  .secblanca, .secazul { min-height: 200mm; }
  section h2 { font-size: 28pt; border-bottom: none; padding-top: 30mm; }
  section h2.impsaltop { page-break-before: always; }
  p#logoimp { display: block !important; visibility: visible !important; position: fixed; width: 100%; border-bottom: rgb(182, 142, 6) solid 2mm; margin: 0; padding: 0 0 7px 0; }
  h2#sloganimp { display: block !important; visibility: visible !important; position: fixed; width: 100%; top: 18mm; color: rgb(182, 142, 6); font-size: 14pt; font-weight: normal; text-align: right; padding: 0; margin: 0; border-bottom: none; }
  #secbeneficios ul {margin-left: 30px;}
  #secbeneficios ul li { list-style-type: disc; padding: 7px 10px 7px 5px;}
  #impdfct, .onlyimp { display: block !important; visibility: visible !important; }
  #seccontacto .colp { width: 100%; margin: 0; padding: 0; position: fixed; top: 94%; }
  #seccontacto .colp dl { width: 100%; border-top: rgb(0, 76, 128) 2mm solid; padding-top: 5px; margin: 0; }
  #seccontacto .colp dl dt { float: left; font-weight: bold; border-top: none; width: auto; font-size: 12pt; padding: 0; margin: 0 10px 0 0; }
  #seccontacto .colp dl dd { float: left; border-bottom: none; width: auto; font-size: 12pt; font-style: normal; padding: 0; margin: 0 30px 0 0; }
  footer { position: fixed; top: 99%; font-size: 10pt; margin: 0; padding: 0; }
  footer p {margin: 0; padding: 0; text-align: left;}
  footer p a { font-weight: normal; }

}
