@charset "ISO-8859-1";

/* Body & any other global attributes for the site */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	}
	
#chicha {
    overflow: auto;
    width: 100%;
    height: 600px;
	margin: auto;
    position: relative;
}

.relative {
    position: relative;
}
	

	

	
	
	
