@charset "utf-8";

@media (min-width: 576px){
}
body{
	background-image:url("images/fondo sustenta.jpg");
	background-repeat: no-repeat;
	background-repeat:repeat-y;
	background-position: center;
	background-position: top;
	background-size: 100%;
}
#divcentrarlogo{
	display:block;
	margin:auto;
	margin-top: 5%
}
@font-face {
	font-family:"RooneyPro-Bold";
	src: url("font/JanFromm-RooneyPro-Bold.otf");
}
H1{
font-family: "RooneyPro-Bold";
text-align: center;
color: black;
font-size: 4em;	
}
p{
	font-family: "RooneyPro-Bold";
	text-align: center;
}
@media screen and (max-width:700px){
	H1{
		font-size: 3em;
	}
}
@media screen and (max-width:400px){
	H1{
		font-size: 2em;
	}
}