
.fondoz {
	background-image:url(../img/fondo.png);
	background-position:center;
	background-size: 100%;
	}


h1 {
	/*font-family: 'Happy Monkey', Arial, serif;*/
	font-family: 'Fauna One', Arial, serif;
	font-weight: 400;
	color:#555;
	padding-bottom:0px;
	margin-bottom:0px;
	}

h2 {
	font-family: 'Port Lligat Slab', Arial, serif;
	font-weight: 400;
	color:#BBB;
	padding-top:0px;
	margin-top:0px;
	}

.normal {
	font-family: 'Port Lligat Slab', Arial, serif;
	font-size: 20px;
	color:#555;
	padding-top:0px;
	margin-top:0px;
	}
	
.normal12 {
	font-family: 'Port Lligat Slab', Arial, serif;
	font-size: 12px;
	color:#555;
	padding-top:0px;
	margin-top:0px;
	}
	

a.superlink {
		text-align:center;
		font-family: 'Port Lligat Slab', Arial, serif;
		font-size: 20px;
		text-decoration: none;
		color:#BBB;
	}
	
a.superlink:hover {
	font-family: 'Port Lligat Slab', Arial, serif;
		font-size: 20px;
		text-decoration: underline;
		color:#BBB;
	}


a.minilink {
		text-align:center;
		font-family: 'Port Lligat Slab', Arial, serif;
		font-size: 12px;
		text-decoration: none;
		color:#555;
	}
	
a.minilink:hover {
	font-family: 'Port Lligat Slab', Arial, serif;
		font-size: 12px;
		text-decoration: underline;
		color:#555;
	}

