body{
	width:100%;
	height:100%;
	background:url(img/fondohome.jpg) center  no-repeat;
	margin:0px auto;
	}
a{text-decoration:none}
#contenedor{
	width:100%;
	height:auto;
	color:#FFF;
	font-family:'Ubuntu', sans-serif;
	margin:10% auto;
	text-align:center;
	}
img{ background-size:contain;
background-attachment:local;}
p{font-size:1.4rem;}
#social{z-index:101;
}
#social span{font-size:1rem; line-height:2rem;}
#social a{color:#FFF; text-decoration:none;font-family:'Ubuntu', sans-serif; font-size:1.2rem}
#social a:hover, #social a.active{}
@media screen and (max-width:600px) {
img{width:50%; height:auto}
}