/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url('/fonts/SourceSansPro-Ext-ExtraLight.woff2') format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url('/fonts/SourceSansPro-ExtraLight.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url() format('/fonts/SourceSansPro-Ext-Light.woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('/fonts/SourceSansPro-Light.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

* {
  box-sizing: border-box;
  margin: 0;
  /*padding: 0;*/
  font-weight: 300;
}
.TblBlk td, .TblBlk th {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: medium !important;
}
.nuevo-password{
  width: 120px;
  background-color: #BDDEFF;
  border: solid black;
  border-color: black;
  padding: 6px;
  margin-left: 80px;
  font-family: monospace;
  font-weight: bold;
  font-size: 13pt;  
}
input {
  border: 1px solid silver;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body ::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
body :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
body :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
.text-left {
  margin-right: auto;
  padding-left: 0;
}
.text-center {
  margin-left: auto;
  margin-right: auto;
}
.text-right {
  margin-left: auto;
  padding-right: 0;
}
/*html {
  background: url(/img/mnu/background-squares-10.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/
.wrapper {

  border-bottom: ridge 3px #FFCD05; /* navegadores viejos */
  border-top: ridge 3px #FFCD05; /* navegadores viejos */
  border-image: linear-gradient(0deg, #B8860B, #FFCD05, #B8860B) 1 0 100%;
  -webkit-border-image: -webkit-linear-gradient(0deg, #B8860B, #FFCD05, #B8860B) 1 0 100%;
  -o-border-image: -o-linear-gradient(0deg, #B8860B, #FFCD05, #B8860B) 1 0 100%;
  -moz-border-image: -moz-linear-gradient(0deg, #B8860B, #FFCD05, #B8860B) 1 0 100%;
  border-bottom-width: 3px;
  border-top-width: 3px;
  border-left-width: 0px;
  border-right-width: 0px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.333);

  background: #3063ac;
  background: -webkit-radial-gradient(bottom right, #0d274b 50%, #ff9f00 100%);
  background: -o-radial-gradient(bottom right, #0d274b 50%, #ff9f00 100%);
  background: -webkit-radial-gradient(top right, #0d274b 50%, #ff9f00 100%);
  background: radial-gradient(top right, #0d274b 50%, #ff9f00 100%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 400px;
  margin-top: -200px;
  overflow: hidden;
}
.wrapper.form-success .container h1 {
  -webkit-transform: translateY(85px);
          transform: translateY(85px);
}
.container {
  display: flex;
  flex-flow: row; 
  flex-wrap: wrap;    
  align-items: center;
  height: 400px;
  text-align: center;
}
.container h1 {
  font-size: 40px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-put;
          transition-timing-function: ease-in-put;
  font-weight: 200;
}
.divForma{
  z-index: 2;
  margin: 0 auto;
}
form {
  padding: 20px 0;
  position: relative;
}
form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 300;
}
#captcha {
  display: inline;
  position: relative;
  top: -11px;
  width: 120px;
}
#captcha:focus {
  width: 150px;
}
.captcha{
  padding: 10px 10px 0 0;
}
form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
form input:focus {
  background-color: white;
  width: 300px;
  color: Black;
}
form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  padding: 10px 15px;
  /*color: #3063ac;*/
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
form button:hover {
  background-color: #f5f7f9;
}
.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}

.home{
  position: absolute;
  top: 18px;
  left: 18px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  font-size: 21px;
  line-height: 33px;
  cursor: default;
  z-index:3;
}

/*-------------------------
  Inline help tip
--------------------------*/

.help-tip{
  position: absolute;
  top: 18px;
  right: 18px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  font-size: 21px;
  line-height: 33px;
  cursor: default;
  z-index:3;
}

.help-tip:before{
  content:'?';
  font-weight: bold;
  color:#2e5286;
  right: 14px;
}

.help-tip:hover p{
  display:block;
  transform-origin: 100% 0%;

  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
  top:42px;
}

.help-tip p{
  display: none;
  text-align: left;
  background-color: #2e5286;
  padding: 33px;
  width: 33.0rem;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -4px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.1;
}
@media (max-width: 600px) {
  .help-tip p {
    padding: 20px;
    width: 19.0rem;
    font-size: 0.8rem;
  }
}

.help-tip p:before{
  position: absolute;
  content: '';
  width:0;
  height: 0;
  border:6px solid transparent;
  border-bottom-color:#2e5286;
  right:13px;
  top:-12px;
}

.help-tip p:after{
  width:100%;
  height:40px;
  content:'';
  position: absolute;
  top:-40px;
  left:0;
}

@-webkit-keyframes fadeIn {
  0% { 
    opacity:0; 
    transform: scale(0.6);
  }

  100% {
    opacity:100%;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:100%; }
}

a {
  text-decoration: none;
}
a:hover, a:active {
  color: white;
}
a:link, a:visited {
  color: gold;
}

.home a{
  color: #000;
} 

div.shader {

  position: relative;

  background: #061a37; /* Old browsers */
  background: -webkit-radial-gradient(circle, #0d274b, #061a37);
  background: -moz-radial-gradient(circle, #0d274b, #061a37);
  background: -ms-radial-gradient(circle, #0d274b, #061a37);

  height: 120px;
  width: 100%;
  overflow: hidden;
  display: block;
  -moz-user-select: none;

  /* cintillo */

  border-bottom: ridge 25px #0d274b; /* navegadores viejos */
  border-image: linear-gradient(90deg, #0b2f61 94%, #f8b500 97%, #f8b500 97%, #fec908 100%) 1 0 100%;
  -webkit-border-image: -webkit-linear-gradient(90deg, #0b2f61 94%, #f8b500 97%, #f8b500 97%, #fec908 100%) 1 0 100%;
  /*-webkit-border-image: -webkit-linear-gradient(90deg, #000000 0%, #fec908 3%, #f8b500 8%, #bc9321 40%, #fec908 92%, #f9bf2c 97%, #000000 100%) 1 0 100%;*/
  -o-border-image: -o-linear-gradient(90deg, #0b2f61 94%, #f8b500 97%, #f8b500 97%, #fec908 100%) 1 0 100%;
  -moz-border-image: -moz-linear-gradient(90deg, #0b2f61 94%, #f8b500 97%, #f8b500 97%, #fec908 100%) 1 0 100%;

  border-bottom-width: 25px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.333);

}
div#output {
    margin: 0;
    padding: 0;
}
#logos {
  min-width: 768px;
  position: absolute;
  width: 100%;
  margin: 0 0 0 0 !important;
  display: block;
}
.cd-logo{
  text-align: center;
}

.cd-responsive{
  max-width: 100%;
  height: auto;
  /*position: relative;*/
}
.cd-encabezado {
  display: flex;
  flex-flow: row; 
  flex-wrap: wrap;    
  align-items: center;
  height: 95px;
  text-align: center;
}
.encabezado{
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.7rem;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
@media (max-width: 920px) {
    .encabezado{
      font-size: 1.6rem;
      line-height: 1.6rem;
    }
}
#menu{
  position: absolute;
  top: 97px;
  left: 20px;
  font-size: 1.6rem;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}
#menu .icons{
  display: inline;
  letter-spacing: 10px;
}
#menu a {
  text-decoration: none;
}
#menu a:hover, #menu a:active {
  color: white;
}
#menu a:link, #menu a:visited {
  color: white;
}
#heart{

  transition:all 0.3s ease;

  -webkit-animation: beat 0.5s infinite alternate backwards; /* Safari 4+ */
  -moz-animation:    beat 0.5s infinite alternate backwards; /* Fx 5+ */
  -o-animation:      beat 0.5s infinite alternate backwards; /* Opera 12+ */
  animation:         beat 0.5s infinite alternate backwards; /* IE 10+, Fx 29+ */

}
#heart.off {

  -moz-animation-name: none;
  -webkit-animation-name: none;
  -ms-animation-name: none;
  animation-name: none; 
  color: white;

}

@-webkit-keyframes beat {
  from {
    -webkit-transform: scale( 1 );
    color: blue;
  }
  to {
    -webkit-transform: scale( 1.1 );
    color: red;
  }
}

@-moz-keyframes beat {
  from {
    -moz-transform: scale( 1 );
    color: blue;
  }
  to {
    -moz-transform: scale( 1.1 );
    color: red;
  }
}

@keyframes beat {
  from {
    transform: scale( 1 );
    color: blue;
  }
  to {
    transform: scale( 1.1 );
    color: red;
  }
}
/*ea9314 cd7a00*/
