@import '/css/carga.css';
*
{
  /*margin: auto;
  padding: 0;*/
  padding: 0px;
  margin: 0px;
 
}
*, *::after, *::before {
    margin: 0px;
    box-sizing: border-box;
    padding: 0px;
}
 
html {   
  color: #333; 
  font: 81.25% arial, helvetica, sans-serif;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body
{
  /*background-color: #eff1f3;*/
  background-color: #fff;
}

body.login {
    background-color: #3b3e42;
    font-family: "HelveticaIBM","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

h2 {
    padding: 6px 0 10px;
    margin: 0;
    border-bottom: 1px solid #d6d9dd;
}

#password_parameters {
    display: none;
}
.password_parameters_label {
    position: relative;
    top: 1px;
    font-size: 14px;
    color: #4e5057;
}
.negritas{
  margin: 0 0 .5em;
    font-weight: bold;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

#page label
{
  /*margin: 0 0 .5em;*/
  display: inline-block;
 font-size: 1.1em;
}


.content #etiqueta{
     margin-top: 10px;
}

.content {
    padding: 0 44px;
}

.sign-up {
    width: 100%;
    max-width:362px; 
   /* float: right;*/
    margin:  auto;
}

.content {  
  padding-top: 40px; 
  /*color: #FFF;*/
  border: 0px none;
  background:  #f3f3f3 none repeat scroll 0% 0%;
  padding: 25px;
  margin-top: 5px;
  margin: auto;
  position: relative;
  border: 1px solid #C7C7C7;
 /* padding-top: 30px;*/
  width: 100%;

}




.content h3
{
font-weight: bold;
font-size: 1.3em;
word-wrap: break-word;
}
.contentenedor {
    padding-top: 50px;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}

.contentAdmin {  
    padding-top: 50px;
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.contentAdmin #header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #272a2d;
    border-radius: 2px 2px 0 0;
    border-top: 0;
    height: 48px;
    padding: 5px;
     max-width: 850px;
    width:100%;
}
.contentAdmin h1 {
    color: #d6d9dd;
     padding: 6px 0 10px;
     margin: 0;
    /*border-bottom: 1px solid #d6d9dd;*/
     width:100%;
}

.contentenedor #header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #272a2d;
    border-radius: 2px 2px 0 0;
    border-top: 0;
    height: 48px;
    padding: 5px;
     max-width: 540px;
    width:100%;
}

.contentenedor h1 {
    color: #d6d9dd;
     padding: 6px 0 10px;
     margin: 0;
    /*border-bottom: 1px solid #d6d9dd;*/
     width:100%;
}

.contentLogin {
  padding-top: 50px;
  max-width: 480px;
   width:100%;
  margin: 0 auto;
}

.contentLogin header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #272a2d;
    border-radius: 2px 2px 0 0;
    border-top: 0;
   text-align: center;
     max-width: 480px;
    width:100%;
}



.nav {
    height: 55px;
   width: 100%;
   
}


.logo-nav {
    float: left;
    margin: 5px 10px;
   /* width: 200px;*/
}


.bg-gradiente{
 
    background: transparent linear-gradient(to bottom, #272a2d 0%, #272a2d 98%, #272a2d 100%) repeat scroll 0% 0%;
}


.bg-textura {
    background-size: cover;
    background-attachment: fixed;
}

.bg-textura {
    background-image: url("../img/textura.jpg") ;
}




#login {
    background: #eff1f3 none repeat scroll 0% 0%;
    
    /*position: absolute;*/
     margin: auto;
     width: 100%;
    /* width: 310px;
    z-index: 100; */
    border: medium none;
    top: 78px;
    right: 0px;
    margin-top: 0px;
    margin-right: 0px;
   border-radius: 2px;
 
}

 #login h3 {
    color: #f9f6f6;
    margin: 0px 0px 1em;
    
}

div#login {
  margin: 20px;
    padding: 10px;
  max-width: 440px;
   width:100%;
}

p.border {
position:relative; /*see the support section below for more info*/
width:200px; /*size of the bubble*/
background:#fff; /*same as the container background*/
padding:15px;
margin:20px 0 40px 40px;
color:#333;
/*add the bubble outline*/
border:10px solid #7e527f;
/*give the bubble curved corners*/
-webkit-border-radius:1px;
-moz-border-radius:1px;
border-radius:1px;
}



