﻿body {
    background-color: #F5FEF9;
    font-family: 'Average Sans','Trebuchet MS',Futura,Verdana,Helvetica,Arial,Sans-serif;
    font-size: 10px;
}

.header-responsive{
    width:100%;    
    height: 105px;
    margin:0;
    padding:0;
    background-size:cover;
    background-position:center;
    border:0; 
    border-bottom:5px solid darkorange;
}

.wrapper{
    margin: 0 auto;
    max-width: 1035px;
    overflow:hidden;
    background-color: #ffffff;
    padding:0;
}

.mainContent{
    width:100%;
    color: #00462f;
    font-size: 12px !important;
    overflow:visible;
}

.main
{
	width: 900px;
	min-height: 500px;
	float: left;
}

.contenido_interno
{
    margin-top:20px;
    margin-left: 100px;
    padding: 0 20px;
    border: 2px solid #f78f1e;
    border-radius: 10px;
    color: rgba(0,0,0,0.67);
    font-size: 15px !important;
    text-align:left;
}

.img-banner{
    padding: 0%; 
    width: 749px; 
    margin-top: 0; 
    margin-left: -2.55%; 
    height: 142px;
}

.h1-title{
    font-size:1.5em;
    margin-left:100px;
    margin-top: 1em;
    margin-bottom: 1em;
    color:#00833E;
}

.nota{
    font-size: 0.61em;
    margin-left:20em;
    margin-top: 0;
    margin-bottom: 1em;
    color: #000000;
    font-weight:bold;
}

.label-center{
    margin-left:300px;
}

.form-center{
    margin-left:190px;
}

.validation-center{
    margin-left:300px;
}

.captcha-img{
    width:280px;
    height:50px;
    margin-left:235px;
}

