
html,body{
	font-family: DINCond;
}
body{
    padding-top: 0px;
}
header{
    /*background: #8e98dc;*/
    background: #365626;
    float: left;
    width: 100%;
	color: #efeeee;
    border-bottom: 34px solid #4f4e4e;
}
.clear{
	clear: both;
}
header img.logo_escritorio{
    width: 150px;
}
header img.logo_movil{
    width: 50px;
}
header .logo-titulo{
	border-right: 4px solid #1a2750;
	/*background: #334ca0;*/
	background: #293c7d;
	float: left;
}
header .logo-titulo h1{
	float: right;
	text-align: center;
	margin: 2%;
	font-size: 32px;
	font-weight: normal;
}
header .logo-titulo .logo_movil{
	display: none;
}
header .idiomas {
	float: right;
}
header .idiomas .enlaces_idiomas{
	text-align: right;
	padding-top: 25px;
}
.cuerpo{
    min-height: 650px;
}
footer{
	background-color: #4b4b4b;
    color: #fff;
    padding: 60px 0 15px;
    margin-top: 50px;
}
.body-login footer{
	position: absolute;
    bottom: 0;
    width: 100%;	
}
footer .titulos-pie{
	float: right;
}
footer .titulos-pie h2{
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}
footer .titulos-pie h3{
    letter-spacing: 1px;
    text-align: right;
}
footer .copy{
    margin-top: 25px;
}
/* Login */
.login .container-form{
	float: left;
    padding: 0px 100px 40px 100px;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    background: linear-gradient(#293c7d, #365626);
}
.login .titulo{
    color: #a1acb7;
    font-size: 32px;
	font-weight: 400;
    margin-top: 20%;
	margin-bottom: 15px;
}
.login .container{
	padding-left: 15%;
}
form input.form-control,form select.form-control{
	background-color: #e9eeff;
	border: 1px solid #ccc;
}
.login .container input{
    width: 350px;
    padding: 4px;
    margin: 5px;
    margin-left: 15px;
    
}
.login .container input[type="submit"]{
	background: #5e8bb7;
    color: #efeeee;
    border: 1px solid #5e8bb7;
}

/* Fin Login */

/* lanbigest y restore */
ul.nav-tabs li{
    margin-top: 35px;
	width: 30%;
    font-size: 20px;
    background: #787878;
	margin-right: 4px;
}
ul.nav-tabs li a{
	color: #efeeee;
    border-radius: 5px 5px 0 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,.nav-tabs>li>a:hover{
	border-top: 3px solid #5e8bb7;
	background-color: #eee;
	color: #555;
}
ul.nav-tabs li:hover{
	background: none;
}
.nav-tabs>li.active{
	background: none;
}
.tab-content{
	padding: 15px;
    background: #eeeeee;
    font-size: 16px;
    float: left;
    width: 100%;	
}
.tab-content form{
    padding-top: 20px;
}
form  input[type="submit"],.boton-restaurar{
    width: 30%;
    padding: 4px;
    margin: 5px;
    margin-left: 30px;
    background-color: #e9eeff;
    border: 1px solid #ccc;
    background: #5e8bb7;
    color: #efeeee;
    margin-top: 25px;
    border-radius: 6px;
    /* float: right; */
    height: 42px;
    font-size: 18px;
}	
.tabla-resultados{
	padding-left: 25px;
    padding-right: 25px;
}
.boton-restaurar{
	    margin: 10px 0 5px 0px;
}
.tabla-resultados{
	margin-top: 50px;
	/*display: none;*/
}
.error-ok{
	color: green;
	font-size: 18px;
}
.error-bad{
	color: red;
    font-size: 18px;
}
.enlaces_idiomas form input[type="submit"]{
    width: auto;
    padding: 0;
    margin: auto;
    background-color: none;
    border: 0px solid #ccc;
    background: none;
    color: #efeeee;
    margin-top: auto;
    border-radius: 0;
    float: none;
    height: auto;
    font-size: 18px;
}
/* FIN lanbigest y restore */

@media screen and (max-width: 768px){
	.login .container {
		padding-left: 25%;
	}
	header .idiomas .enlaces_idiomas {
		padding-top: 15px;
		padding-bottom: 10px;
	}
	
	header .logo-titulo {
		border-right: none;
		float: none;
	    padding: 0;	
	}
	header .logo-titulo h1{
		padding-right: 10px;
	}
	header .logo-titulo .logo_escritorio{
		display: none;
	}
	header .logo-titulo .logo_movil{
		display: inline;
	}
	.login .container input{
		width: 90%;
	}
}
@media screen and (max-width: 492px){
	.login .container {
		padding-left: 20%;
	}
	.login .container-form{
		padding: 0px 50px 40px 50px;
	}
	.login .container input {
		width: 100%;
		margin-left: 0px;
	}
}