@charset "windows-1252";
@import 'https://fonts.googleapis.com/css?family=Amatic+SC|Patua+One|Josefin+Slab|Comfortaa';
@import 'https://fonts.googleapis.com/css?family=Scope+One|Rajdhani|Glegoo|Nixie+One|Bungee Hairline';
@import 'https://fonts.googleapis.com/css?family=Graduate|Gruppo|Marvel|Pompiere|Wire+One|Delius';
@import 'https://fonts.googleapis.com/css?family=Michroma|Rokkitt';
.bordenota1 {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    transition: 0.3s;
    box-shadow: 0px 0 12px 1px rgba(150, 150, 150, 0.5);
    width: 600px;
    font: 14px verdana;
    text-align: justify;
    margin-top: 20px;
    vertical-align: top;
}

b{
    font: bold 14px verdana;
}
.p-guindo{
    font: bold 14px verdana;
    color: darkred;    
}
.p-guindo-normal-titulo{
    font: bold 26px Glegoo;
    color: darkred;
    text-align: center;    
}
.p-guindo-normal{
    font: normal 16px Glegoo;
    color: darkred;    
}
.p-azul{
    font: bold 14px Glegoo;
    color: darkblue;    
}

.p-plomo-xl{
    font-family: Glegoo;
    font-weight: normal;
    font-size: 22px;
    color: silver;    
}
.p-plomo-peque{
    font: normal 12px Glegoo;
    color: #aaa;
    line-height: 1.3em;
}
.p-plomo-normal{
    font: normal 16px Glegoo;
    color: #aaa;
    line-height: 1.3em;
}
.p-guindo-peque{
    font: normal 12px Glegoo;
    color: darkred;
    line-height: 1.3em;
}
.p-azul-peque{
    font: normal 12px Glegoo;
    color: darkblue;
    line-height: 1.3em;
}
.textos-xl {
    color: #888;
    line-height: 1.3em;
    font: normal 26px Delius;
}
.textos-normal {
    color: #888;
    line-height: 1.3em;
    font: normal 14px Delius;
}

.textos-normales {
    color: #888;
    line-height: 1.3em;
}
.textos-normales p {
    font: normal 16px Delius;
}
.textos-normales li {
    font: normal 16px Delius;
    /*list-style-type: circle;*/
    padding-left: 10px;
    padding-bottom: 10px;
    background: #f5f5f5;
 }
.textos-normales ul  li:before {
  font-family: 'FontAwesome';
  content: '\f046'; /*ESTA LINEA ES IMPORTANTE DEL ICONO*/
  float: left;
  margin-left: -0.15em;
  margin-right: 0.38em;
  margin-top: 0px;
  color: #29bbf1;
  font-size: 1.25em;
}
.texto_titulo{
    font-family: 'Patua One';
    font-size: 20px;
    text-transform: uppercase;
}
.texto_normal{
    font-family: 'Scope One';
    font-size: 16px;
}

