
@font-face {
    font-family: 'glyphicons-halflings-regular';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
         url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
         url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular') format('svg');

    font-weight: normal;
    font-style: normal;
}
@font-face {

    font-family: 'AndikaRegular';
    src: url('../fonts/andika-r-webfont.eot');
    src: url('../fonts/andika-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/andika-r-webfont.woff') format('woff'),
         url('../fonts/andika-r-webfont.ttf') format('truetype'),
         url('../fonts/andika-r-webfont.svg#AndikaRegular') format('svg');

    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Amadeus';
    src: url('../fonts/web fonts/amadeus_regular_macroman/Amadeus-webfont.eot');
    src: url('../fonts/web fonts/amadeus_regular_macroman/Amadeus-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/web fonts/amadeus_regular_macroman/Amadeus-webfont.woff') format('woff'),
         url('../fonts/web fonts/amadeus_regular_macroman/Amadeus-webfont.ttf') format('truetype'),
         url('../fonts/web fonts/amadeus_regular_macroman/Amadeus-webfont.svg#amadeus_regularamadeusRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CarterOneRegular';
    src: url('../fonts/carterone-webfont.eot');
    src: url('../fonts/carterone-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/carterone-webfont.woff') format('woff'),
         url('../fonts/carterone-webfont.ttf') format('truetype'),
         url('../fonts/carterone-webfont.svg#CarterOneRegular') format('svg');

    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Raleway', sans-serif;  
}
.clear{
    padding: 20px;
}

.form_login{ 
    opacity: .80;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.2);  
    border-radius: 10px;
    border-style: double;
    background-color: black;
    background-position: bottom;
    margin: auto;     
    height:350px;
    width: 70%;
    max-height: 600px;
    max-width: 700px;
    /*alignment-adjust: central;*/
    color: white;
}

/* The animation code */
@keyframes example {
    0%   { background-image: url('../img/fondos/bg9.jpg') ;}
    25%  { background-image: url('../img/fondos/fondo3.jpg') ;}
    50%  { background-image: url('../img/fondos/bg2.jpg') ;}
    75%  { background-image: url('../img/fondos/bg2.jpg') ;}
    100% { background-image: url('../img/fondos/bg8.jpg') ;}
}

/* The element to apply the animation to */
body.b-login{
    
    background-image: url('../img/fondos/bg9.jpg') ;
    background-repeat: no-repeat;
    animation-name: example;
    animation-duration: 30s;
    animation-iteration-count: infinite;
}
#scroll{
    overflow-y:scroll;
    height:425px;
    
}
#scroll-text{
    overflow-y:scroll;
    height:80px;
    width: 80%;
    margin: auto;
}
.text{
    margin-top: 5px;
}
table{   
    font-size: 12px;
}
tbody{
    font-family: AndikaRegular;
    overflow-y: scroll;
}


.center{
    width: 100%;   
    text-align: center;
    margin: auto;
}
#resultado{  
    font-family: AndikaRegular;
    margin: auto;
    width: 90%;
    padding: 20px;     
    font-size: 8px;  
    
}
#search_form{
    margin: auto;
    width: 80%;
    padding: 7px;     
    font-size: 12px;
    float: right;

}

.titulo{
     text-align: justify;     
}
.titulo-logo{
     text-align: center;
     color: #12549a;
}

tr:hover td{background:#D2F6BB;}

#search_s{
    color: blue;
}
.center2{
     width: 100%;
}
thead th{
    text-align: center;
}
.text-center{
    color: white;
    /*font-family: Amadeus;*/
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
    text-align: center;
    padding-top: 18px;
    margin: auto;
}
