@font-face

{

  font-family: soberana;

  src:url(../fonts/SoberanaSans-Regular.ttf);

}

body

{

  font-family: soberana;

}

#informacion {

  font-family: soberana;

  font-size: 12;

  color: #203c6c;

 }



#importancia {

  font-family: soberana;

  font-size: 12;

  color: red;

}



.btn-primary

{

	background-color: #203c6c;

	border-color: #203c6c;

}



.btn-primary:hover

{

	background-color: #203c6c;

	border-color: #203c6c;

}





#login-der-bt

{

	text-decoration: none;

    padding: 10px;

    padding-left: 10px;

    padding-right: 10px;

    font-weight: 400;

    font-size: 14px;

    color: #ffffff;

    background-color: #203c6c;

    border-radius: 6px;

}





.tabla

{

  position: relative;

}



.scroll

{  

    max-height: 100px;

    overflow: scroll;

    max-width: 600px;

}​



#letra

{

  color: white;

}



.animacion

{

  animation-duration: 20s;

  animation-timing-function: ease-in-out;

  animation-iteration-count: infinite;

}



.marco

{

   border-radius: 6px;

   border-color: #203c6c;
   
   /*style="background-color: #1c3c6c; border-color: #1c3c6c"*/

}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #203c6c;
}
