#correcto{
    color: green;    
    font-family: 'Raleway', verdana;    
    font-weight: normal;
}

#error, .error{
    color: #970a0a;    
    font-family: 'Raleway', verdana;    
    font-weight: normal;
}

.menu, .texto{
    font-size: 13px;
    font-family: 'Raleway', verdana;   
    font-weight: normal;
}

.textochico{
    font-size: 10px;
    font-family: 'Raleway', verdana;
    font-weight: normal;
}


.textotachado{
    font-size: 13px;
    font-family: 'Raleway', verdana;
    text-decoration: line-through;   
    font-weight: normal;
}

.icono{  
    color: #64b8e1;
    font-family: 'Raleway', verdana;  
    font-weight: normal;
    text-shadow: 0px 1px 0.6px rgba(0,30,94,255);
}

.text-warning{
    color: #001e5e;
    font-weight: bold;
}

a:link {
    text-decoration: none;
    color: #35353d;  
    font-weight: normal;
}

a:hover {
    text-decoration: none;
    color: #64b8e1;   
    font-weight: normal;
}

a:visited {
    text-decoration: none;
    color: #35353d;    
    font-weight: normal;
}

.opcion{
    text-decoration: none;
    color: #444;
    font-weight: normal;
}

#envoltura{
    margin: auto;
    width: 100%;
    position: relative;
    top:80px;
    background-color: rgba(255,255,255,0);
    border-radius: 8px;
}

body{
    background: #444;
}

.glyphicon {
    font-size: 16px;
}

.fa {
    font-size: 16px;
    font-weight: normal;
}

.well {
    background-color: rgba(255, 255, 255,0.8);
    border-top: 8px solid #001e5e;    
    border-bottom: 4px solid #64b8e1;
    box-shadow: 0px 4px 4px #000;
    background-color: #e9e9eb;
}

.irarriba {
    z-index:4;
    width:44px;
    height:44px;
    opacity:0.5;
    position:fixed;
    bottom:66px;
    right:10px;
    display:none;
    text-indent:-9999px;
    background: url('../..//img/irarriba.png') no-repeat;
}

.irabajo {
    z-index:4;
    width:44px;
    height:44px;
    opacity:0.5;
    position:fixed;
    bottom:22px;
    right:10px;
    display:none;
    text-indent:-9999px;
    background: url('../..//img/irabajo.png') no-repeat;
}  