* {
    padding: 0;
    border: 0;
    margin: 0;
    outline: 0;
    resize: none;
    border-spacing: 0;
    border-collapse: collapse;
    text-decoration: none;
}
/* enlaces y botones */
a,
a:focus,
a:active,
.lnk-black,
.lnk-black:focus,
.lnk-black:active{
    color: black;
}
a:hover,
.lnk-black:hover {
    color: #243049;
}
a:focus, a:active, a:hover {
    text-decoration: none;
}
.lnk-corp,
.lnk-corp:focus,
.lnk-corp:active {
    color: #243049;
}
.lnk-corp:hover {
    color: black;
}
.btn-corp,
.btn-corp:focus,
.btn-corp:active {
    background-color: #243049;
    color: white;
}
.btn-corp:hover {
    background-color: black;
    color: white;
}
/* colores */
.tx-corp,
.tx-corp:focus,
.tx-corp:active,
.th-corp:hover {
    color: #243049;
}
.tx-white,
.tx-white:focus,
.tx-white:active,
.th-white:hover {
    color: white;
}
.tx-black,
.tx-black:focus,
.tx-black:active,
.th-black:hover {
    color: black;
}
.bg-corp,
.bh-corp:hover {
    background-color: #243049;
}
.bg-corp-rgba,
.bh-corp-rgba:hover {
    background-color: rgba(0, 0, 128, 0.5);
}
.bg-white,
.bh-white:hover {
    background-color: white;
}
.bg-black,
.bh-black:hover {
    background-color: black;
}
.bg-transparent,
.bh-transparent:hover{
    background-color: transparent;
}
/* formulario */
.form-control::-moz-placeholder {
    opacity: 1;
}
select ~ .form-control-feedback {/* Fix para feedback de bootstrap en los select, sacado de https://github.com/twbs/bootstrap/issues/14202 */
    margin-right: 15px;
}
/* varios */
#cargando {
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.75);
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
}
.cargando #cargando {
    display: block!important;
}
/* tamaños */
.full-size          {width: 100%; height: 100%}
/* posicionamientos */
.pos-static         {position: static}
.pos-relative       {position: relative}
.pos-absolute       {position: absolute}
.pos-fixed          {position: fixed}
.pos-top-left       {top: 0; left: 0}
.pos-top-right      {top: 0; right: 0}
.pos-bottom-left    {bottom: 0; left: 0}
.pos-bottom-right   {bottom: 0; right: 0}
/* floats */
.clear-left         {clear: left}
.clear-right        {clear: right}
/* display */
.display-none       {display: none}
.display-inline     {display: inline}
.display-inlineblock{display: inline-block}
.display-block      {display: block}
.display-table      {display: table}
.display-tablecell  {display: table-cell}
/* alineacion */
.valign-top         {vertical-align: top!important}
.valign-bottom      {vertical-align: bottom!important}
.valign-middle      {vertical-align: middle}
/* texto */
.text-italic        {font-style: italic}
.text-underline     {text-decoration: underline}
.text-light         {font-weight: 300}
.text-regular       {font-weight: 400}
.text-semibold      {font-weight: 600}
.text-bold          {font-weight: 700}
.text-lineheight10  {line-height: 1.0}
.text-lineheight11  {line-height: 1.1}
.text-lineheight12  {line-height: 1.2}
.text-lineheight15  {line-height: 1.5}
.text-tam8          {font-size: 8px}
.text-tam9          {font-size: 9px}
.text-tam10         {font-size: 10px}
.text-tam11         {font-size: 11px}
.text-tam12         {font-size: 12px}
.text-tam13         {font-size: 13px}
.text-tam14         {font-size: 14px}
.text-tam15         {font-size: 15px}
.text-tam16         {font-size: 16px}
.text-tam18         {font-size: 18px}
.text-tam20         {font-size: 20px}
.text-tam22         {font-size: 22px}
.text-tam24         {font-size: 24px}
.text-tam26         {font-size: 26px}
.text-tam28         {font-size: 28px}
.text-tam30         {font-size: 30px}
.text-tam36         {font-size: 36px}
.text-tam40         {font-size: 40px}
.text-tam44         {font-size: 44px}
.text-tam48         {font-size: 48px}
.text-tam60         {font-size: 60px}
.text-tam72         {font-size: 72px}

.infoAyuda{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('../images/ayuda.png');
}