.form-captcha{
    width: 316px;
    margin-left:235px;
    height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-captcha:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

.div-spinner {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999; 
    background: #fff; 
    opacity: 0.4;
}

.img-spinner{
    padding: 10px;
    position: fixed; 
    top: 45%; 
    left: 48%;
}

.button-center{
    margin-left:202px;
    width: 380px;
    background:#00833E;
    color:white;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.button-center:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.button-center:hover,
.button-center:focus {
  color: #333333;
  text-decoration: none;
}

.button-center:active,
.button-center.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.button-center-sm{
  padding: 5px 10px;
  font-size: 1.5em;
  line-height: 1.5;
  border-radius: 3px;
}

.button-center2{
    margin-left:202px;
    margin-top: 2px;
    width: 380px;
    background:#f78f1e;
    color:white;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.button-center2:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.button-center2:hover,
.button-center2:focus {
  color: #333333;
  text-decoration: none;
}

.button-center2:active,
.button-center2.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.button-center-sm2{
  padding: 5px 10px;
  font-size: 1.5em;
  line-height: 1.5;
  border-radius: 3px;
}

.footer {
    width: 100%;
    margin-top:20px;
    float: left;
    font-size: 1em;
    color: #8d8f91;
}

.copyright {
    font-size: 10px;
    color: #8d8f91;
    margin-bottom: 40px;
}

.copyright .rightColumn {
    float: right;
    text-align: right;
}

.copyright .leftColumn {
    float: left;
    text-align: left;
}

.copyright a {
    color: #8d8f91;
    text-decoration: none;
}

.alert-message{
    width: 760px;
    height: 130px;
    border: 2px solid #abb708;
    background:#abb708;
    border-radius:10px;
    color:white;
    font-size:1.5em !important;
    text-align:center;    
}

.success-message{
    width: 760px;
    height: 130px;
    border: 2px solid #00853e;
    background:#00853e;
    border-radius:10px;
    color:white;
    font-size:1.5em  !important;
    text-align:center;
}

.divBtnDescargar{
    margin-left:340px;
}

@media screen and (min-device-width: 360px) and (max-device-width: 375px){
    .header-responsive{
        margin:0;
        width:100%;
        min-width: 360px;
        max-width: 375px;
        height: 65px;
        position:center;
        background-position:center;
        background-size:cover;
        border:0; 
        border-bottom:5px solid darkorange;
    }

    .wrapper {
        margin:0;
        width: 100%;
        min-width: 360px;
        max-width: 375px;
        overflow:hidden;
        background-color: #ffffff;
        padding:0;
    }

    .mainContent{
        width:100%;
        color: #00462f;
        font-size: 10px !important;
        overflow:visible;
    }

    .main{
        margin-top: 0;
	    width: 100%;
        min-width: 360px;
        max-width: 375px;
	    min-height: 500px;
	    float: left;
    }

    .contenido_interno{
        width: 100%;
        min-width: 360px;
        max-width: 375px;
        margin:0;
        padding:0;
        border: 0;
        border-radius: 0;
        color: rgba(0,0,0,0.67);
        font-size: 15px !important;
        text-align:left;
    }

    .img-banner{
        padding: 0%; 
        width: 100%;
        min-width: 360px;
        max-width: 375px;
        margin-top: 0; 
        margin-left: -2.55%; 
        height: 92px;
    }

    .h1-title{
        font-size:1.2em;
        margin-left:0.5em;
        margin-top: 0;
        margin-bottom:0.9em;
        color:#00833E;
    }

    .nota{
        font-size: 0.85em;
        margin-left:0.5em;
        margin-top: 0;
        margin-bottom: 1em;
        color: #000000;
        font-weight:bold;
    }

    .label-center{
        margin-left:80px;
    }

    .form-center{
        margin-left:0;
    }

    .validation-center{
        margin-left:80px;
    }

    .captcha-img{
        width: 100%;
        min-width: 260px;
        max-width: 336px;
        height:50px;
        margin:0;
    }

    .form-captcha{
        width: 100%;
        min-width: 360px;
        max-width: 373px;
        margin:0;
        padding: 6px 12px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555555;
      vertical-align: middle;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
              transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .form-captcha:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .div-spinner {
        position: fixed;
        text-align: center;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999999; 
        background: #fff; 
        opacity: 0.4;
    }

    .img-spinner{
        padding: 10px;
        position: fixed; 
        top: 45%; 
        left: 48%;
    }

    .button-center{
        margin-left:0;
        margin-top: 2px;
        width: 100%;
        min-width: 360px;
        max-width: 375px;
        background:#00833E;
        color:white;
        padding: 0;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .button-center:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .button-center:hover,
    .button-center:focus {
      color: #333333;
      text-decoration: none;
    }

    .button-center:active,
    .button-center.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }
    
    .button-center-sm{
      padding: 5px 10px;
      font-size: 1.5em;
      line-height: 1.5;
      border-radius: 3px;
    }

    .button-center2{
        margin-left:0;
        margin-top: 2px;
        width: 100%;
        min-width: 360px;
        max-width: 375px;
        background:#f78f1e;
        color:white;
        padding: 0;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .button-center2:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .button-center2:hover,
    .button-center2:focus {
      color: #333333;
      text-decoration: none;
    }

    .button-center2:active,
    .button-center2.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .button-center-sm2{
      padding: 5px 10px;
      font-size: 1.5em;
      line-height: 1.5;
      border-radius: 3px;
    }

    .footer {
        width: 100%;
        min-width: 360px;
        max-width: 375px;
        margin-top:5px;
        float: left;
        font-size: 1em;
        color: #8d8f91;
    }

    .copyright {
        font-size: 10px;
        color: #8d8f91;
        margin-bottom: 40px;
    }

    .copyright .rightColumn {
        float: right;
        text-align: right;
    }

    .copyright .leftColumn {
        float: left;
        text-align: left;
    }

    .copyright a {
        color: #8d8f91;
        text-decoration: none;
    }

    .alert-message{padding:0 20px; 
        width: 100%;
        min-width: 360px;
        max-width: 375px;
        height: 150px;
        border: 2px solid #abb708;
        background:#abb708;
        border-radius:10px;
        color:white;
        font-size:1.23em !important;
        text-align:center;    
        margin-left:0.5px;     
    }

    .success-message{
        width: 100%;
        min-width: 360px;
        max-width: 375px;
        height: 150px;
        border: 2px solid #00853e;
        background:#00853e;
        border-radius:10px;
        color:white;
        font-size:1.23em  !important;
        text-align:center;      
    }

    .divBtnDescargar{
        margin-left:122px;
    }
}

@media screen and (min-device-width: 376px) and (max-device-width: 412px){
    .header-responsive{
        width:100%;
        min-width: 376px;
        max-width: 412px;
        height: 70px;
        position:center;
        background-position:center;
        background-size:cover;
        border:0; 
        border-bottom:5px solid darkorange;
    }

    .wrapper {
        margin:0;
        width:100%;
        min-width: 376px;
        max-width: 412px;
        overflow:hidden;
        background-color: #ffffff;
        padding:0;
    }

    .mainContent{
        width:100%;
        min-width: 376px;
        max-width: 412px;
        color: #00462f;
        font-size: 10px !important;
        overflow:visible;
    }

    .main{
        margin-top: 40px;
	    width:100%;
        min-width: 376px;
        max-width: 412px;
	    min-height: 500px;
	    float: left;
    }

    .contenido_interno{
        margin:0;
        padding:0;
        border: 0;
        border-radius: 0;
        color: rgba(0,0,0,0.67);
        font-size: 15px !important;
        text-align:left;
    }

    .img-banner{
        padding: 0%; 
        width:100%;
        min-width: 376px;
        max-width: 412px;
        margin-top: 0; 
        margin-left: -2.55%; 
        height: 102px;
    }

    .h1-title{
        font-size:1.2em;
        margin-left:1em;
        margin-top: 0;
        margin-bottom:0.9em;
        color:#00833E;
    }

    .nota{
        font-size: 0.95em;
        margin-left:1em;
        margin-top: 0;
        margin-bottom: 0.8em;
        color: #000000;
        font-weight: bold
    }

    .label-center{
        margin-left:105px;
    }

    .form-center{
        margin-left:5px;
    }

    .validation-center{
        margin-left:105px;
    }

    .captcha-img{
        width:100%;
        min-width: 275px;
        max-width: 354px;
        height:50px;
        margin-left:5px;
    }

    .form-captcha{
        width:100%;
        min-width: 376px;
        max-width: 390px;
        margin-left:5px;
        padding: 6px 12px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555555;
      vertical-align: middle;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
              transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .form-captcha:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .div-spinner {
        position: fixed;
        text-align: center;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999999; 
        background: #fff; 
        opacity: 0.4;
    }

    .img-spinner{
        padding: 10px;
        position: fixed; 
        top: 45%; 
        left: 48%;
    }

    .button-center{
        margin-left:5px;
        margin-top: 0;
        width:100%;
        min-width: 376px;
        max-width: 385px;
        background:#00833E;
        color:white;
        padding: 0;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .button-center:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .button-center:hover,
    .button-center:focus {
      color: #333333;
      text-decoration: none;
    }

    .button-center:active,
    .button-center.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }
    
    .button-center-sm{
      padding: 5px 10px;
      font-size: 1.5em;
      line-height: 1.5;
      border-radius: 3px;
    }

    .button-center2{
        margin-left:5px;
        margin-top: 2px;
        width:100%;
        min-width: 376px;
        max-width: 385px;
        background:#f78f1e;
        color:white;
        padding: 0;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .button-center2:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .button-center2:hover,
    .button-center2:focus {
      color: #333333;
      text-decoration: none;
    }

    .button-center2:active,
    .button-center2.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .button-center-sm2{
      padding: 5px 10px;
      font-size: 1.5em;
      line-height: 1.5;
      border-radius: 3px;
    }

    .footer {
        width:100%;
        min-width: 376px;
        max-width: 412px;
        margin-top: 40px;
        float: left;
        font-size: 1em;
        color: #8d8f91;
        margin-bottom: 40px;
    }

    .copyright {
        font-size: 10px;
        color: #8d8f91;
        margin-bottom: 40px;
    }

    .copyright .rightColumn {
        float: right;
        text-align: right;
    }

    .copyright .leftColumn {
        float: left;
        text-align: left;
    }

    .copyright a {
        color: #8d8f91;
        text-decoration: none;
    }

    .alert-message{padding:0 20px; 
        width:100%;
        min-width: 376px;
        max-width: 412px;
        height: 150px;
        border: 2px solid #abb708;
        background:#abb708;
        border-radius:10px;
        color:white;
        font-size:1.22em !important;
        text-align:center;    
        margin-left:0.5px;     
    }

    .success-message{
       width:100%;
        min-width: 376px;
        max-width: 412px;
        height: 150px;
        border: 2px solid #00853e;
        background:#00853e;
        border-radius:10px;
        color:white;
        font-size:1.22em  !important;
        text-align:center;      
    }

    .divBtnDescargar{
        margin-left:142px;
    }
}

@media screen and (min-device-width: 413px) and (max-device-width: 430px){
    .header-responsive{
        width:100%;
        min-width: 413px;
        max-width: 430px;
        height: 70px;
        position:center;
        background-position:center;
        background-size:cover;
        border:0; 
        border-bottom:5px solid darkorange;
    }

    .wrapper {
        margin:0;
        width:100%;
        min-width: 413px;
        max-width: 430px;
        overflow:hidden;
        background-color: #ffffff;
        padding:0;
    }

    .mainContent{
        width:100%;
        min-width: 413px;
        max-width: 430px;
        color: #00462f;
        font-size: 10px !important;
        overflow:visible;
    }

    .main{
        margin-top: 10px;
	    width:100%;
        min-width: 413px;
        max-width: 430px;
	    min-height: 500px;
	    float: left;
    }

    .contenido_interno{
        margin:0;
        margin-top: 30px;
        padding:0;
        border: 0;
        border-radius: 0;
        color: rgba(0,0,0,0.67);
        font-size: 15px !important;
        text-align:left;
    }

    .img-banner{
        padding: 0%; 
        width:100%;
        min-width: 413px;
        max-width: 430px;
        margin-top: 0; 
        margin-left: -2.55%; 
        height: 112px;
    }

    .h1-title{
        font-size:1.2em;
        margin-left:1em;
        margin-top: 0;
        margin-bottom:0.9em;
        color:#00833E;
    }

    .nota{
        font-size: 0.95em;
        margin-left:1em;
        margin-top: 0;
        margin-bottom: 0.8em;
        color: #000000;
        font-weight: bold
    }

    .label-center{
        margin-left:105px;
    }

    .form-center{
        margin-left:10px;
    }

    .validation-center{
        margin-left:105px;
    }

    .captcha-img{
        width:100%;
        min-width: 313px;
        max-width: 364px;
        height:50px;
        margin-left:10px;
    }

    .form-captcha{
        width:100%;
        min-width: 313px;
        max-width: 400px;
        margin-left:10px;
        padding: 6px 12px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555555;
      vertical-align: middle;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
              transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .form-captcha:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .div-spinner {
        position: fixed;
        text-align: center;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999999; 
        background: #fff; 
        opacity: 0.4;
    }

    .img-spinner{
        padding: 10px;
        position: fixed; 
        top: 45%; 
        left: 48%;
    }

    .button-center{
        margin-left:10px;
        margin-top: 2px;
        width: 402px;
        background:#00833E;
        color:white;
        padding: 0;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .button-center:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .button-center:hover,
    .button-center:focus {
      color: #333333;
      text-decoration: none;
    }

    .button-center:active,
    .button-center.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }
    
    .button-center-sm{
      padding: 5px 10px;
      font-size: 1.5em;
      line-height: 1.5;
      border-radius: 3px;
    }

    .button-center2{
        margin-left:10px;
        margin-top: 2px;
        width: 402px;
        background:#f78f1e;
        color:white;
        padding: 0;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .button-center2:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .button-center2:hover,
    .button-center2:focus {
      color: #333333;
      text-decoration: none;
    }

    .button-center2:active,
    .button-center2.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .button-center-sm2{
      padding: 5px 10px;
      font-size: 1.5em;
      line-height: 1.5;
      border-radius: 3px;
    }

    .footer {
        width:100%;
        min-width: 413px;
        max-width: 430px;
        margin-top: 40px;
        float: left;
        font-size: 1em;
        color: #8d8f91;
        margin-bottom: 40px;
    }

    .copyright {
        font-size: 10px;
        color: #8d8f91;
        margin-bottom: 40px;
    }

    .copyright .rightColumn {
        float: right;
        text-align: right;
    }

    .copyright .leftColumn {
        float: left;
        text-align: left;
    }

    .copyright a {
        color: #8d8f91;
        text-decoration: none;
    }

    .alert-message{padding:0 20px; 
        width:100%;
        min-width: 413px;
        max-width: 430px;
        height: 150px;
        border: 2px solid #abb708;
        background:#abb708;
        border-radius:10px;
        color:white;
        font-size:1.25em !important;
        text-align:center;    
        margin-left:0.5px;     
    }

    .success-message{
        width:100%;
        min-width: 413px;
        max-width: 430px;
        height: 150px;
        border: 2px solid #00853e;
        background:#00853e;
        border-radius:10px;
        color:white;
        font-size:1.25em  !important;
        text-align:center;      
    }

    .divBtnDescargar{
        margin-left:152px;
    }
}

@media screen and (min-device-width: 431px) and (max-device-width: 720px){
    .header-responsive{
        width:100%;
        min-width:431px;
        max-width:720px;
        height: 85px;
        position:center;
        background-position:center;
        background-size:cover;
        border:0; 
        border-bottom:5px solid darkorange;
    }

    .wrapper {
        margin:0;
        width:100%;
        min-width:431px;
        max-width:720px;
        overflow:hidden;
        background-color: #ffffff;
        padding:0;
    }

    .mainContent{
        width:100%;
        min-width:431px;
        max-width:720px;
        color: #00462f;
        font-size: 10px !important;
        overflow:visible;
    }

    .main{
        margin-top: 40px;
	    width:100%;
        min-width:431px;
        max-width:720px;
	    min-height: 500px;
	    float: left;
    }

    .contenido_interno{
        margin:0;
        margin-top:40px;
        padding:0;
        border: 0;
        border-radius: 0;
        color: rgba(0,0,0,0.67);
        font-size: 15px !important;
        text-align:left;
    }

    .img-banner{
        padding: 0%; 
        width:100%;
        min-width:431px;
        max-width:720px; 
        margin-top: 0; 
        margin-left: -2.55%; 
        height: 122px;
    }

    .h1-title{
        font-size:1.5em;
        margin-left:2.3em;
        margin-top: 0;
        margin-bottom:0.9em;
        color:#00833E;
    }

    .nota{
        font-size: 0.59em;
        margin-left:16em;
        margin-top: 0;
        margin-bottom: 0.8em;
        color: #000000;
        font-weight: bold
    }

    .label-center{
        margin-left:250px;
    }

    .form-center{
        margin-left:140px;
    }

    .validation-center{
        margin-left:250px;
    }

    .captcha-img{
        width:100%;
        min-width:231px;
        max-width:360px;
        height:50px;
        margin-left:140px;
    }

    .form-captcha{
        width:100%;
        min-width:231px;
        max-width:398px;
        margin-left:140px;
        padding: 6px 12px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555555;
      vertical-align: middle;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
              transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .form-captcha:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .div-spinner {
        position: fixed;
        text-align: center;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999999; 
        background: #fff; 
        opacity: 0.4;
    }

    .img-spinner{
        padding: 10px;
        position: fixed; 
        top: 45%; 
        left: 48%;
    }

    .button-center{
        margin-left:145px;
        margin-top: 2px;
        width: 400px;
        background:#00833E;
        color:white;
        padding: 0;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .button-center:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .button-center:hover,
    .button-center:focus {
      color: #333333;
      text-decoration: none;
    }

    .button-center:active,
    .button-center.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }
    
    .button-center-sm{
      padding: 5px 10px;
      font-size: 1.5em;
      line-height: 1.5;
      border-radius: 3px;
    }

    .button-center2{
        margin-left:145px;
        margin-top: 25px;
        width: 400px;
        background:#f78f1e;
        color:white;
        padding: 0;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .button-center2:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .button-center2:hover,
    .button-center2:focus {
      color: #333333;
      text-decoration: none;
    }

    .button-center2:active,
    .button-center2.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .button-center-sm2{
      padding: 5px 10px;
      font-size: 1.5em;
      line-height: 1.5;
      border-radius: 3px;
    }

    .footer {
        width:100%;
        min-width:431px;
        max-width:720px;
        margin-top: 50px;
        float: left;
        font-size: 1em;
        color: #8d8f91;
        margin-bottom: 40px;
    }

    .copyright {
        font-size: 10px;
        color: #8d8f91;
        margin-bottom: 40px;
    }

    .copyright .rightColumn {
        float: right;
        text-align: right;
    }

    .copyright .leftColumn {
        float: left;
        text-align: left;
    }

    .copyright a {
        color: #8d8f91;
        text-decoration: none;
    }

    .alert-message{padding:0 20px; 
        width:100%;
        min-width:431px;
        max-width:720px;
        height: 150px;
        border: 2px solid #abb708;
        background:#abb708;
        border-radius:10px;
        color:white;
        font-size:1.25em !important;
        text-align:center;    
        margin-left:0.5px;     
    }

    .success-message{
        width:100%;
        min-width:431px;
        max-width:720px;
        height: 150px;
        border: 2px solid #00853e;
        background:#00853e;
        border-radius:10px;
        color:white;
        font-size:1.25em  !important;
        text-align:center;      
    }

    .divBtnDescargar{
        margin-left:292px;
    }
}

@media screen and (min-device-width: 721px) and (max-device-width: 768px){
    .header-responsive{
        width:100%;
        min-width:721px;
        max-width:768px;
        height: 115px;
        position:center;
        background-position:center;
        background-size:cover;
        border:0; 
        border-bottom:5px solid darkorange;
    }

    .wrapper {
        margin:0;
        width:100%;
        min-width:721px;
        max-width:768px;
        overflow:hidden;
        background-color: #ffffff;
        padding:0;
    }

    .mainContent{
        width:100%;
        color: #00462f;
        font-size: 10px !important;
        overflow:visible;
    }

    .main{
        margin-top: 10px;
	    width:100%;
        min-width:721px;
        max-width:768px;
	    min-height: 500px;
	    float: left;
    }

    .contenido_interno{
        margin:0;
        margin-top:40px;
        padding: 0 20px;
        border: 2px solid #f78f1e;
        border-radius: 10px;
        color: rgba(0,0,0,0.67);
        font-size: 15px !important;
        text-align:left;
    }

    .img-banner{
        padding: 0%; 
        width:100%;
        min-width:721px;
        max-width:768px; 
        margin-top: 0; 
        margin-left: -2.55%; 
        height: 112px;
    }

    .h1-title{
        font-size:1.5em;
        margin-left:3em;
        margin-top: 0;
        margin-bottom:0.9em;
        color:#00833E;
    }

    .nota{
        font-size: 0.59em;
        margin-left:21em;
        margin-top: 0;
        margin-bottom: 0.8em;
        color: #000000;
        font-weight: bold
    }

    .label-center{
        margin-left:300px;
    }

    .form-center{
        margin-left:190px;
    }

    .validation-center{
        margin-left:300px;
    }

    .captcha-img{
        width:280px;
        height:50px;
        margin-left:235px;
    }

    .form-captcha{
        width: 316px;
        margin-left:235px;
        padding: 6px 12px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555555;
      vertical-align: middle;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
              transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .form-captcha:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .div-spinner {
        position: fixed;
        text-align: center;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999999; 
        background: #fff; 
        opacity: 0.4;
    }

    .img-spinner{
        padding: 10px;
        position: fixed; 
        top: 45%; 
        left: 48%;
    }

    .button-center{
        margin-left:190px;
        margin-top: 2px;
        width: 400px;
        background:#00833E;
        color:white;
        padding: 0;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .button-center:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .button-center:hover,
    .button-center:focus {
      color: #333333;
      text-decoration: none;
    }

    .button-center:active,
    .button-center.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }
    
    .button-center-sm{
      padding: 5px 10px;
      font-size: 1.5em;
      line-height: 1.5;
      border-radius: 3px;
    }

    .button-center2{
        margin-left:190px;
        margin-top: 2px;
        width: 400px;
        background:#f78f1e;
        color:white;
        padding: 0;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .button-center2:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .button-center2:hover,
    .button-center2:focus {
      color: #333333;
      text-decoration: none;
    }

    .button-center2:active,
    .button-center2.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .button-center-sm2{
      padding: 5px 10px;
      font-size: 1.5em;
      line-height: 1.5;
      border-radius: 3px;
    }

    .footer {
        width:100%;
        min-width:721px;
        max-width:768px;
        margin-top: 70px;
        float: left;
        font-size: 1em;
        color: #8d8f91;
        margin-bottom: 40px;
    }

    .copyright {
        font-size: 10px;
        color: #8d8f91;
        margin-bottom: 40px;
    }

    .copyright .rightColumn {
        float: right;
        text-align: right;
    }

    .copyright .leftColumn {
        float: left;
        text-align: left;
    }

    .copyright a {
        color: #8d8f91;
        text-decoration: none;
    }

    .alert-message{padding:0 20px; 
        width:100%;
        min-width:721px;
        max-width:768px;
        height: 150px;
        border: 2px solid #abb708;
        background:#abb708;
        border-radius:10px;
        color:white;
        font-size:1.5em !important;
        text-align:center;    
        margin-left:0.5px;     
    }

    .success-message{
        width:100%;
        min-width:721px;
        max-width:768px;
        height: 150px;
        border: 2px solid #00853e;
        background:#00853e;
        border-radius:10px;
        color:white;
        font-size:1.5em  !important;
        text-align:center;      
    }

    .divBtnDescargar{
        margin-left:342px;
    }
}

@media screen and (min-device-width: 769px) and (max-device-width: 915px){
    .header-responsive{
        width:100%;
        min-width:769px;
        max-width:915px;
        height: 125px;
        position:center;
        background-position:center;
        background-size:cover;
        border:0; 
        border-bottom:5px solid darkorange;
    }

    .wrapper {
        margin:0;
        width:100%;
        min-width:769px;
        max-width:915px;
        overflow:hidden;
        background-color: #ffffff;
        padding:0;
    }

    .mainContent{
        width:100%;
        color: #00462f;
        font-size: 10px !important;
        overflow:visible;
    }

    .main{
        margin-top: 10px;
	    width:100%;
        min-width:769px;
        max-width:915px;
	    min-height: 500px;
	    float: left;
    }

    .contenido_interno{
        margin-top:40px;
        margin-left: 0;
        padding: 0 20px;
        border: 2px solid #f78f1e;
        border-radius: 10px;
        color: rgba(0,0,0,0.67);
        font-size: 15px !important;
        text-align:left;
    }

    .img-banner{
        padding: 0%; 
        width:100%;
        min-width:769px;
        max-width:915px; 
        margin-top: 0; 
        margin-left: -2.55%; 
        height: 122px;
    }

    .h1-title{
        font-size:1.5em;
        margin-left:4em;
        margin-top: 0;
        margin-bottom:0.9em;
        color:#00833E;
    }

    .nota{
        font-size: 0.59em;
        margin-left:21em;
        margin-top: 0;
        margin-bottom: 0.8em;
        color: #000000;
        font-weight: bold
    }

    .label-center{
        margin-left:300px;
    }

    .form-center{
        margin-left:190px;
    }

    .validation-center{
        margin-left:300px;
    }

    .captcha-img{
        width:280px;
        height:50px;
        margin-left:235px;
    }

    .form-captcha{
        width: 316px;
        margin-left:235px;
        padding: 6px 12px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555555;
      vertical-align: middle;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
              transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .form-captcha:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .div-spinner {
        position: fixed;
        text-align: center;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999999; 
        background: #fff; 
        opacity: 0.4;
    }

    .img-spinner{
        padding: 10px;
        position: fixed; 
        top: 45%; 
        left: 48%;
    }

    .button-center{
        margin-left:190px;
        margin-top: 2px;
        width: 400px;
        background:#00833E;
        color:white;
        padding: 0;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .button-center:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .button-center:hover,
    .button-center:focus {
      color: #333333;
      text-decoration: none;
    }

    .button-center:active,
    .button-center.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }
    
    .button-center-sm{
      padding: 5px 10px;
      font-size: 1.5em;
      line-height: 1.5;
      border-radius: 3px;
    }

    .button-center2{
        margin-left:190px;
        margin-top: 2px;
        width: 400px;
        background:#f78f1e;
        color:white;
        padding: 0;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .button-center2:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .button-center2:hover,
    .button-center2:focus {
      color: #333333;
      text-decoration: none;
    }

    .button-center2:active,
    .button-center2.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .button-center-sm2{
      padding: 5px 10px;
      font-size: 1.5em;
      line-height: 1.5;
      border-radius: 3px;
    }

    .footer {
        width:100%;
        min-width:769px;
        max-width:915px;
        margin-top: 70px;
        float: left;
        font-size: 1em;
        color: #8d8f91;
        margin-bottom: 40px;
    }

    .copyright {
        font-size: 10px;
        color: #8d8f91;
        margin-bottom: 40px;
    }

    .copyright .rightColumn {
        float: right;
        text-align: right;
    }

    .copyright .leftColumn {
        float: left;
        text-align: left;
    }

    .copyright a {
        color: #8d8f91;
        text-decoration: none;
    }

    .alert-message{padding:0 20px; 
        width:100%;
        min-width:769px;
        max-width:915px;
        height: 150px;
        border: 2px solid #abb708;
        background:#abb708;
        border-radius:10px;
        color:white;
        font-size:1.5em !important;
        text-align:center;    
        margin-left:0.5px;     
    }

    .success-message{
        width:100%;
        min-width:769px;
        max-width:915px;
        height: 150px;
        border: 2px solid #00853e;
        background:#00853e;
        border-radius:10px;
        color:white;
        font-size:1.5em  !important;
        text-align:center;      
    }

    .divBtnDescargar{
        margin-left:332px;
    }
}

@media screen and (min-device-width: 916px) and (max-device-width: 1200px){
    .header-responsive{
        width:100%;
        min-width:916px;
        max-width:1200px;
        height: 155px;
        position:center;
        background-position:center;
        background-size:cover;
        border:0; 
        border-bottom:5px solid darkorange;
    }

    .wrapper {
        margin:0;
        width:100%;
        min-width:916px;
        max-width:1200px;
        overflow:hidden;
        background-color: #ffffff;
        padding:0;
    }

    .mainContent{
        width:100%;
        min-width:916px;
        max-width:1200px;
        color: #00462f;
        font-size: 10px !important;
        overflow:visible;
    }

    .main{
        margin-top: 10px;
	    width:100%;
        min-width:916px;
        max-width:1200px;
	    min-height: 500px;
	    float: left;
    }

    .contenido_interno{
        margin-top:40px;
        margin-left: 0;
        padding: 0 20px;
        border: 2px solid #f78f1e;
        border-radius: 10px;
        color: rgba(0,0,0,0.67);
        font-size: 15px !important;
        text-align:left;
    }

    .img-banner{
        padding: 0%; 
        width:100%;
        min-width:916px;
        max-width:1200px;
        margin-top: 0; 
        margin-left: -2.55%; 
        height: 152px;
    }

    .h1-title{
        font-size:2em;
        margin-left:4em;
        margin-top: 0;
        margin-bottom:0.9em;
        color:#00833E;
    }

    .nota{
        font-size: 0.60em;
        margin-left:27em;
        margin-top: 0;
        margin-bottom: 0.8em;
        color: #000000;
        font-weight: bold
    }

    .label-center{
        margin-left:370px;
    }

    .form-center{
        margin-left:245px;
    }

    .validation-center{
        margin-left:370px;
    }

    .captcha-img{
        width:280px;
        height:50px;
        margin-left:285px;
    }

    .form-captcha{
        width: 316px;
        margin-left:285px;
        padding: 6px 12px;
      font-size: 14px;
      line-height: 1.428571429;
      color: #555555;
      vertical-align: middle;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
              transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

    .form-captcha:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .div-spinner {
        position: fixed;
        text-align: center;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 9999999; 
        background: #fff; 
        opacity: 0.4;
    }

    .img-spinner{
        padding: 10px;
        position: fixed; 
        top: 45%; 
        left: 48%;
    }

    .button-center{
        margin-left:245px;
        margin-top: 2px;
        width: 400px;
        background:#00833E;
        color:white;
        padding: 0;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .button-center:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .button-center:hover,
    .button-center:focus {
      color: #333333;
      text-decoration: none;
    }

    .button-center:active,
    .button-center.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }
    
    .button-center-sm{
      padding: 5px 10px;
      font-size: 1.5em;
      line-height: 1.5;
      border-radius: 3px;
    }

    .button-center2{
        margin-left:245px;
        margin-top: 2px;
        width: 400px;
        background:#f78f1e;
        color:white;
        padding: 0;
        margin-bottom: 0;
        font-size: 1.5em;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .button-center2:focus {
      outline: thin dotted #333;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px;
    }

    .button-center2:hover,
    .button-center2:focus {
      color: #333333;
      text-decoration: none;
    }

    .button-center2:active,
    .button-center2.active {
      background-image: none;
      outline: 0;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
              box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .button-center-sm2{
      padding: 5px 10px;
      font-size: 1.5em;
      line-height: 1.5;
      border-radius: 3px;
    }

    .footer {
        width:100%;
        min-width:916px;
        max-width:1200px;
        margin-top: 70px;
        float: left;
        font-size: 1em;
        color: #8d8f91;
        margin-bottom: 40px;
    }

    .copyright {
        font-size: 10px;
        color: #8d8f91;
        margin-bottom: 40px;
    }

    .copyright .rightColumn {
        float: right;
        text-align: right;
    }

    .copyright .leftColumn {
        float: left;
        text-align: left;
    }

    .copyright a {
        color: #8d8f91;
        text-decoration: none;
    }

    .alert-message{padding:0 20px; 
        width:100%;
        min-width:916px;
        max-width:1200px;
        height: 150px;
        border: 2px solid #abb708;
        background:#abb708;
        border-radius:10px;
        color:white;
        font-size:1.5em !important;
        text-align:center;    
        margin-left:0.5px;     
    }

    .success-message{
        width:100%;
        min-width:916px;
        max-width:1200px;
        height: 150px;
        border: 2px solid #00853e;
        background:#00853e;
        border-radius:10px;
        color:white;
        font-size:1.5em  !important;
        text-align:center;      
    }

    .divBtnDescargar{
        margin-left:392px;
    }
}