@font-face {
  font-family: "responsivenav";
  src:url("../complementos/icons/responsivenav.eot");
  src:url("../complementos/icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../complementos/icons/responsivenav.ttf") format("truetype"),
    url("../complementos/icons/responsivenav.woff") format("woff"),
    url("../complementos/icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

body,div,
h1,h2,p,
ol,ul,li {
  margin: 0;
  padding: 0;
  border: 0;
}

    
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

html, body {
  min-height: 100%;
}

body {
  min-width: 290px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #E4E4E4;
  color: #666;
  font: normal 100%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-family: 'Marvel', sans-serif;
  font-size: 1.4em;
  color: #222;
  padding:0.3em 0.3em 1em 0.3em;
  float: left;
  width: 100%;
   
}

h2 {
  float: left;
  width: 100%;
  font-size: 1.5em;
  color: #222;
  margin: 1em 0 .5em;
}

p {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}

p.intro {
  font-size: 1em;
  color: #555;
  font-weight: bold;
}

a {
  color: #f4f4f4;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}
.linksAdmin{
  color: #CE0067;
}
.linkVerde{
  color: #3AAF49;
}
.linkNormal{
  color: #666666;
}
.linc_nb {
  color: #555555;
  text-decoration: none;
}
.linc_nb:active,
.linc_nb:hover {
  color:  #F92891;
  outline: 0;
}

hr {
    border: 0.1em solid #F2F2F2; 
    border-radius: 80px/5px; 
    height: 0px; 
    width: 80%;
    text-align: center;
    }
.main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  padding: .3em .3em;
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  border-top-left-radius: 5px;
  top: .2em;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.main::-webkit-scrollbar {
  -webkit-appearance: none;
  background-color: rgba(0,0,0, .15);
  width: 8px;
  height: 8px;
}

.main::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0,0,0, .4);
}

.nav-collapse {
  font-size: 1em;
  position: absolute;
  width: 100%;
  top: 0.2em;
}

.nav-collapse ul {
  display: block;
  width: 100%;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.nav-collapse a {
  color: #aaa;
  font-family: 'Marvel', sans-serif;
  /*font-weight: bold;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  transition: background .3s ease;
  /*text-shadow: 0 -1px rgba(0,0,0, .5);*/
  border-bottom: 1px solid rgba(0,0,0, .2);
  border-top: 1px solid rgba(255,255,255, .1);
  display: block;
  padding: .8em 2em;
  width: 100%;
}

.nav-collapse a:hover { background: #DBDBDB; width: 100%;}
.nav-collapse .active a { color: #fff; background: rgba(0,0,0, .3) }
.nav-collapse li:first-child a { border-top: 0 }
.nav-collapse li:last-child a { border-bottom: 0 }
.nav-toggle { display: none }

.encabezado{
    padding: 0.5em 0.5em 0.5em 0.5em;
    float:left;
    width: 100%;
    padding-bottom: 0.5em
    /*background: blue;*/
}
.etapas{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 3px solid #00A1AF;
    background: #007078;
    float:left;
    width: 15%;
    color: #FFF;
    text-align: center;
    opacity: 0.34;
}
.etapas:hover{
    opacity: 0.6;
}
.etapas_sel{
    opacity: 1;
}
.etapas_perfil{
    width: 15%;
}
/**/
.etapas_verde{/**/
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding-right: 5px;
    background: #8BC542;
    border: 1px solid #6C9A3F;
    font-size: 13px;
    float:left;
    width: 10%;
    color: #000;
    text-align: center;
    opacity: 0.5;
}
.etapas_perfil_verde{
    width: 15%;
}
.etapas_sel_verde{
    opacity: 1;
    color: #FFF;
    background: #8BC542;/* #007078;*/
    border: 1px solid #6C9A3F; /*#00A1AF;*/
}
   
/**/
#contenido{
    width: 95%;
    margin: 0 auto;
    height: 100%;  
}
.contenido_final{
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  background: #fff;
  padding: 15px 20px 50px 20px;
}
.titulo{
    font-family: 'Marvel', sans-serif;
    font-size: 1.2em;
    width: 50%;
    float:left;
}
.saludos{
    font-family: 'Marvel', sans-serif;
    font-size: 1.2em;
    width: 25%;
    float:left;
}
.espacios{
    padding-top: 15px;
}
.espacioInterno5{
    margin: 5px 5px 5px 5px;
}
.autom{
    width: auto;
    float:left;
}
.cienn{
    width: 100%;
    float:left;
}
.noventa{
    width: 89%;
    float:left;
}
.ochenta{
    width: 79%;
    float:left;
    margin-right: 5px;
}
.setenta{
    width: 69%;
    float:left;
    
} 
.sesenta{
    width: 59%;
    float:left;
    
} 
.cincuenta{
    width: 49%;
    margin-right: 5px;
    float:left;
    
} 
.cuarenta{
    width: 39%;
    float:left;
    
} 
.cuarentaycinco{
    width: 45%;
    float:left;
    
} 
.treintaytres{
    width: 33%;
    float:left;
    
}
.treinta{
    width: 29%;
    float:left;
    margin-right: 5px;
    
}
.veinte{
    width: 19%;
    float:left;
    margin-right: 5px;
    
}
.veintycinco{
    width: 24%;
    float:left;
    margin-right: 5px;
    
}
.quince{
    width: 15%;
    float:left;
    margin-right: 5px;
    
}
.diez{
    width: 10%;
    float:left;
    margin-right: 5px;
    
}
.cinco{
    width: 5%;
    float:left;
    margin-right: 5px;
    
}
.margen{
    margin-right: 5px;  
}
.margen_diex{
    margin-right: 9px;  
}
.menor{
    font-size: 12px;
}
.letra_peque{
    font-size: 11px;
}
.letra_13{
    font-size: 13px;
}
.botones{
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding-top: 50px;
    float:left;
    margin: 0 auto;
}
.boton_enviar{
    width: 50%;
}
.Noobligarorio{
    padding-top: 7px;
    height: 0px;
}
.obligarorio{
    padding-top: 5px;
    height: 0px;
}
div.obligarorio:before   { content: "*"; color:red;}
#footer{
    float:left;
    width: 100%; 
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align:center;
    font-size: 10px;
    background: #F4F4F4;
}

    img{
        width: 230px;
    }
    img.instruccionesa{
        width: 100%;
    }
    input, select{
        width : 100%;
        height: 25px;
        border: 1px solid #c9c9c9;
        border-radius: 0;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        margin-right: 5px;
    }
    input.consulCampo{
        width : 100%;
        height: 15px;
        border: 1px solid #c9c9c9;
        border-radius: 0;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
       /* margin-right: 3px;*/
    }
    .text_area{
        width : 99%;
        height: 50px;
        border-radius: 0;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
    }
    .checkbox{
        width : 13px;
        height: 13px;
    }
    label{
        font-size: 13px;
        font-family: 'Abel', sans-serif;
        padding:0;
    }
    legend{
        font-size: 14px;
        font-family: 'Abel', sans-serif;
        padding:0;
    }
    p{
        font-size: 11px;
        padding:0;  
    }
    fieldset{
        border:0.1em solid #E2E2E2; 
    }

    .divLateral_np{  
        padding-left: 3px;
        border-left: 1px solid #E6E6E6;
    } 
    .centrar_text{
        text-align: center;
    }
    .justificar_text{
        text-align: justify;
    }
    .linea_inf{
        border-bottom: 1px solid #FFDDEE;
    }
    .linea_izq{
        border-left: 1px solid #FFDDEE;
    }
    .espacio_arriba15{
        padding-top: 15px;
    }
    .espacioRight{
        margin-right: 3px;
    }
    .espacioLeft10{
        padding-left: 10px;
    }
    .recuadroMargen{
        padding: 10px 10px 10px 10px;
        border: 1px #CFCFCF solid;
        border-radius: 0;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
}
.campoText{
    height: 20px;
}
.contornoDiv{
    border-style: dotted; 
    border-width: 1px;
    border-color: #D7D7D7;
    margin: 5px 5px 5px 5px;
    padding: 8px 8px 8px 8px;
    
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}
.ajustarText{
    word-wrap: break-word;
}
@media screen and (max-width: 80em) {
    img{
        width: 200px;
    }
    .main {
      width: 75%;
    }
    .nav-collapse {
    width: 100%
    font-size: 0.8em;
  left: -.5em;
    }
    .treinta{
        width: 49%;
        float:left;
        margin-right: 5px;
        
    }
    .treintaytres{
        width: 45%;
        float:left;
        margin-right: 5px;
        
    }
    .divLateral_np{  
        border-left: 1px solid #E6E6E6;
    } 
    .forzar_treinta{
        width: 30%;
    }
}
@media screen and (max-width: 60em) {
    img{
        width: 160px;
    }
    .main {
      width: 75%;
    }
    .nav-collapse {
    width: 100%
    font-size: 0.8em;
    }
    .treinta{
        width: 99%;
        float:left;
        margin-right: 5px;
        
    }
    .cincuenta{
        width: 99%;
        margin-right: 5px;
        
    }
    .treintaytres{
        width: 99%;
        float:left;
        margin-right: 5px;
        
    }
    .divLateral_np{  
        border-left: 0px;
        border-top: 1px solid #E6E6E6;
    } 
    .forzar_treinta{
        width: 30%;
    }
}
/*]AQUI ES LA PARTER MAS PEQUEÑA*/
@media screen and (max-width: 48em) {

    #contenido{
        width: 100%; 
    }    
    .titulo{
        width: 95%;
    }
    .saludos{
        width: 95%;
    }
    .etapas{
        width: 45%;
        margin-bottom: 5px;
    }
    .cienn{
        width: 100%;
    }
    .ochenta{
        width: 99%;
        float:left;
        margin-right: 5px;
    }
    .veinte{
        width: 50%;
        float:left;
        margin-right: 5px;
        
    }
    .treinta{
        width: 99%;
        float:left;
        margin-right: 5px;
        
    }
    .treintaytres{
        width: 99%;
        float:left;
        margin-right: 5px;
        
    }
    .divLateral_np{  
        border-left: 0px;
        border-top: 1px solid #E6E6E6;
    } 
    .cuarenta{
        width: 99%;
        float:left;
        margin-right: 5px;
        
    } 
    .cincuenta{
        width: 99%;
        float:left;
        margin-right: 5px;
        
    } 
    .sesenta{
        width: 99%;
        float:left;
        margin-right: 5px;
        
    } 
    .forzar_treinta{
        width: 30%;
    }
        .encabezado{
        padding: 1em 0.5em;
        width: 100%;
       /* background: blue;*/
    }
    img{
        width: 150px;
    }
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
  }
  .nav-collapse {
    top: 0;
    width: 100%;
    position: relative;
  }
  .nav-collapse.opened { max-height: 9999px }
  .nav-collapse a:hover { background: transparent }
  .nav-collapse .active a:hover { color: #fff; background: rgba(0,0,0, .3) }
  .nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 55px;
    float: right;
    display: block;
    margin: 0 -2em 1em 0;
  }
  .nav-toggle:before {
    color: #444; /* Edit this to change the icon color */
    font-family: "responsivenav";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 28px;
    text-transform: none;
    position: absolute;
    content: "\2261";
    text-indent: 0;
    text-align: center;
    line-height: 65px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0;
  }
  .nav-toggle.active:before {
    font-size: 24px;
    content: "\78";
  }
  .main {
    -webkit-overflow-scrolling: auto;
    box-shadow: none;
    padding: 0 2em 2em;
    border-radius: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .main::-webkit-scrollbar { background-color: transparent }
    
    #footer{
        padding-top: 30px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  body {
    background-image: url("debut_dark_@2X.png");
    -webkit-background-size: 200px 200px;
    -moz-background-size: 200px 200px;
    -o-background-size: 200px 200px;
    background-size: 200px 200px;
  }
}

@media screen and (min-width: 76em) {
  .nav-collapse { 
    width: 18em 
    }
  .main { 
    width: auto; 
    left: 18em 
    }
}