.paso {
    border: 1px solid #555;
    border-radius: 40px;
    transition: 0.3s;
    background-color: #ffd72d;
    box-shadow: 0px 0 12px 1px rgba(150, 150, 150, 0.5);
    width: 55px;
    height: 55px;
    color: #fff;
    font: 36px verdana;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.paso-act {
    border: 1px solid #555;
    border-radius: 40px;
    transition: 0.3s;
    background-color: #92d050;
    box-shadow: 0px 0 12px 1px rgba(150, 150, 150, 0.5);
    width: 55px;
    height: 55px;
    color: #fff;
    font: 36px verdana;    
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}
.paso-desac {
    border: 1px solid #555;
    border-radius: 40px;
    transition: 0.3s;
    background-color: silver;
    box-shadow: 0px 0 12px 1px rgba(150, 150, 150, 0.5);
    width: 55px;
    height: 55px;
    color: #fff;
    font: 36px verdana;    
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}


.a-paso{   
 text-decoration:none;
 color: #fff;
}   

.hay {
    border: 1px solid #555;
    border-radius: 40px;
    transition: 0.3s;
    background-color: #00dd00;
    box-shadow: 0px 0 12px 1px rgba(150, 150, 150, 0.5);
    color: #fff;
    font: 36px verdana;
    font-weight: bold;
    text-align: center;
    padding: 3px;    
}
.nohay {
    border: 1px solid #555;
    border-radius: 40px;
    transition: 0.3s;
    background-color: #dd0000;
    box-shadow: 0px 0 12px 1px rgba(150, 150, 150, 0.5);
    color: #fff;
    font: 36px verdana;
    font-weight: bold;
    text-align: center;
    padding: 3px;    
}


/*INTERROGANTE PARA AYUDA*/
.interrogante{ 
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
padding:2px 5px;
background:darkred;
color:white;
cursor:hand;
cursor:pointer;
font: normal 12px Verdana, 'Courier New';
}

/*  FORMULARIO DE IDENTIFICACION  */
.contact_form h2, .contact_form label {
    font-family: Verdana;
    size: 10px;
}

.form_hint, .required_notification {
    font-size: 10px;
}

/* === List Styles === */
.contact_form ul {
    width: 650px;
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}

.contact_form li {
    padding: 12px;
    border-bottom: 1px solid #eee;
    position: relative;
}

    .contact_form li:first-child, .contact_form li:last-child {
        border-bottom: 1px solid #777;
    }

/* === Form Header === */
.contact_form h2 {
    margin: 0;
    display: inline;
}

.required_notification {
    color: #d45252;
    margin: 5px 0 0 0;
    display: inline;
    float: right;
}

/* === Form Elements === */
.contact_form label {
    width: 150px;
    margin-top: 3px;
    display: inline-block;
    float: left;
    padding: 3px;
}

.contact_form input {
    height: 30px;
    width: 220px;
    margin-top: 5px;
    padding: 5px 8px;
    font-family: verdana;
    size: 10px;
}

.contact_form textarea {
    padding: 8px;
    width: 300px;
}

.contact_form button {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 2px solid #509111;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: inset 5px 5px 10px 0px #9fd574;
    -webkit-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -moz-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -ms-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -o-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    font-family: Verdana;
    color: white;
    text-shadow: 0 -1px 0 #396715;
    font-weight: bold;
    padding: 15px 50px;
    margin-left: 120px;
}

.contact_form button:hover {
        opacity: .85;
        cursor: pointer;
    }

.contact_form button:active {
        border: 1px solid #20911e;
        box-shadow: 0 0 10px 5px #356b0b inset;
        -webkit-box-shadow: 0 0 10px 5px #356b0b inset;
        -moz-box-shadow: 0 0 10px 5px #356b0b inset;
        -ms-box-shadow: 0 0 10px 5px #356b0b inset;
        -o-box-shadow: 0 0 10px 5px #356b0b inset;
    }

input[type="radio"],
input[type="checkbox"] {
    cursor: pointer;
    width: auto;
}


/* form element visual styles */
.contact_form input, .contact_form textarea {
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px;
    padding-right: 30px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}

.contact_form input:focus, .contact_form textarea:focus {
    background: #fff;
    border: 1px solid #555;
    box-shadow: 0 0 3px #aaa;
    padding-right: 70px;
}

/* === HTML5 validation styles === */
.contact_form input:required, .contact_form textarea:required {
    background: #fff url(images/red_asterisk.png) no-repeat 98% center;
}

.contact_form input:required:valid, .contact_form textarea:required:valid {
        background: #fff url(images/valid.png) no-repeat 98% center;
        box-shadow: 0 0 5px #5cd053;
        border-color: #28921f;
    }

.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
    background: #fff url(images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535;
}

/* === Form hints === */
.form_hint {
    background: #f00; /* #d45252 */
    border-radius: 3px 3px 3px 3px;
    font-size: 12px;
    font-family: verdana;
    color: #fff;
    margin-left: 8px;
    margin-top: 8px;
    padding: 7px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}

.form_hint::before {
        content: "\25C0";
        color: #f00; /* #d45252 */
        position: absolute;
        top: 7px;
        left: -8px;
    }

.contact_form input:focus + .form_hint {
    display: inline;
}

.contact_form input:required:valid + .form_hint {
    background: #28921f;
}

.contact_form input:required:valid + .form_hint::before {
        color: #28921f;
    }

/* === Button Style === */
button.submit {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 2px solid #509111;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: inset 5px 5px 10px 0px #9fd574;
    -webkit-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -moz-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -ms-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -o-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    color: white;
    font-family: Verdana;
    font-weight: bold;
    padding: 4px 20px;
    text-shadow: 0 -1px 0 #396715;
}

    button.submit:hover {
        opacity: .85;
        cursor: pointer;
    }

    button.submit:active {
        border: 1px solid #20911e;
        box-shadow: 0 0 10px 5px #356b0b inset;
        -webkit-box-shadow: 0 0 10px 5px #356b0b inset;
        -moz-box-shadow: 0 0 10px 5px #356b0b inset;
        -ms-box-shadow: 0 0 10px 5px #356b0b inset;
        -o-box-shadow: 0 0 10px 5px #356b0b inset;
    }


/* COMBOBOX CON ESTILO */
.styled-select {
   background: url(imagenes/15xvbd5.png) no-repeat 96% 0;
   height: 39px;
   overflow: hidden;
   width: 260px;
   margin:15;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 39px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 288px;
}

/* -------------------- Rounded Corners */
.rounded {
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
}

/* -------------------- Colors: Background */
.claro   { background-color: #e0e0e0;
 }

