﻿body {
}
.nav-link, .navbar-brand {
    color: white !important;
}
.toggle.btn {
    min-width: 4.7rem !important;
    min-height: 3.15rem !important;
}
.btn-primary {
    background-color: #006486 !important;
}
.titulo,.subtitulo
{
    /*text-align:center;AZUL: #006486  VERDE:#029951*/
    color:#3276B1 !important;
    font-weight:bold;
}
    .titulo a
    {
        text-decoration:none;
    }
.boton
{
    text-align:center;
    margin-bottom:20px;
    padding:10px 20px 10px 20px;
}

#ventanaAyuda {
       position: fixed;
    right: -90px;
    top: 125px;
    width: 340px;
    z-index: 999;
}
    #pestana_ayuda
    {
        color:#fff;
        font-size: 18px;
        width: 150px;
        text-decoration:underline;
        cursor:pointer;
        background-color:#3C8DBC;
        padding:10px 0px 10px 15px;
        border:3px solid silver;
        -webkit-border-top-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
    }
    #pestana_contenido
    {
        background-color: silver; 
        color:#000;
        width: 100%;
        padding:10px 5px 10px 15px;
    }
    #pestana_contenido ul
    {
        margin:0px;
        padding:0px;
    }
    .videoItem
    {
        list-style-type:none;
        color:#000;
        font-size:14px;
        margin-left:0px;
    }
    .videoItem a
    {        
        color:#000;
        font-size:14px;
        text-decoration:none;
        margin:4px;
    }
  .modal-dialog {
      position:initial;
  width: 90%;
  height: 90%;

}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.loading {
    width: 300px;
    padding: 20px;
    background: #006486;
    color: white;
    text-align: center;
    margin: 0 auto;
}