#login .olvidoPass {
    padding: 0px 0px 1em;
    line-height: 140%;
    text-align: center;
}

 #login  p.textInput input[type="text"],  #login p.textInput input[type="email"],  #login p.textInput input[type="password"] {
   padding: 8px 5px;
   border: 1px solid #d6d9dd;
    width: 100%;
    margin: 2px 0px 15px;
    border-radius: 3px;
    position: relative;
    font-size: 0.875em;

}

input:focus {
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 0px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow:inset 0 1px 0px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}




 #page  p.textInput input[type="text"],  #page p.textInput input[type="email"],  #page p.textInput input[type="password"] {
   /*padding: 8px 5px;   
    width: 100%;
    margin: 2px 0px 15px;
    border-radius: 3px;   
    font-size: 1.0em;
    display: inline-block;*/

   -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    height: 29px;
    margin: 0;
    padding: 0 8px;
    background: #fff;
   /* border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.bt{
    display: inline-block;
    min-width: 46px;  
    text-align: center;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    height: 35px;
    padding: 0 8px;
    line-height:35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 10px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -ms-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
    border: 1px solid #dcdcdc;
    background-color: #f5f5f5;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

 #login .bt-color-rojo {
    background: #F00 none repeat scroll 0% 0%;
    width: 100%;
}


#login .bt-color-azul {
    background: #052c93 none repeat scroll 0% 0%;
    max-width: 120px;
   width:100%;
}

.alineacionCentro
{
    padding: 0px 0px 1em;   
    text-align: center;
}
.alineacionDerecha
{
    padding: 0px 0px 1em;   
    text-align: right;
}
.alineacionIzquierda
{
    padding: 0px 0px 1em;   
    text-align: left;
}

#login a{
  font-size: 0.875em;
}

#login h2 {
    margin-bottom: 1em;
}
#login h2 {
    margin-bottom: 1em;
    padding-top: 8px;
}

#login img { 
    width: 200px;
   padding-right: 10px;
}


.content .input{
    border: 1px solid #d6d9dd;
    font-size: 15px;
    padding: 6px 12px;
    width: 100%;
}

.content .bt-color-rojo {
    background: #F00 none repeat scroll 0% 0%;
    max-width: 200px;
    width: 100%;
}

.content .bt-color-azul {
   background: #052c93 none repeat scroll 0% 0%;
    
    width: 100%;
}



.id-col4 {
   margin-left: 0px;
    position: relative;
    width: 32%;
    float: left;
    padding: 5px;
}

.alert {
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    display:none;
    }

.errormsg {
    margin: 5px 2px 0;
    display: block;
    color: #dd4b39;  
    line-height: 17px;
     display:none;
}
a {
   /* color: #808080;*/
    color: #000;
    border: 0px none;
    text-decoration: none;
}

a:hover {
   /*color: #2386ea;*/
    color: #2386ea;
    
}



/*HEADER*/
/*
header {
    position: fixed;
    left: 0;
    height: 132px;
    width: 100%;
    z-index: 20;
}
*/

