@charset "utf-8";


@font-face {
    font-family: 'BlackIt';
    src: url('https://www.alteregodigital.es/fonts/lato-blackitalic-webfont.eot');
    src: url('https://www.alteregodigital.es/fonts/lato-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.alteregodigital.es/fonts/lato-blackitalic-webfont.woff') format('woff'),
         url('https://www.alteregodigital.es/fonts/lato-blackitalic-webfont.ttf') format('truetype'),
         url('https://www.alteregodigital.es/fonts/lato-blackitalic-webfont.svg#BlackIt') format('svg');
    font-weight: normal;
    font-style: normal;

}

html{
	min-width:320px;
	min-height:100%;
}

html,
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	position:absolute;
	background:#fff;
}

#theLogo{
	display:inline-block;
	width:353px;
	height:auto;
	text-align:center;
}

#logo{
	display:inline-block;
	width:100%;
	height:auto;
}

#table{
	width:100%;
	height:100%;
	position:relative;
	display:table;
}


#tableCell{
	width:100%;
	height:100%;
	position:relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.hidden{
	display:none;
}

#proximamente{
	font-family:"BlackIt",arial,sans-serif;
	font-size:120%;
	color: #1c1d1b;
}
#proximamente a{
color: #1c1d1b;
}

@media screen and (max-width:540px){
/*	#proximamente{
		font-size:180%;
	}

*/
	#theLogo{
		width:310px;
	}
}

@media screen and (max-width:390px){
/*
	#proximamente{
		font-size:160%;
	}
*/

	#theLogo{
		width:270px;
	}
}