@font-face {
    font-family: 'texgyrescholaregular';
    src: url('../typos/texgyreschola-regular-webfont-webfont.eot');
    src: url('../typos/texgyreschola-regular-webfont-webfont.eot#iefix') format('embedded-opentype'),
         url('../typos/texgyreschola-regular-webfont-webfont.woff') format('woff'),
         url('../typos/texgyreschola-regular-webfont-webfont.ttf') format('truetype'),
         url('../typos/texgyreschola-regular-webfont-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bira';
    src: url('../typos/bira-webfont.eot');
    src: url('../typos/bira-webfont.eot#iefix') format('embedded-opentype'),
         url('../typos/bira-webfont.woff') format('woff'),
         url('../typos/bira-webfont.ttf') format('truetype'),
         url('../typos/bira-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body#splash {
	font-size: 16px;
	font-family: "texgyrescholaregular", Georgia, "Times New Roman", Times, serif;
	color: #222;

	background-image: url("http://www.ildas.es/sites/all/themes/ildas/img/bg-start.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

a, a:link, a:visited {
	color: #222;
	text-decoration: none;
}

a:hover, a:active {
	color: #d2354c;
}

.container {
	display: table;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.inner {
	display: table-cell;
	vertical-align: middle;
}

.logo {
	text-align: center;
}

.logo img {
	max-width: 45%;
	height: auto;
}

.item {
	margin: 10px;
	padding: 10px;
	background: rgba(241, 241, 241, 0.9);
	text-align: center;
}

h2 {
	margin: 0;
	font-family: "bira", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 28px;
}

.item p {
	margin: 0;
}


@media (min-width: 1100px) {
	.inner {
		vertical-align: bottom;
		padding-bottom: 80px;
	}
	.inner div {
		display: inline-block;
		vertical-align: middle;
	}

	.logo img {
		max-width: inherit;
		margin-right: 10px;
	}

	.item {
		max-width: 240px;
	}
}