#contenedor {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tabla {
	display: table;
    height: 100%;
    width: 100%;
}

.interior {
    vertical-align: middle;
    height: 100%;
    display: table-cell;
}

.portada {
	width: 300px;
	margin: 0 auto;
}

.logo img {
	max-width: 300px;
	height: auto;
}

.texto {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

	.texto h1 {
		margin: 0 0 20px 0;
		padding: 0;
		font-size: 25px;
		line-height: 100%;
	}

	.texto p {
		margin: 0;
		padding: 0;
	}

.banderas {
	margin-top: 10px;
}

	.banderas a {
		display: block;
		padding: 10px;
		line-height: 20px;
		text-decoration: none;
		border: 1px dotted rgba(0,0,0,0.2);
		border-bottom: 0;
		background-color: #FFF;
	}

	.banderas a:last-child {
		border-bottom: 1px dotted rgba(0,0,0,0.2);
	}

	.banderas a:hover {
		background-color: rgba(0,0,0,0.02);
	}

	.banderas a img {
		margin-right: 15px;
	}

.footer {
	position: static;
	width: 100%;
	margin-top: 30px;
	padding: 20px;
	text-align: center;
	background-color: #FC0;
}

@media (min-width: 768px) {
	.portada {
		width: 748px;
		margin: 0 auto;
	}
	.logo {
		/*float: left;*/
		margin-top: -200px;
		text-align: center;
	}
		.logo img {
			max-width: 100%;
		}
	.texto h1 {
		font-size: 30px;
	}
	.banderas {
		/*float: right;*/
		margin-top: 0;
		text-align: center;
	}
		.banderas a {
			padding: 0 10px;
			display: inline-block;
			border: 0 !important;
		}
	.footer {
		position: absolute;
		bottom: 0;
		margin-top: 0;
	}
}