﻿html {
       overflow-y: scroll;
}

.container{
	width:960px;				
	margin-left:auto;
	margin-right:auto;
	font-family:"Soho Gothic Pro", Verdana, Helvetica, sans-serif;
	

	/*text-shadow: -5px 15px 10px yellow;*/
	
}

.header{
	margin-top:10px;
}	
table{
	text-align:center;
	margin:25px auto;
}

.tableNZtable{
	text-align:center;
	margin:25px 15px 0 55px;
}


table img{
	width:64px;
	border-style:none;
	padding:0 40px;	
}


.button{
	background-color:#e7ae41; 
	padding: 1px;
	border-radius:2em;
	border-color:#e7ae41;
	width:250px;
	height:60px;
	margin:25px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
	
}

.buttonNZ{
	background-color:#e7ae41; 
	padding: 1px;
	border-radius:2em;
	border-color:#e7ae41;
	width:350px;
	height:60px;
	margin:25px 55px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
	
}


h5{
	margin:20px 5px 20px 5px;				

}

.NZ{
	margin:10px 5px 20px 5px;				

}



.buttons table{
	text-align:center;
	
}

a{
	text-decoration:none;
	color:black;				
}

*:focus{
	outline:none;
}

.flagspain{
	text-align:center;		
}

.flagspain img{
	width:64px;
}

.footer{
	margin-top:50px;
	border-top:3px #d67b19 solid;
	font-size:8pt;
	padding:5px;
}