/*@import url("https://use.fontawesome.com/9d284c9beb.js");
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700,400italic);*/

html{
	box-sizing: border-box;
	height: 100%;
}

body {
	font-family: 'Titillium Web', sans-serif;
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
	min-height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/*
img{
	width: 150%;
}*/
.div_proc_overlay .proc_txt > img{
	display: flex;
	margin: 0px auto;
}

.ui-widget-header{
	background-color: #05185d;
}

.navbar-fixed-top{
	background: #ccc;
}

body { padding-top: 10rem; }

.title
{
	color: #4b79bb;
	text-align:center;
	font-size:25px;
	font-family: "Calibri";
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 3%;
}

.container{
	width: 95%;
	margin:auto;
	max-width: 960px;
}

.logo{
	width: 200px;
	float: left;
	padding-top: 1px;
}

.logo_tdi{
	width: 100px;
	float: right;
}

figure{
	margin: 0;
	line-height: 0;
}

h1 {
    color: #FFF;
    background-color: #0084C5;
    padding: 5px 0px 10px 20px;
    margin: 0;
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;
    clear: both;
}

form {
    margin-top: 8px;
}

footer{
	background:#231F20;
	color:#fff;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}

a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	outline: none; /* elimina el borde de puntitos que aplica el navegador */
}

