/* 
	Using a customized version of Eric Meyer's CSS Reset to give us an even, cross-browser playing field. More info:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

body {
	overflow-y: scroll;
	
	}


body {
	line-height: 1.2;
}

:focus {
	outline: 1px transparent none;
}

#zona1 {
	background-color: transparent;
	height: 611px;
	width: 756px;
	margin-top: 0px;
	margin-left: 0px;
}



