/************************************	DEFINICION DE VARIABLES CSS	************************************/
body *{
	--color1: #263e6f;
	/*--color1: #1a5fec;*/
	--color2: #316eeb; /*#224a6d;*/
	--color3: #7b9fe8;
	
	--colorNeutro1: #fff;
	--colorNeutro2: #c3d1ed;
	--colorNeutro3: #f2f2f2;
	
	--fuente1:"Montserrat";
	--fuente2:"Shadows Into Light";
	/*--fuente2:"Herr Von Muellerhoff";*/
	/*--fuente2:"Rufina";*/
}
img {
    max-width: 100%;
}