body {
    font-family: Arial,Helvetica,sans-serif;
}

/*------ Estilos para el logo -------------*/
.navbar-brand
{
    
    font-family: 'Kabel_Book_BT';
    font-size: 24px;
    font-weight:600;
    padding: 6px 20px 6px;
    line-height: 1.4;
}

.navbar-brand>img{
    width: 29px;
    height: auto;
    padding-bottom: 5px;
    display: inline;
}

.navbar-default .navbar-brand{
    color: #999;
}


/*------ Content -------------*/


@media (min-width: 950px) { 
    
    .content{
        margin-top: 80px;
    }

} 

.content p{
   font-size: 14px;
   text-transform: uppercase;
   color: #dad9d9;
}
/*------ Panel -------------*/



.panel-presentation
{
    color: #ffffff;
    text-align: center;
}

.panel-login {
	border-color: #0079a1;
}

.panel-login label{
        color: #504e4e;
	font-size: 14px;
}

.panel-login h4{
    color: #7b7979;
    font-weight: 400;
    margin-bottom: 25px;
}

.panel-login>.panel-heading {
	color: #00415d;
	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: #029f5b;
	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;
}

/*------ Estilos para los alertas -------------*/

.alert-margin
{
    /*margin:10px 0 10px 0;*/
    margin:5px 0 5px 0;
    padding: 5px;
}


.alert-full h5
{
    font-weight: bold;
}


/*------ Estilos para el loading -------------*/

#display-buscando
{
    display: none;
    height: 20px;
    left: 45%;
    /*padding: 5px;*/
    position: fixed;
    text-align: center;
    top: 0px;
    width: 120px;

}

#display-espera
{
    display: none;
    height: 20px;
    left: 40%;
    padding: 5px;
    position: fixed;
    text-align: center;
    top: 63px;
    width: 120px;
    
}



/*------ Fondo body -------------*/


.welcome-azul
{ 
  background: #0b8ebe;
  
}
.welcome-verde
{
 background: #95ba10;    
}

.welcome-amarillo
{
  background: #ebb42e;  
}

.welcome-naranja
{
  background: #f29536;   
}



/*------ Footer -------------*/

footer
{
    color: #dddddd;
    padding: 10px;
    margin-top: 50px;
    text-align: center;
   
}

footer a:link,
footer a:active,
footer a:hover,
footer a:visited
{
    color: #e5e5e5;
    font-weight: bold;

}
