﻿
@font-face {
	font-family: 'gibsonregular';
	src: 
	local('gibsonregular'),
	url('canada-type-gibson-regular-webfont.woff2') format('woff2'),
	url('canada-type-gibson-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


html {
	/* Trebuchet-based sans serif stack */
	font-family: 'gibsonregular', Times New Roman, Helvetica, sans-serif;/* , Helvetica, Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif */;
}

.main-div {
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
}

.moveme {
	position: absolute;
	top:25%;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
}
		
/* Image responsiveness */
.img-responsive {
	max-width: 100%;
	height: auto;
}

/* Background fill */
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

#outter-container {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

/*
The inner container is a table which is set to
cover the width and height of the page.
*/
#inner-container {
    display: table;
    width: 100%;
    height: 100%;
}

/*
This table cell will cover 100% of the page width
and height, but everything placed inside it will
be placed in the absolute centre.
*/
#centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#content {
	width: 800px;
	margin: 0 auto;
	font-size: 16px;
	color: #333333;
    line-height: 1.5;
	display: flex;
    align-items: stretch;
}

.messages {
	background: #ffffff;
	padding: 20px 50px 40px 50px;
	text-align: left;
	flex: 1;
	min-width: 0;
}

.cabecera {
	background-color: #ffffff; 
	border-bottom: 1px solid #E7E7E7; 
	margin-top: 0; 
	display: flex; 
	/*justify-content: flex-start;*/
	justify-content: space-between;
	flex-wrap: nowrap; 
	align-items: center;
}

.cabecera a {
	color: #333333;
	text-decoration:none;
	font-size:14px;
	padding-left:10px;
	padding-right:10px;
}

.cabecera a:hover {
	font-weight:bold;
	text-decoration:underline;
}

.cabecera a.active {
	color:#cd0000;
	font-weight:bold;
	text-decoration:underline;
}

.color {
	color: #333333;
}

.bold {
	font-weight: bold;
}

.lang-link {
    text-decoration: none;
    color: #63adfa; 
}

.lang-link:hover {
    text-decoration: underline;
}

.bolder {
	font-family: "gibsonregular" !important;
	font-weight: bold;
	font-size: 17px;
}

#lateral {
	flex: 0 0 300px;
    background-size: cover;
	font-size: 0;
    line-height: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #dedede;
	margin: 1em 0;
	padding: 0;
}