/* -------------------- Colors: Text */
.claro select   { color: #000; }


a.reg_rec {
    background: #ffd72d; /* #d45252 */
    border-radius: 15px;
    font-size: 12px;
    font-family: verdana;
    color: #555;
    margin-left: 8px;
    padding: 5px 10px;
    text-decoration: none;
}

a.reg_rec:hover {
    /*opacity: 0.7;*/
    background: #aa8c00;
    color: white;
    cursor: pointer;
}

/*para el puto acordeon*/
.acordeon_etiqueta{
    font-family: Glegoo;
    color: darkred;
    font-size:16px;
}

/* PARA EL POPUP */
.fadebox {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.50;
    filter: alpha(opacity=80);
}
.overbox {
    display: none;

  position: fixed;
  bottom: 0;

    left: 10%;
    width: 80%;
    height: 50%;
    z-index:1002;
    overflow: auto;
}
#contenido_popup {
    background: #FFFFFF;
    border: solid 3px #CCCCCC;
    padding: 10px;
}

.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  background-color: white;
  border: 3px solid rgb(51,153,0);
}

.tabla_elegir{
    .border-bottom: 1px solid #ccc; 
}

.elegir_contenedor{
    background-color: #fff2b2;
    border-radius: 8px;
    padding: 10px;
    border: 2px solid rgb(96,96,50);
}
.elegir_form button {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 2px solid #509111;
    border-radius: 8px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: inset 5px 5px 10px 0px #9fd574;
    -webkit-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -moz-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -ms-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -o-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    font-family: Verdana;
    color: white;
    text-shadow: 0 -1px 0 #396715;
    font-weight: bold;
    padding: 2px 15px;
    margin-left: 2px;
}
.elegir_form button:hover {
        opacity: .85;
        cursor: pointer;
    }

.elegir_form button:active {
        border: 1px solid #20911e;
        box-shadow: 0 0 10px 5px #356b0b inset;
        -webkit-box-shadow: 0 0 10px 5px #356b0b inset;
        -moz-box-shadow: 0 0 10px 5px #356b0b inset;
        -ms-box-shadow: 0 0 10px 5px #356b0b inset;
        -o-box-shadow: 0 0 10px 5px #356b0b inset;
    }

.retornar_form button {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 2px solid #509111;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: inset 5px 5px 10px 0px #9fd574;
    -webkit-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -moz-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -ms-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -o-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    font-family: Verdana;
    color: white;
    text-shadow: 0 -1px 0 #396715;
    font-weight: bold;
    padding: 15px 50px;
margin: 20px;
}

.retornar_form button:hover {
        opacity: .85;
        cursor: pointer;
    }

.retornar_form button:active {
        border: 1px solid #20911e;
        box-shadow: 0 0 10px 5px #356b0b inset;
        -webkit-box-shadow: 0 0 10px 5px #356b0b inset;
        -moz-box-shadow: 0 0 10px 5px #356b0b inset;
        -ms-box-shadow: 0 0 10px 5px #356b0b inset;
        -o-box-shadow: 0 0 10px 5px #356b0b inset;
    }

/* COMBOBOX CON ESTILO */
.styled-select {
    background: 86% 0;
    height: 39px;
    overflow: hidden;
    width: 256px;
    margin:15;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 14px 0px 0px 14px;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    color: #333;
    height: 39px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    width: 257px;
    font-family: Verdana;
    font-size: 12px;
}
/* === Button Style === */
.boton {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}

.boton:hover {
        opacity: .85;
        cursor: pointer;
    }

 .boton:active {
        border: 1px solid #20911e;
        box-shadow: 0 0 10px 5px #356b0b inset;
        -webkit-box-shadow: 0 0 10px 5px #356b0b inset;
        -moz-box-shadow: 0 0 10px 5px #356b0b inset;
        -ms-box-shadow: 0 0 10px 5px #356b0b inset;
        -o-box-shadow: 0 0 10px 5px #356b0b inset;
    }

.boton1 {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 2px solid #509111;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: inset 5px 5px 10px 0px #9fd574;
    -webkit-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -moz-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -ms-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -o-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    font-family: Verdana;
    color: white;
    text-shadow: 0 -1px 0 #396715;
    font-weight: bold;
    padding: 15px 15px;
    /*margin-left: 162px;*/
}

.boton1:hover {
    opacity: .85;
    cursor: pointer;
    color: white;
    }

.boton1:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset;
    -webkit-box-shadow: 0 0 10px 5px #356b0b inset;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
    }

.boton2 {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 2px solid #509111;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: inset 5px 5px 10px 0px #9fd574;
    -webkit-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -moz-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -ms-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    -o-box-shadow: 5px 5px 10px 0px #9fd574 inset;
    font-family: Verdana;
    color: white;
    text-shadow: 0 -1px 0 #396715;
    font-weight: bold;
    padding: 5px 5px;
    margin-bottom: 2px;
}

.boton2:hover {
    opacity: .75;
    cursor: pointer;
    color: white;
    }

.boton2:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset;
    -webkit-box-shadow: 0 0 10px 5px #356b0b inset;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
    }
