@charset "utf-8";

body{
	margin:0px;
}


#contenedor{
	width:100%;
	position:relative; 
}

#contenedor img{
	max-width:100%;
	height:auto;
}

