/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*
++++++++++++++++++++++ INICIO Personalizada +++++++++++++++++++++
 */

.navbar-custom {
    background-color:#1E88E5;
    color:#ffffff;
    border-radius:0;
}
  
.navbar-custom .navbar-nav > li > a {
    color:#ffffff;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #000000;
    background-color: #ffffff;
}
      
.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #ffffff;
}
      
.navbar-custom .navbar-brand {
    color:#eeeeee;
}
.navbar-custom .navbar-toggle {
    background-color:#eeeeee;
}
.navbar-custom .icon-bar {
    background-color:#ffffff;
}
/*
++++++++++++++++++++++ FIN Personalizada +++++++++++++++++++++
 */
.textotitulo{
    font-size: 18px;
}
.textotituloform{
    font-size: 16px;
    font-weight: bold;
    color: #507C9A;
}
.textoboton{
    font-family: Arial; 
    font-size: 14px;
}
.texto{
    font-size: 16px;
}
.textoderecha{
    text-align: right;
}

.blanco{
    color: white;
}

.margentituloform{
    margin-top: 10px;
}
.anchototal {
    width: 100%;
}








.headerresto{
    background-color: #3A3D99;
    margin-top: 50px;
}

.navbar-brand{ padding-top: 0px; }
.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}
hr{
    height: 1px;
    color: #3A3D99;
    background-color: #3A3D99;
    border: none;
}
/* unvisited link */
.leer a:link {
    color: #F6821A;
    text-decoration: none;
}
/* visited link */
.leer a:visited {
    color: #F6821A;
    text-decoration: none;
}
section#exporta{
    background-color: #F8F8F8;
}
.bordearribaabajo{
    padding-top: 30px;
    padding-bottom: 30px;
}
.titulogrande{
    font-size: 40px;
}
.label-sistema{
    font-size: 12px;
}
div{
    border: 0px solid #d0d0d0;
}
.padding-1{
    padding-top: 1px;
    padding-bottom: 1px;
}
.padding-2{
    padding-top: 2px;
    padding-bottom: 2px;
}

.texto{
    color: white;
    font-family: 'Open Sans', sans-serif;
}
.txtancho1{
    width: 180px;
}

.centrartel{
    padding-top: 5px;
    padding-bottom: 5px;
}
.derecha{
    padding-top: 5px;
    text-align: right;
}
.tamtext1{
    font-size: 12px;
}
.adaptar{
    width: 100%;
}
.letraploma{
    color: #F8F8F8;
}

.color5{
    background-color: green;
}
.color6{
    background-color: yellow;
}
.color7{
    background-color: #909;
}
.color8{
    background-color: #231;
}
.color9{
    background-color: #444;
}
.color10{
    background-color: #777;
}
.color11{
    background-color: #898;
}
.color12{
    background-color: #245;
}
.color13{
    background-color: #555;
}
.color14{
    background-color: #111;
}
.color15{
    background-color: #888;
}
.color16{
    background-color: #345;
}
.color17{
    background-color: #474;
}
.color18{
    background-color: #999;
}


.progressadd { width: 96%; margin: 0px auto;}
.progress-bar { width:0%; }
#uploadFile { width: 245px; }
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-ttc,
.btn-ttc:hover,
.btn-ttc:active {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
  background-color: #3A3D99;
}

.btn-ttc:focus{
    color: #E6E6E6;
} 
/* Aplicar gradientes de colores */
/* Nota: no se muestran aquí todos los gradientes que tendrás que
   definir para los diferentes navegadores. */
.btn-ttc {
  background-repeat: repeat-x;
  background-image: linear-gradient(top, #FFF 0%, #3A3D99 100%);
}
 
/* Estilos del estado :hover del botón */
/* Uno de los estilos más sencillos y eficaces para el estado :hover
   consiste en subir hacia arriba ligeramente la imagen de fondo del
   botón, pero puedes definir otros estilos adicionales si quieres. */
.btn-ttc:hover {
  background-position: 0 -15px;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}