@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

html, body { 
	background:url(../imagen/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.logo{
	margin-top:50px;
	width:100%;
	margin-bottom:30px;	
	text-align:center;
}

.adress{
   position:fixed;
   bottom:0;
   padding:20px;
   
   font-family: 'Open Sans', sans-serif;
   text-align:center;
   font-size:18px;
   color:#FFFFFF;
   
   text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
   
}

