@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300);

body{
	background: url(../img/fondo.png) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
position:relative;
	 
}
p{
  font-family: 'Ubuntu', sans-serif;
}
h1,h2,h3,h4,h5,p,table,nav{
  font-family: 'Ubuntu', sans-serif;
}

h1{color:#FBB829;font-family: 'Ubuntu', sans-serif;}
.ht{
  background-color: #2b77b5!important;
}
.checkbox{
  text-align:left;
}
.panel-login {
  border-color: #ccc;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
  color: #00415d;
  background-color: #fff;
  border-color: #fff;
  text-align:center;
}
.panel-login>.panel-heading a{
  text-decoration: none;
  color: #666;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
  color: #1672b8;
  font-size: 18px;
}
.panel-login>.panel-heading hr{
  margin-top: 10px;
  margin-bottom: 0px;
  clear: both;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
  height: 45px;
  border: 1px solid #ddd;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
  outline:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}
.btn-login {
  background-color: #59B2E0;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
  color: #fff;
  background-color: #53A3CD;
  border-color: #53A3CD;
}
.forgot-password {
  text-decoration: underline;
  color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
  text-decoration: underline;
  color: #666;
}

.btn-register {
  background-color: #1CB94E;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
  color: #fff;
  background-color: #1CA347;
  border-color: #1CA347;
}

.user-photo{
  width: 150px;
  height: 150px;
}

#main-header{
    display: block;
    height: 130px;
    padding: 20px 0;
    background-color: #fff;
}

.main-header{
  text-align: center;
}

#main-header .header-title {
    font-size: 1.4em;
    margin: 5px 0;
    font-family: 'Ubuntu', sans-serif;
}
#main-header .header-subtitle {
    font-size: 1.2em;
    margin: 5px 0;
    color: #858585;
    font-family: 'Ubuntu', sans-serif;
}
.user-forms{
  padding-top: 100px;
}

.btn{
  background: #2b77b5!important;
  color: white!important;
}
.footer{
    /*position: absolute;*/
    bottom: 0!important;
    width: 100%;
    height: 30px!important;
    background-color: rgba(43,118,181,0.7);
    /*background-color: #2b77b5#2b77b5;*/
    text-align: center;
    color: white;
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
}
.footer p{
  font-family: 'Ubuntu', sans-serif;
}
.intro{
  font-size: 16px;
  padding-bottom: 25px;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
  content: '|';
  padding: 0px 10px;
}

.navbar .navbar-collapse {
  text-align: center;
}
.azul{
  background: #2b77b5!important;
}
.navbar-default .navbar-nav>li>a {
    color: #fff!important;
}
.panel-title{
  text-align: center;
}
.panel-body{
  text-align: center;
}
table th {
  text-align: center;
  background-color: #2b77b5!important;
}
table tr {
  text-align: center;
}
.table th{
  border: 1px solid;
    background-color: #2b77b5;
    color: white;
}
.dropdown-menu  {
    color: #FFF!important;
    text-decoration: none;
    background-color: #2b77b5!important;
}
.dropdown-menu > li > a {
    color: #FFF!important;
    
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #184467;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #184467;
}
.hidden{
  visibility: hidden!important;
}
.blue-heading{
  text-align: left!important;
  color:white!important;
  background: #2b77b5!important;
}
.hero-widget { text-align: center; padding-top: 20px; padding-bottom: 20px; }
.hero-widget .icon { display: block; font-size: 96px; line-height: 96px; margin-bottom: 10px; text-align: center; }
.hero-widget var { display: block; height: 64px; font-size: 64px; line-height: 64px; font-style: normal; }
.hero-widget label { font-size: 17px; }
.hero-widget .options { margin-top: 10px; }

.btn-del{
  background: red;
  color: white;
  padding: 5px;
  border-radius: 100px;
}

