
h1{
    color: rgba(104,1,59, 1);
    /*font-size: 40px;*/
    text-align: center;
    padding-top: 1.5%;
}

h2{
    color: rgba(104,1,59, 1);
    /*font-size: 40px;*/
    text-align: center;
    padding-top: 1%;
    margin-top: 0px;
    margin-bottom: 5px;
}

h3,h4{
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.well{
    /*background: url(../../html/images/background/fondo_SICDO_2.jpg) 40% 50% scroll;*/
    background: url(../../html/images/background/ipn_menu.jpg) 40% 50% scroll;
    background-size: 100%;
    background-repeat: no-repeat;
    border-color: #68013b;
    border: 3px solid;
    border-radius: 20px;
    /*border: 1px solid;*/
    /*background-image:none;*/
    /*background-color: rgba(29, 28, 28, 0.76);*/
    /*background: url(../../html/images/menus_inicio.jpg) 40% 50% no-repeat scroll;*/
    /*color: rgba(29, 28, 28, 0.76);*/
}

.well:hover, .well:focus{
    border-color: #68013b;
    border: 3px solid;
    color: rgba(104, 1, 59, 1); 
    background: rgba(104, 1, 59, 0.32);
    /*background-color: rgba(104, 1, 59, 1);*/
    /*color: rgba(104,1,59, 1);*/
    /*#37536b
    #8e8d93
    #b1becf
    #dcdcdc
    #7d3050*/
}

.well-cerrarsesion{
    background: url(../../html/images/background/ipn_menu.jpg) 40% 50% scroll;
    background-size: 100%;
    background-repeat: no-repeat;
    border-color: rgba(29, 28, 28, 0.76);
    border: 2px solid;
    border-radius: 80px;
    padding:8px;
    
}

.well-cerrarsesion:hover, .well-cerrarsesion:focus{
    border-color: rgba(104,1,59, 1);
    border: 2px solid;
    color: rgba(104, 1, 59, 1); 
    background: rgba(104, 1, 59, 0.32);
}

/* Bienvenida */
.typewriter h3 {
  /*color: #fff;*/
  /*font-family: monospace;*/
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  /*letter-spacing: .40em;   Adjust as needed */ 
  animation: 
    typing 5s steps(30,end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #68013b; }
}


