@CHARSET "ISO-8859-1";

<style type="text/css"> 


/* -------------------Carga de Fuentes------------------------------------------------------ */
/* @import url(http://fonts.googleapis.com/css?family=Economica|Fredericka+the+Great|Ruthie|Love+Ya+Like+A+Sister); obsoleto*/


@font-face {
  font-family: 'Economica';
  font-style: normal;
  font-weight: 400;
  src: local('Economica'), local('Economica-Regular'), url(fonts/jObgDQiPUtmACAaaK3pMGz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Fredericka the Great';
  font-style: normal;
  font-weight: 400;
  src: local('Fredericka the Great'), local('FrederickatheGreat'), url(fonts/7Es8Lxoku-e5eOZWpxw18vc3vBAn7YvtW9hNjxWZBR0.woff) format('woff');
}
@font-face {
  font-family: 'Love Ya Like A Sister';
  font-style: normal;
  font-weight: 400;
  src: local('Love Ya Like A Sister Regular'), local('LoveYaLikeASister-Regular'), url(fonts/LzkxWS-af0Br2Sk_YgSJY5HSI-O7NEBdNbD5SV3GSEY.woff) format('woff');
}
@font-face {
  font-family: 'Ruthie';
  font-style: normal;
  font-weight: 400;
  src: local('Ruthie'), local('Ruthie-Regular'), url(fonts/Di1LdjRzoaEvDmrQy1l_ww.woff) format('woff');
}

/*------------------------------------------------------------------------------------------------*/



div.contenitore {
	background-color: #003500;
	height: 100%;
}

div#BarraTesto {
	background-color: #004500;  /*verde scuro*/  
	color: #DBDBDB;  /*grigio chiaro */
	height: 100%;
	margin: 0 0 0 0;
	padding: 1px 15px 0px 15px;
}


div#BarraTesto div#logo {
	background-color: #004500; /* verde scuro */  
	width:100%;
	margin-top:5%;
	display:block;
}


div#BarraTesto div#logo h1 {
	margin: 0;
	padding: 0;
	font-family: 'Fredericka the Great', cursive;
	font-size:50px;
}


div#BarraTesto div#logo p {
	margin: 0;
	padding: 0;	
	font-family: 'Ruthie', cursive;
	font-size: 25px;
}

div.divCentrale {

	background-image: url(../images/brasil_flag2.jpg);
	background-repeat: repeat;

	padding: 5% 20% 30% 20%;
	text-align: center;
}

div.divCentrale h1{

	text-align: center;
	background-color: #303060; 
	opacity: 1;
	border:2px solid #CCCC95; 
	padding-top: 2px; 
	padding-bottom: 2px;
	color: #909000;
	font-family: 'Love Ya Like A Sister', normal;
	font-size:25px;
}

div.divCentrale button {
	width:100%;
}

div.divCentrale button#it {
	background-image: url(../images/ita2.jpg);
	height: 100px;
	margin: 10% 0 5% 0;
	font-family: 'Love Ya Like A Sister', normal;
	font-size:60px;
	/*color: #8099FF;*/
	color: #4050CC;
}

div.divCentrale button#es {
	background-image: url(../images/esp1.1.jpg);
	height: 100px;
	margin: 10% 0 5% 0;
	font-family: 'Love Ya Like A Sister', normal;
	font-size:60px;
	color: #202000;
	margin: 0 0 0 0;
}

div.divCentrale button#es:hover {
	/*color: #FFFF60;*/
	color: #FFFFBB;
}

div.divCentrale button#it:hover {
	color: #AACCFF;
}

div.pie {
	width: 100%;
	background-color: #003500;
	text-align:right;
	
}

div.pie p {
	background-color: #003500;
	font-family: 'Love Ya Like A Sister', normal;
	font-size:24px;
	color: #508550;
	height: 120%;
}