.button-submit-griss {
    color: #eaeaea;
    text-shadow: 0 1px rgba(0,0,0,0.1);
     background-image: none;
     background: #616469;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#616469));
    background-image: -webkit-linear-gradient(top,#616469);
    background-image: -moz-linear-gradient(top,#616469);
    background-image: -ms-linear-gradient(top,#616469);
    background-image: -o-linear-gradient(top,#616469);
    background-image: linear-gradient(top,#616469);
}


.button-submit-azul {   
    color: #eaeaea;
    background-color: #298fce;
    border-color: #2277ac;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#298fce),to(#298fce));
    background-image: -webkit-linear-gradient(top,#298fce);
    background-image: -moz-linear-gradient(top,#298fce);
    background-image: -ms-linear-gradient(top,#298fce);
    background-image: -o-linear-gradient(top,#298fce);
    background-image: linear-gradient(top,#298fce);
}



.button-submit-rojo {
    color: #eaeaea;
   border: 1px solid #cc0000;
    text-shadow: 0 1px rgba(0,0,0,0.1);
     background-image: none; 
     background: #F00 none repeat scroll 0% 0%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#F00));
    background-image: -webkit-linear-gradient(top,#F00);
    background-image: -moz-linear-gradient(top,#F00);
    background-image: -ms-linear-gradient(top,#F00);
    background-image: -o-linear-gradient(top,#F00);
    background-image: linear-gradient(top,#F00);
}



.top-bar {
    background-color: #3b3e42;
    color: #b3b2b3;
    font-weight: bold;
    font-size: 9px;
    height: 25px;
    text-align: right;
}

.portals {
    float: right;
}

.portals ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul, li {
    margin: 0;
    padding: 0;
}
.group {
    overflow: visible !important;
}
.portals ul li a {
   
    font-weight:bold;
    color:  #9b9b9d;
    font-size: 9px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 28px;
    font:bold 20px

}
.portals ul li {
    float: left;
    margin: 0 20px 0 0;
    white-space: nowrap;
}
.checkout-icon {


   background-image: url("../img/usuario.png");
    background-repeat: no-repeat;.
    background-size: 15px 13px;   
    padding-left: 20px;
       color: #9b9b9d;
}

.disenoTabla a{
  color: #298fce;   
    border-bottom: 0.1px solid #298fce;
    text-decoration: none;
}

.disenoTabla a:hover {
   
    color: #1c638e;
 border-bottom: 0.1px solid #1c638e;
   /* color: #bcec49;*/
}

/*Tabla diseno*/
.disenoTabla {
  margin:0px;padding:0px;
  width:100%;
 font-size: 14px;
    border: 1px #000;
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
  
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
  
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
  
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}.disenoTabla table{
    border-collapse: collapse;
        border-spacing: 0;
  width:100%;
  height:100%;
  margin:0px;padding:0px;
}.disenoTabla tr:last-child td:last-child {
  -moz-border-radius-bottomright:0px;
  -webkit-border-bottom-right-radius:0px;
  border-bottom-right-radius:0px;
}
.disenoTabla table tr:first-child td:first-child {
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius:0px;
  border-top-left-radius:0px;
}
.disenoTabla table tr:first-child td:last-child {
  -moz-border-radius-topright:0px;
  -webkit-border-top-right-radius:0px;
  border-top-right-radius:0px;
}.disenoTabla tr:last-child td:first-child{
  -moz-border-radius-bottomleft:0px;
  -webkit-border-bottom-left-radius:0px;
  border-bottom-left-radius:0px;
}.disenoTabla tr:hover td{
  
}
.disenoTabla tr:nth-child(odd){ background-color:#f9fafb; }
.disenoTabla tr:nth-child(even)    { background-color:#ffffff; }.disenoTabla td{
  vertical-align:middle;
  border-width:0px 1px 1px 0px;
  text-align:left;
  padding:7px;
  font-size:14px;
  font-family:Arial;

  color:#616469;
}.disenoTabla tr:last-child td{
  border-width:0px 1px 0px 0px;
}.disenoTabla tr td:last-child{
  border-width:0px 0px 1px 0px;
}.disenoTabla tr:last-child td:last-child{
  border-width:0px 0px 0px 0px;
}
.disenoTabla tr:first-child td{
    background:-o-linear-gradient(bottom, #616469 5%, #616469 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #616469), color-stop(1, #616469) );
  background:-moz-linear-gradient( center top, #616469 5%, #616469 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#616469", endColorstr="#616469");  background: -o-linear-gradient(top,#616469,616469);
  background-color:#616469;
  /*text-align:center;*/
  border-width:0px 0px 1px 1px;
  font-size:14px;
  font-family:Arial;
  font-weight:bold;
  color:#eae8e8;

}
.disenoTabla tr:first-child:hover td{
  background:-o-linear-gradient(bottom, #616469 5%, #616469 100%);  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #616469), color-stop(1, #616469) );
  background:-moz-linear-gradient( center top, #616469 5%, #616469 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#616469", endColorstr="#616469");  background: -o-linear-gradient(top,#616469,616469);

  background-color:#616469;
}
.disenoTabla tr:first-child td:first-child{
  border-width:0px 0px 1px 0px;

}
.disenoTabla tr:first-child td:last-child{
  border-width:0px 0px 1px 1px;

}

.x-panel{
    background: transparent;
    border-color: #d0d0d0;
    border-style: solid;
    border-width: 1px;
}
.disenoTabla th,.disenoTabla td {
    border-bottom: 1px solid #ddd;
}
/*Tabla diseno*/


.right.tabPanel .x-tab {
    float: right;
    position: static !important;
}

#page-sumit
{
  margin-top: -35px;
}

.email {
    position: absolute;
    top: 31px;
    right: 15px;
    color: #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    direction: ltr;
    font-size: 1.0em;
}

.mensaje
{
  position: absolute;
  top: 70px; 
  left: 8px;
  color: #999;
}

.error
{
color: #dd4b39;
    margin: .5em 0 0;
}


.bubble 
{
/*right: 260px;
    bottom: 125px;*/
 webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid;
    border-radius: 10px;
    position: absolute;
    z-index: 1201 !important;
    border-color: #bbb #bbb #a8a8a8;
    padding: 16px;
    width: 255px;
    line-height: 17px;
}
 /*.bubble {
  display: none;
  }
  */
.bubble:after 
{

content: '';
position: absolute;
border-style: solid;
border-width: 9px 0 9px 9px;
border-color: transparent #FFFFFF;
display: block;
width: 0;
z-index: 1;
border-color: transparent #bbb; 
right: -9px;
top: 12px;
}


input:focus + [role="_mensaje"] {
 display:block;
  height:0;
  position:absolute;
  width:0

}

#msg_notify
{
  max-width: 50%;
  margin:  auto
}
.notify{
    display:none;
    background-color: #298fce;
    color: #FFF;    
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
   
}
.notify {
    padding: 8px;
    margin: 0px;
}
.notify.error{
    background-color: #F00;
}

label.radio {
  width: 100%;
  border-radius: 3px;
}
.radio {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  margin-right: 10px;
  line-height: 18px;

}
input[type=radio] {
  text-indent: 3.25em;
  padding: 10px;
  /* display: none; */
}
.radio:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-color: #0088cc;
  color: #f3f3f3;
  text-align: center;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
  font-size: 30px;
  border-radius: 10px;
}

.input-icon-continuar{
  background-image: url("../img/continuar.png");
  
  padding-right: 35px;
  background-repeat: no-repeat;

  background-position: right 5px bottom 6px;
  }

  .input-icon-regresar{
  background-image: url("../img/regresar.png");
  
  padding-left: 35px;
  background-repeat: no-repeat;

  background-position: left 5px bottom 6px;
  }

    .input-icon-blanco{
   background-image: url("../img/blanco.png");
  
  padding-right: 35px;
  background-repeat: no-repeat;

  background-position: right 5px bottom 6px;
  }

/*
input[type=radio]:checked + .radio:before {
  content: "\2022";
}
*/

div.notas
{
  color: #bcbbbb;
  background: #ffffff;
  -moz-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
 border: 1px solid #bbbbbb;
  width: 100%
}
div.notas p{
      line-height: 20px;
      padding: 8px;
}

div.contenedor-carga
{
  position: fixed;
  background: rgba(0,0,0,0.1);
 /* opacity: 0.9; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}


/*
input[type=radio] {
    display: none;
}
.css-label {      
          clear: both;     
          display:inline-block;
          line-height:21px;
          background-repeat:no-repeat;
          background-position: 0 0;
          font-size:21px;
          vertical-align:middle;
          cursor:pointer;

            }*/

/* radio focus */

/*
.content input.error {
       border: 1px solid #dd4b39;
    border: 1px solid #dd4b39;
    bu
}
*/

input[type=checkbox].error, input[type=email].error, input[type=number].error, input[type=password].error, input[type=text].error, input[type=tel].error, input[type=url].error {
    border: 1px solid #dd4b39;
   
}

/*
.content input.valid{

    border: 1px solid #009800;
    background-repeat:no-repeat;
    background-position: 98%;
 }
*/
/*
.content  label.error  {  
 background-image: url("../img/cross.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  height: 16px;
 
}

.content label.valid{  
 background-image: url("../img/tick.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  height: 16px;
margin: 0px 0 -5px 10px;
}

#tick{display:none}
#cross{display:none}
/*
.content  label.error {
 
    height: 16px;
    background-image: url("../img/cross.png");
    background-repeat: no-repeat;
    padding-left: 20px;
}

.content  label.valid {
    height: 16px;
    background-image: url("../img/tick.png");
    background-repeat: no-repeat;
    padding-left: 20px;
      margin: 2px 10px 0 8px;
}
*/

/*
background-image: url("../img/usuario.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    color: #9b9b9d;*/


/**
element.style {

    margin-top: -28px;
    /* height: 27px; */
    /* width: 1357px; */
/*}*/

/**/