@font-face
{
   font-family: "Cristalab";
   src: url("fuentefancy.eot");
   src: url("fuentefancy.eot?#amocristalab") format("embedded-opentype"),
        url("fuentefancy.woff") format("woff"),
        url("fuentefancy.ttf") format("truetype"),
        url("fuentefancy.svg#IDdelafuente") format("svg");
}

*{
	margin: 0;
	padding: 0;
}


html, body{
	height: 100%;
	text-align: center;

}



/*240px*/
@media (max-width: 240px){





.imglog{
	margin-top: 10px;

}

.texto{
	color: #5b5b5b;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.contain-text{
	margin-left: 5%;
	margin-right: 5%;
}

.text-titulo{
	font-weight: bold;
	font-family: 'calibri';
	font-size: 1em;
}

.text-av{
	color:#A3A19E;
	font-size: 0.8em;
	font-family: 'calibri';
}

footer{
	display: none;
}



}




/*320px*/
@media (min-width: 241px) {





.imglog{
	margin-top: 10px;
}

.texto{
	color: #5b5b5b;
	display: table;
	width: 70%;
	height: 30%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

.contain-text{
	display: table-cell;
	vertical-align: middle;

}

.text-titulo{
	font-weight: bold;
	font-family: 'calibri';
	font-size: 1.5em;
}

.text-av{
	color:#A3A19E;
	font-size: 1.1em;
	font-family: 'calibri';
}

footer{
	position: fixed;
	background-color: #b2b3b3;
	bottom: 0;
	width: 100%;
	
	
}

footer img{
	display: block;
	width: 100%;
	bottom: 0px;
}





}


/*480px*/
@media (min-width: 600px) {





.imglog{
	margin-top: 20px;
}

.texto{
	color: #5b5b5b;
	display: table;
	width: 70%;
	height: 25%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

.contain-text{
	display: table-cell;
	vertical-align: middle;

}

.text-titulo{
	font-weight: bold;
	font-family: 'calibri';
	font-size: 1.5em;
}

.text-av{
	color:#A3A19E;
	font-size: 1.1em;
	font-family: 'calibri';
}

footer{
	position: fixed;
	background-color: #b2b3b3;
	bottom: 0;
	width: 100%;
	
	
}

footer img{
	display: block;
	width: 100%;
	bottom: 0px;
}





}

@media (min-width: 800px) {





.imglog{
	margin-top: 20px;
}

.texto{
	color: #5b5b5b;
	display: table;
	width: 70%;
	height: 25%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

.contain-text{
	display: table-cell;
	vertical-align: middle;

}

.text-titulo{
	font-weight: bold;
	font-family: 'calibri';
	font-size: 2em;
}

.text-av{
	color:#A3A19E;
	font-size: 1.5em;
	font-family: 'calibri';
}

footer{
	position: fixed;
	background-color: #b2b3b3;
	bottom: 0;
	width: 100%;
	
	
}

footer img{
	display: block;
	width: 100%;
	bottom: 0px;
}





}


