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

/*Reseteo universal de CSS*/

{
	margin:0;
	padding:0;
}

body{
background: url(../imagenes/anahomeok.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

img {
	max-width:100%;
}






#wrapper{
	width:100%;
	margin:auto;
}






section{
	width:35%;
	margin-top:150px;
	margin-left:150px;
	float:left;
}


	
	
	
@media only screen 
and (max-width : 480px) {
	
body{
background: no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
	
	
section{
	width:80%;
	
	padding-top:70px;
	padding-left:5%;
	margin:auto;

}

	
	
	}
	
	
	
	
	
	
