/* FUENTES */
@font-face {
    font-family: 'futura_bk_btbook';
    src: url('tt0140m_-webfont.eot');
	src: url('tt0140m_-webfont.eot?#iefix') format('embedded-opentype'),
         url('tt0140m_-webfont.woff2') format('woff2'),
         url('tt0140m_-webfont.woff') format('woff'),
         url('tt0140m_-webfont.ttf') format('truetype'),
         url('tt0140m_-webfont.svg#futura_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Estilos*/

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
		box-sizing: border-box; 
}

body{
    margin:0px;
    padding:0px;
	font-family: 'futura_bk_btbook';
	box-sizing: border-box;
}
#pie {
	position:absolute;
	height: 80px;
	bottom: 0px;
	width: 100%;
	color: #fff;
	background-color: #000;
	justify-content: space-between;
	display: block;

}

.caja {
	flex: 1;
	display: flex;
	flex-direction: row;
	height: 100%;
}

#principal {
	position: absolute;
	display: flex;
	bottom:60px;
	top: 0px;
	width: 100%;
}

.lateral {
	display: inline-flex;
	flex-direction: row;
	flex: 1 1 auto;
}

#central {
	display: flex;
	flex: auto;
	flex-direction: column;
height: 100%;
}
#central >img{
	width: 200px;
	margin-left: 50%;
	left: -100px;
	position: relative;
}
#central .titular {
	font-size: 55px;
	text-transform: capitalize;
	text-align: center;
}

#central .subtitular {
	font-size: 45px;
	text-transform: uppercase;
text-align: center;
}

.temporal {
		font-size: 20px;
	text-transform: uppercase;
text-align: center;
	font-weight: 800;
	color: #f00;
	
}

.topes {
	display: inline-flex;
flex-direction: column;
	flex: 1 1 auto;
}

.iconos {
	width: 20%;
	display: inline-flex;
	flex: 1;
}

.icono {
	flex: 1 1 auto;
	flex-direction: column;
	text-align: center;
	padding-top: 10px;
	font-size: 8pt;
}

.icono >img {
	width: 30px;
/*	margin-left: 50%;*/
/*	left:-15px;*/
/*	position: relative;*/
	
}

.tope {
	flex: auto;
	flex-direction: column;
}
