@import url(http://fonts.googleapis.com/css?family=Pontano+Sans|Oleo+Script);


@font-face {
	font-family: 'Conv_Aquiline Book';
	src: url('fonts/Aquiline Book.eot');
	src: local('☺'), url('fonts/Aquiline Book.woff') format('woff'), url('fonts/Aquiline Book.ttf') format('truetype'), url('fonts/Aquiline Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CenturyGothic';
	src: url('fonts/Century Gothic.ttf');
	src: local('☺'), url('fonts/Century Gothic.ttf') format('truetype');

	/*font-family: 'gothic';*/
	src: url('fonts/gothic.eot');
	src: local('gothic'), url('fonts/gothic.woff') format('woff'), url('fonts/gothic.ttf') format('truetype');

	font-weight: normal;
	font-style: normal;
}

.fontsforweb_fontid_9785 {
	font-family: 'CenturyGothic' !important;
}
/*body {
	margin-top: 10em;
	text-align: center;
	font-family: "Pontano Sans", Helvetica;
	font-size: 13px;
	background: rgb(253,247,176);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(253,247,176,1) 0%, rgba(210,207,146,1) 98%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(253,247,176,1)), color-stop(98%,rgba(210,207,146,1)));
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(253,247,176,1) 0%,rgba(210,207,146,1) 98%);
	background: -o-radial-gradient(center, ellipse cover,  rgba(253,247,176,1) 0%,rgba(210,207,146,1) 98%);
	background: -ms-radial-gradient(center, ellipse cover,  rgba(253,247,176,1) 0%,rgba(210,207,146,1) 98%);
	background: radial-gradient(center, ellipse cover,  rgba(253,247,176,1) 0%,rgba(210,207,146,1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf7b0', endColorstr='#d2cf92',GradientType=1 );
}

h2 {
	margin: 2em;
	font-family: "Oleo Script";
	font-weight: normal;
	font-size: 30px;
	color: #673717;
}

a, a:visited {
	display: block;
	margin-top: 2em;
	font-family: "Oleo Script";
	font-size: 20px;
	color: #673717;
	text-decoration: none;
}*/

	a:hover {
		/*text-shadow: 2px 2px 0px rgba(0,0,0,0.1);*/
	}
	
	.button {
		display: inline-block;
		margin-right: .5em;
		/*width: 300px;*/
		/*box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4),
						0px 0px 25px rgba(0,0,0,0.3);*/
		
		padding: 5px 10px;
		border: 1px solid #562f15;
		font-size: 11px;
		font-weight: bold;
		color: #303030;/*#fff;*/
		/*text-shadow: 1px 1px 1px #7f130a;*/
		border-radius: 3px;
		cursor: pointer;
		/*background: rgb(147,80,36);
		background: -moz-linear-gradient(top,  rgba(147,80,36,1) 19%, rgba(106,58,26,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(147,80,36,1)), color-stop(100%,rgba(106,58,26,1)));
		background: -webkit-linear-gradient(top,  rgba(147,80,36,1) 19%,rgba(106,58,26,1) 100%);
		background: -o-linear-gradient(top,  rgba(147,80,36,1) 19%,rgba(106,58,26,1) 100%);
		background: -ms-linear-gradient(top,  rgba(147,80,36,1) 19%,rgba(106,58,26,1) 100%);
		background: linear-gradient(to bottom,  rgba(147,80,36,1) 19%,rgba(106,58,26,1) 100%);*/
		background-color: lightgrey;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#935024', endColorstr='#6a3a1a',GradientType=0 );
	}

	.button2 {
		display: inline-block;
		margin-right: .5em;
		padding: 5px 10px;
		border: 1px solid #562f15;
		font-size: 11px;
		font-weight: bold;
		color: #303030;/*#fff;*/
		/*text-shadow: 1px 1px 1px #7f130a;*/
		border-radius: 3px;
		cursor: pointer;
		background-color: lightgrey;/*#EFEFEF;*/
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#935024', endColorstr='#6a3a1a',GradientType=0 );
	}
	
		.button:hover {
			background: #1361AB;/*rgb(167,91,41);*/
			/*background: -moz-linear-gradient(top,  rgba(167,91,41,1) 19%, rgba(126,69,31,1) 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(19%,rgba(167,91,41,1)), color-stop(100%,rgba(126,69,31,1)));
			background: -webkit-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -o-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: -ms-linear-gradient(top,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);
			background: linear-gradient(to bottom,  rgba(167,91,41,1) 19%,rgba(126,69,31,1) 100%);*/
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		}

		.button2:hover {
			background: #1361AB;
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a75b29', endColorstr='#7e451f',GradientType=0 );
		}		
		
		/*.button:active {
			box-shadow: 0px 0px 25px rgba(0,0,0,0.3),
							inset 0px 0px 20px #412410;
		}*/
	
	/*Cuadro opaco de fondo del popup*/
	.overlay-container {
		display: none;
		content: " ";
		/*height: 70%;*/
		width: 100%;
		position: relative;/*absolute;*/
		left: 0;/*0;*/
		top: -500px;/*-380px;/*0;*/
		background: -moz-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%, rgba(127,127,127,0.9) 100%);
		border: solid;border-width: 1px;
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(127,127,127,0)), color-stop(100%,rgba(127,127,127,0.9)));
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: -o-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: -ms-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#e67f7f7f',GradientType=1 );
	}

	.overlay-container3 {
		display: none;
		content: " ";
		/*height: 70%;*/
		width: 100%;
		position: relative;/*absolute;*/
		left: 0;/*0;*/
		top: -500px;/*-380px;/*0;*/
		background: -moz-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%, rgba(127,127,127,0.9) 100%);
		border: solid;border-width: 1px;
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(127,127,127,0)), color-stop(100%,rgba(127,127,127,0.9)));
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: -o-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: -ms-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#e67f7f7f',GradientType=1 );
	}

	.overlay-container2 {
		display: none;
		content: " ";
		/*height: 70%;*/
		width: 100%;
		position: relative;/*absolute;*/
		left: 0;/*0;*/
		top: -500px;/*-380px;/*0;*/
		background: -moz-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%, rgba(127,127,127,0.9) 100%);
		border: solid;border-width: 1px;
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(127,127,127,0)), color-stop(100%,rgba(127,127,127,0.9)));
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: -o-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: -ms-radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		background: radial-gradient(center, ellipse cover,  rgba(127,127,127,0) 0%,rgba(127,127,127,0.9) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#e67f7f7f',GradientType=1 );
	}	
	
	/*Cuadro blanco qu contiene lo que se quiere mostrar*/
	.window-container {
		display: block;
		background: #fcfcfc;
		margin:8em auto;
		width: 500px;
		padding: 10px 20px 20px;
		text-align: left;
		z-index: 7;/*3;*/
		border-radius: 3px;
		box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
		-webkit-transition: 0.4s ease-out;
		-moz-transition: 0.4s ease-out;
		-ms-transition: 0.4s ease-out;
		-o-transition: 0.4s ease-out;
		transition: 0.4s ease-out;
		opacity: 0;
		/*border:solid;
		border-color:red;*/
	}

	.window-container3 {
		display: block;
		background: #fcfcfc;
		margin:8em auto;
		width: 500px;
		padding: 10px 20px 20px;
		text-align: left;
		z-index: 7;/*3;*/
		border-radius: 3px;
		box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
		-webkit-transition: 0.4s ease-out;
		-moz-transition: 0.4s ease-out;
		-ms-transition: 0.4s ease-out;
		-o-transition: 0.4s ease-out;
		transition: 0.4s ease-out;
		opacity: 0;
	}

	.window-container2 {
		display: block;
		background: #fcfcfc;
		margin:8em auto;
		width: 500px;
		padding: 10px 20px 20px;
		text-align: left;
		z-index: 7;/*3;*/
		border-radius: 3px;
		box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
		-webkit-transition: 0.4s ease-out;
		-moz-transition: 0.4s ease-out;
		-ms-transition: 0.4s ease-out;
		-o-transition: 0.4s ease-out;
		transition: 0.4s ease-out;
		opacity: 0;
	}	

	.window-container h2{font-family: 'CenturyGothic';}
	.window-container td{font-family: 'CenturyGothic';}

	.window-container3 h2{font-family: 'CenturyGothic';}
	.window-container3 td{font-family: 'CenturyGothic';}

	.window-container2 td{font-family: 'CenturyGothic';}	
	
	.zoomin {
		-webkit-transform:  scale(1.2);
		-moz-transform:  scale(1.2);
		-ms-transform:  scale(1.2);
		transform:  scale(1.2);
	}
	
	.zoomout {
		-webkit-transform:  scale(0.7);
		-moz-transform:  scale(0.7);
		-ms-transform:  scale(0.7);
		transform:  scale(0.7);
	}

	.UAE_en {
		-webkit-transform:  scale(1.2);
		-moz-transform:  scale(1.2);
		-ms-transform:  scale(1.2);
		transform:  scale(1.2);
	}

	.UAE2_en {
		-webkit-transform:  scale(1.2);
		-moz-transform:  scale(1.2);
		-ms-transform:  scale(1.2);
		transform:  scale(1.2);
	}

	.Netherlands_en {
		-webkit-transform:  scale(1.2);
		-moz-transform:  scale(1.2);
		-ms-transform:  scale(1.2);
		transform:  scale(1.2);
	}
	
	.window-container-visible {
		-webkit-transform:  scale(1);
		-moz-transform:  scale(1);
		-ms-transform:  scale(1);
		transform:  scale(1);
		opacity: 1;
	}

	.window-container2-visible {
		-webkit-transform:  scale(1);
		-moz-transform:  scale(1);
		-ms-transform:  scale(1);
		transform:  scale(1);
		opacity: 1;
	}

	.window-container3-visible {
		-webkit-transform:  scale(1);
		-moz-transform:  scale(1);
		-ms-transform:  scale(1);
		transform:  scale(1);
		opacity: 1;
	}	
	
		.window-container h3 {
			margin: 1em 0 0.5em;
			font-family: 'CenturyGothic';
			font-weight: normal;
			font-size: 25px;
			/*text-align: center;*/
		}

		.window-container2 h3 {
			margin: 1em 0 0.5em;
			font-family: 'CenturyGothic';
			font-weight: normal;
			font-size: 25px;
			/*text-align: center;*/
		}

		.window-container3 h3 {
			margin: 1em 0 0.5em;
			font-family: 'CenturyGothic';
			font-weight: normal;
			font-size: 25px;
			/*text-align: center;*/
		}	
		
		.close {
			margin: 0 auto;
			display: block;
			width: 65px;
			background: #fafafa;
			background: -moz-linear-gradient(top,  #fafafa 0%, #f4f4f4 40%, #e5e5e5 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(40%,#f4f4f4), color-stop(100%,#e5e5e5));
			background: -webkit-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
			background: -o-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%); 
			background: -ms-linear-gradient(top,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%);
			background: linear-gradient(to bottom,  #fafafa 0%,#f4f4f4 40%,#e5e5e5 100%); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e5e5e5',GradientType=0 );
			border: 1px solid #aaa;
			padding: 5px 14px;
			color: #444;
			font-family: Helvetica, sans-serif;
			font-size: 12px;
			border-radius: 3px;
			box-shadow: 0 1px 3px #ddd;
			-webkit-transition: 0.2s linear;
			-moz-transition: 0.2s linear;
			-ms-transition: 0.2s linear;
			-o-transition: 0.2s linear;
			transition: 0.2s linear;
			cursor: pointer;
		}
	
			.close:hover {
				background: #fefefe;
				background: -moz-linear-gradient(top,  #fefefe 0%, #f8f8f8 40%, #e9e9e9 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(40%,#f8f8f8), color-stop(100%,#e9e9e9));
				background: -webkit-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
				background: -o-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
				background: -ms-linear-gradient(top,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
				background: linear-gradient(to bottom,  #fefefe 0%,#f8f8f8 40%,#e9e9e9 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 );
				box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
				border: 1px solid #aaa;
			}
	
			.close:active {
				background: #f4f4f4;
				background: -moz-linear-gradient(top,  #f4f4f4 0%, #efefef 40%, #dcdcdc 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(40%,#efefef), color-stop(100%,#dcdcdc));
				background: -webkit-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
				background: -o-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
				background: -ms-linear-gradient(top,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
				background: linear-gradient(to bottom,  #f4f4f4 0%,#efefef 40%,#dcdcdc 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#dcdcdc',GradientType=0 );
				box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
			}

			/*.Netherlands_en{margin-top: -430px;}*/
			/*.Netherlands{margin-top: -800px;}*/
			#Neth{margin-top: 30px;}

			.UAE2_en{
				margin-top:-500px;
				/*border:solid;
				border-color:blue;*/
			}



/**************************************************************/
/*			PARA PANTALLAS MAS ANGOSTAS DE 500px			
/**************************************************************/
@media screen and (max-width: 700px){

	/*Cuadro opaco de fondo del popup*/
	/*Aqui se cuadra el texto dentro del cuadro blanco del popup*/
	.overlay-container {
		margin-top: 1600px;
		height: 1500px;
		/*border:solid;
		border-color:blue;*/
	}
	.overlay-container3 {
		margin-top: 1600px;
		height: 1500px;
	}		
	.overlay-container2 {
		margin-top: 2100px;
		height: 1500px;
	}		

	/*Cuadro blanco que contiene lo que se quiere mostrar*/
	.window-container.UAE_en {
		display: block;
		background: #fcfcfc;
		margin: 850px auto;
		width: 300px;
		height: 480px;
		/*padding: 0;*/
		/*padding: 10px 20px 20px;
		text-align: left;
		z-index: 7;
		border-radius: 3px;
		box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
		-webkit-transition: 0.4s ease-out;
		-moz-transition: 0.4s ease-out;
		-ms-transition: 0.4s ease-out;
		-o-transition: 0.4s ease-out;
		transition: 0.4s ease-out;
		opacity: 0;*/
		/*border:solid;
		border-color:green;*/
	}

	.window-container3 {
		display: block;
		background: #fcfcfc;
		margin: 550px auto;
		width: 300px;
		height: 480px;
	}

	.window-container2 {
		display: block;
		background: #fcfcfc;
		margin: 550 auto;
		width: 300px;
		height: 480px;
	}	

	/*.Netherlands_en{margin-top: -2300px;}*/
	#Neth{margin-top: 20px;}

	.button{max-width: 95%;} 
	.button2{max-width: 95%;} 

	.Netherlands_en {
		margin: -1000 auto;
	}

	.overlay-container .UAE2_en {
		margin-top: -2600px;
	}

	.window-container.UAE2_en{
		display: block;
		background: #fcfcfc;
		width: 300px;
		height: 380px;
		margin-top: -1200px;
		/*border:solid;
		border-color:grey;*/
	}


}			