.redondo {  
	border.radius: 16px;  
	-moz-border-radius:16px;  /* FF*/
	-webkit-border-radius:16px;  /* Safari*/
	-ms-border-radius:16px; /*Microsoft*/
	border-radius:16px; /*IE*/
	behavior:url(border-radius.htc);
}
	