a
{
	text-decoration: none;
}

figure
{
	text-align: center;
}

body
{
	background: url(../img/fondoprincipal.jpg) repeat-x;
}

h1
{
	font-size: 31px;
	font-family: "TeXGyreAdventorBold";
	font-weight: normal;
	padding: 0.5em;
	text-align: center;
}



#contenedor
{ 
	text-align: center;
}

footer
{
	color: white;
	padding: 4.5em 0;
	text-align: center;
}

@media screen and (min-width: 768px){
	footer{
		padding: 7em 0;
	}

}



